/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/libgee/ |
H A D | libgee_0.20.8.bb | 1 DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \ 5 DEPENDS = "glib-2.0" 8 LICENSE = "LGPL-2.1-only" 12 inherit gnomebase vala gobject-introspection 14 CFLAGS += "-Wno-incompatible-pointer-types" 19 rm -f m4/$i 26 …-0.20.6/gee/concurrentlist.c:1169:177: error: passing argument 4 of 'gee_hazard_pointer_get_pointe… 27 …-0.20.6/gee/concurrentlist.c:1175:168: error: passing argument 4 of 'gee_hazard_pointer_set_pointe… 28 …-0.20.6/gee/concurrentlist.c:2385:194: error: passing argument 4 of 'gee_hazard_pointer_compare_an… 29 …-0.20.6/gee/concurrentlist.c:2438:177: error: passing argument 4 of 'gee_hazard_pointer_get_pointe… [all …]
|
/openbmc/entity-manager/schemas/ |
H A D | legacy.json | 2 "$schema": "http://json-schema.org/draft-07/schema#", 5 … to this schema. Consult README.schema for instructions on adding new Exposes element sub-schema.", 9 "$ref": "#/$defs/Types/Address" 12 "$ref": "#/$defs/Types/AllowedFailures" 15 "$ref": "#/$defs/Types/AlphaF" 18 "$ref": "#/$defs/Types/AlphaS" 21 "$ref": "#/$defs/Types/BindConnector" 24 "$ref": "#/$defs/Types/BindPresence" 27 "$ref": "#/$defs/Types/BridgeGpio" 30 "$ref": "#/$defs/Types/Bus" [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | mmc-controller.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ulf Hansson <ulf.hansson@linaro.org> 25 "#address-cells": 30 "#size-cells": 37 broken-cd: 38 $ref: /schemas/types.yaml#/definitions/flag 42 cd-gpios: [all …]
|
H A D | sdhci-am654.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/ 4 --- 5 $id: http://devicetree.org/schemas/mmc/sdhci-am654.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Ulf Hansson <ulf.hansson@linaro.org> 14 - $ref: sdhci-common.yaml# 19 - enum: 20 - ti,am62-sdhci 21 - ti,am64-sdhci-4bit [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 3 Upstream-Status: Pending 6 Index: nginx-1.12.2/auto/feature 8 --- nginx-1.12.2.orig/auto/feature 9 +++ nginx-1.12.2/auto/feature 10 @@ -49,12 +49,20 @@ eval "/bin/sh -c \"$ngx_test\" >> $NGX_A 12 if [ -x $NGX_AUTOTEST ]; then 26 - if /bin/sh -c $NGX_AUTOTEST >> $NGX_AUTOCONF_ERR 2>&1; then 27 - echo " found" 28 + if /bin/sh -c $NGX_AUTOTEST_EXEC >> $NGX_AUTOCONF_ERR 2>&1; then 32 if test -n "$ngx_feature_name"; then [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | parser.cpp | 54 types::VPDMapVariant Parser::parse() in parse() 57 return l_parser->parse(); in parse() 60 int Parser::updateVpdKeyword(const types::WriteVpdParams& i_paramsToWriteData) in updateVpdKeyword() 66 [](const types::WriteVpdParams& i_paramsToWriteData) -> std::string { in updateVpdKeyword() 68 if (const types::IpzData* l_ipzData = in updateVpdKeyword() 69 std::get_if<types::IpzData>(&i_paramsToWriteData)) in updateVpdKeyword() 74 else if (const types::KwData* l_kwData = in updateVpdKeyword() 75 std::get_if<types::KwData>(&i_paramsToWriteData)) in updateVpdKeyword() 88 types::ErrorType::DbusFailure, in updateVpdKeyword() 89 types::SeverityType::Informational, __FILE__, __FUNCTION__, 0, in updateVpdKeyword() [all …]
|
H A D | event_logger.cpp | 6 #include <systemd/sd-bus.h> 10 const std::unordered_map<types::SeverityType, std::string> 12 {types::SeverityType::Notice, 14 {types::SeverityType::Informational, 16 {types::SeverityType::Debug, 18 {types::SeverityType::Warning, 20 {types::SeverityType::Critical, 22 {types::SeverityType::Emergency, 24 {types::SeverityType::Alert, 26 {types::SeverityType::Error, [all …]
|
H A D | ipz_parser.cpp | 50 * @param[in] iterator - iterator to VPD vector. 53 static uint16_t readUInt16LE(types::BinaryVector::const_iterator iterator) in readUInt16LE() 114 std::advance(vpdPtr, sizeof(types::RecordOffset)); in vtocEccCheck() 118 std::advance(vpdPtr, sizeof(types::RecordLength)); in vtocEccCheck() 122 std::advance(vpdPtr, sizeof(types::ECCOffset)); in vtocEccCheck() 165 bool IpzVpdParser::recordEccCheck(types::BinaryVector::const_iterator iterator) in recordEccCheck() 169 std::advance(iterator, sizeof(types::RecordOffset)); in recordEccCheck() 177 std::advance(iterator, sizeof(types::RecordLength)); in recordEccCheck() 180 std::advance(iterator, sizeof(types::ECCOffset)); in recordEccCheck() 200 void IpzVpdParser::checkHeader(types::BinaryVector::const_iterator itrToVPD) in checkHeader() [all …]
|
H A D | manager.cpp | 12 #include "types.hpp" 46 m_worker->performInitialSetup(); in Manager() 51 // set async timer to detect if system VPD is published on D-Bus. in Manager() 59 m_worker->getSysCfgJsonObj(), m_worker, m_ioContext); in Manager() 66 iFace->register_method( in Manager() 70 const types::BinaryVector i_value) -> int { in Manager() 71 return this->updateKeyword( in Manager() 76 iFace->register_method( in Manager() 78 [this](const types in Manager() [all...] |
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr3-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR3 SDRAM AC timing parameters for a given speed-bin 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 const: jedec,lpddr3-timings 19 Maximum DDR clock frequency for the speed-bin, in Hz. 20 Property is deprecated, use max-freq. 23 max-freq: [all …]
|
H A D | jedec,lpddr2-timings.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr2-timings.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR2 SDRAM AC timing parameters for a given speed-bin 10 - Krzysztof Kozlowski <krzk@kernel.org> 14 const: jedec,lpddr2-timings 16 max-freq: 17 $ref: /schemas/types.yaml#/definitions/uint32 19 Maximum DDR clock frequency for the speed-bin, in Hz. [all …]
|
H A D | jedec,lpddr3.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPDDR3 SDRAM compliant to JEDEC JESD209-3 10 - Krzysztof Kozlowski <krzk@kernel.org> 13 - $ref: jedec,lpddr-props.yaml# 18 - items: 19 - enum: 20 - samsung,K3QF2F20DB [all …]
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | ipz_parser.hpp | 5 #include "types.hpp" 31 * @param[in] vpdVector - VPD data. 32 * @param[in] vpdFilePath - Path to VPD EEPROM. 33 * @param[in] vpdStartOffset - Offset from where VPD starts in the file. 36 IpzVpdParser(const types::BinaryVector& vpdVector, in IpzVpdParser() 67 virtual types::VPDMapVariant parse() override; 74 * @param[in] itrToVPD - Iterator to the beginning of VPD file. 78 void checkHeader(types::BinaryVector::const_iterator itrToVPD); 83 * @param[in] i_paramsToReadData - Data required to perform read 90 types::DbusVariantType readKeywordFromHardware( [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS7210A, IQS7211A and IQS7211E trackpad and touchscreen control- 14 lers employ projected-capacitance sensing and can track two contacts. 21 - azoteq,iqs7210a 22 - azoteq,iqs7211a 23 - azoteq,iqs7211e 28 irq-gpios: [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | charger-manager.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/charger-manager.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 18 const: charger-manager 20 cm-chargers: 22 $ref: /schemas/types.yaml#/definitions/string-array 24 cm-num-chargers: 25 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,adf4350.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Michael Hennerich <michael.hennerich@analog.com> 15 - adi,adf4350 16 - adi,adf4351 21 spi-max-frequency: 28 clock-names: 35 adi,channel-spacing: 36 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/arm,coresight-cti.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 37 indicate this feature (arm,coresight-cti-v8-arch). 50 Certain triggers between CoreSight devices and the CTI have specific types 52 constants defined in <dt-bindings/arm/coresight-cti-dt.h> 55 is defined in the binding as type PE_EDBGREQ. These types will appear in an 56 optional array alongside the signal indexes. Omitting types will default all 59 Note that some hardware trigger signals can be connected to non-CoreSight [all …]
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | client.hpp | 16 /** An aggregation class of sdbusplus::async::proxy-based client types. 18 * The resulting class acts as a union of all Types from the template 25 template <typename, typename> typename... Types> 28 public Types<client<S, P, Preserved, Types...>, 32 using Self = client<S, P, Preserved, Types...>; 48 : context_ref(ctx), Types<Self, Proxy>(Proxy{})... in client() 51 /* Conversion constructor for a non-empty (Service and/or Path) proxy. */ 54 : context_ref(ctx), Types<Self, Proxy>(p)..., proxy(p) in client() 57 /* Convert a non-Service instance to a Service instance. */ 61 return client<true, P, Preserved, Types...>(ctx, proxy.service(s)); in service() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/rockchip,rk3399-dmc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Brian Norris <briannorris@chromium.org> 15 - rockchip,rk3399-dmc 17 devfreq-events: 18 $ref: /schemas/types.yaml#/definitions/phandle 21 Documentation/devicetree/bindings/devfreq/event/rockchip-dfi.txt. 26 clock-names: [all …]
|
H A D | intel,ixp4xx-expansion-peripheral-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 memory-mapped expansion bus on the Intel IXP4xx family of system on chips, 15 - Linus Walleij <linus.walleij@linaro.org> 18 intel,ixp4xx-eb-t1: 20 $ref: /schemas/types.yaml#/definitions/uint32 23 intel,ixp4xx-eb-t2: 25 $ref: /schemas/types.yaml#/definitions/uint32 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcereal/files/ |
H A D | 0001-Fix-instances-of-Wmissing-template-arg-list-after-te.patch | 3 Date: Tue, 10 Sep 2024 18:11:40 -0700 5 -Wmissing-template-arg-list-after-template-kw. 9 specifying types. 11 See https://github.com/llvm/llvm-project/issues/94194 for the upstream 14 Upstream-Status: Submitted [https://github.com/USCiLab/cereal/pull/835] 15 Signed-off-by: Khem Raj <raj.khem@gmail.com> 16 --- 17 include/cereal/types/tuple.hpp | 4 ++-- 18 1 file changed, 2 insertions(+), 2 deletions(-) 20 diff --git a/include/cereal/types/tuple.hpp b/include/cereal/types/tuple.hpp [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | nvidia,tegra-pinmux-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/nvidia,tegra-pinmux-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jonathan Hunter <jonathanh@nvidia.com> 14 Please refer to pinctrl-bindings.txt in this directory for details of the 22 pin configuration parameters, such as pull-up, tristate, drive strength, 46 $ref: /schemas/types.yaml#/definitions/string-array 51 $ref: /schemas/types.yaml#/definitions/string [all …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | feature-fixups.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 11 #include <linux/types.h> 19 #include <asm/code-patching.h> 75 start = calc_addr(fcur, fcur->start_off); in patch_feature_section_mask() 76 end = calc_addr(fcur, fcur->end_off); in patch_feature_section_mask() 77 alt_start = calc_addr(fcur, fcur->alt_start_off); in patch_feature_section_mask() 78 alt_end = calc_addr(fcur, fcur->alt_end_off); in patch_feature_section_mask() 80 if ((alt_end - alt_start) > (end - start)) in patch_feature_section_mask() 83 if ((value & fcur->mask & mask) == (fcur->value & mask)) in patch_feature_section_mask() 112 printk("Unable to patch feature section at %p - %p" \ in do_feature_fixups_mask() [all …]
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | associations_test.cpp | 18 "types": 32 "types": 49 "types": 60 "types": 87 "types": 109 "types": 131 "types": 195 auto& endpoints = x->second; in TEST_F() 199 auto& types = std::get<0>(endpoints[0]); in TEST_F() local 200 EXPECT_EQ(std::get<0>(types), "sensors"); in TEST_F() [all …]
|