/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-config.bb | 28 install -d ${D}${datadir}/ipmi-providers 30 ${D}${datadir}/ipmi-providers/cipher_list.json 32 ${D}${datadir}/ipmi-providers/dcmi_cap.json 34 ${D}${datadir}/ipmi-providers/dcmi_sensors.json 36 ${D}${datadir}/ipmi-providers/dev_id.json 38 ${D}${datadir}/ipmi-providers/power_reading.json 40 ${D}${datadir}/ipmi-providers/channel_access.json 42 ${D}${datadir}/ipmi-providers/channel_config.json 44 ${D}${datadir}/ipmi-providers/entity-map.json 46 ${D}${datadir}/ipmi-providers/cs_privilege_levels.json [all …]
|
H A D | phosphor-ipmi-ethstats_git.bb | 22 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" 25 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
|
H A D | phosphor-ipmi-fru_git.bb | 44 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" 46 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | providers.py | 27 """Exception raised when multiple providers of a runtime dependency can be found""" 31 Convenience function to get latest and preferred providers in pkg_pn 55 Find all providers for each pn 201 Return the highest version of the providers in file_set. 237 def _filterProviders(providers, item, cfgData, dataCache): argument 239 Take a list of providers and filter/reorder according to the 246 # The order of providers depends on the order of the files on the disk 249 providers.sort() 251 # Collate providers by PN 253 for p in providers: [all …]
|
H A D | taskdata.py | 171 bb.providers.buildWorldTargetList(dataCache) 246 Return a list of build targets who's providers 261 Return a list of runtime targets who's providers 276 Return a list of providers of item 330 except bb.providers.NoProvider: 339 Add the providers of item to the task data 347 if not item in dataCache.providers: 348 close_matches = self.get_close_matches(item, list(dataCache.providers.keys())) 350 all_p = bb.providers.getRuntimeProviders(dataCache, item) 356 raise bb.providers.NoProvider(item) [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0005-Fix-psa-api-crypto-test-no-243.patch | 14 platform/providers/arm/corstone1000/platform.cmake | 1 + 17 diff --git a/platform/providers/arm/corstone1000/platform.cmake b/platform/providers/arm/corstone10… 19 --- a/platform/providers/arm/corstone1000/platform.cmake 20 +++ b/platform/providers/arm/corstone1000/platform.cmake
|
H A D | 0018-Make-RSS-and-MHU-sizes-compile-time-definitions-user.patch | 15 platform/providers/arm/corstone1000/platform.cmake | 6 ++++-- 18 diff --git a/platform/providers/arm/corstone1000/platform.cmake b/platform/providers/arm/corstone10… 20 --- a/platform/providers/arm/corstone1000/platform.cmake 21 +++ b/platform/providers/arm/corstone1000/platform.cmake
|
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/ |
H A D | parsec.py | 49 """ Get Parsec providers list and check for one if defined """ 54 status, output = self.target.run('parsec-tool list-providers') 55 self.assertEqual(status, 0, msg='Cannot get a list of Parsec providers.\n%s' % output) 61 """ Run Parsec CLI end-to-end tests against one or all providers """ 70 providers = self.tc.td['PACKAGECONFIG:pn-parsec-service'] 74 providers = "PKCS11 MBED-CRYPTO" 76 providers += " TPM" 77 if prov not in providers: 79 (prov, providers)) 82 """ Check for the required packages for Parsec providers software backends """ [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-ipmid-providers.bb | 1 # Warning. Add additional providers with whitelists to distro or machine 4 SUMMARY = "OpenBMC - IPMI providers" 5 SUMMARY:${PN}-libs = "Extra providers for ipmid." 13 RDEPENDS:${PN}-libs = "${VIRTUAL-RUNTIME_phosphor-ipmi-providers}"
|
/openbmc/linux/Documentation/devicetree/bindings/interconnect/ |
H A D | interconnect.txt | 5 providers/consumers properties. 8 = interconnect providers = 15 depending on the use case. Interconnect providers can also be interconnect 41 can be multiple interconnect providers on a SoC and the consumer may consume 42 multiple paths from different providers depending on use case and the
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/rdma-core/ |
H A D | 0001-include-libgen.h-for-basename.patch | 17 providers/mlx5/mlx5_vfio.c | 1 + 44 diff --git a/providers/mlx5/mlx5_vfio.c b/providers/mlx5/mlx5_vfio.c 46 --- a/providers/mlx5/mlx5_vfio.c 47 +++ b/providers/mlx5/mlx5_vfio.c
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-ipmid-providers.bbappend | 1 # Warning: Any providers listed here will have their whitelists ignored. Add 2 # providers with whitelists that should not be ignored to 5 VIRTUAL-RUNTIME_phosphor-ipmi-providers:append:df-openpower = " \
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/ |
H A D | phosphor-pid-control_git.bb | 18 # We depend on this to be built first so we can build our providers. 42 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" 45 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | musl_fixup.patch | 7 ./sssd-2.5.1/src/providers/fail_over.c:1199:19: error: '_PATH_HOSTS' undeclared (first use in this … 20 Index: sssd-2.5.1/src/providers/fail_over.c 22 --- sssd-2.5.1.orig/src/providers/fail_over.c 23 +++ sssd-2.5.1/src/providers/fail_over.c
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/ |
H A D | wistron-ipmi-oem_git.bb | 19 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" 21 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/ |
H A D | openpower-host-ipmi-flash_git.bb | 27 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" 29 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
|
H A D | openpower-ipmi-oem_git.bb | 34 FILES:${PN}:append = " ${libdir}/ipmid-providers/lib*${SOLIBS}" 36 FILES:${PN}-dev:append = " ${libdir}/ipmid-providers/lib*${SOLIBSDEV} ${libdir}/ipmid-providers/*.l…
|
/openbmc/openbmc/meta-security/meta-parsec/ |
H A D | README.md | 46 PKCS11 and MBED-CRYPTO providers build-in. 54 what providers should be built in. For example: 63 with other providers like TPM or PKCS11. The required changes are 100 - all providers pre-configured in the Parsec config file included in the image. 101 - PKCS11 and TPM providers with software backends if softhsm and 171 which runs e2e tests against all providers enabled and configured 177 Enabling Parsec providers for manual testing
|
/openbmc/qemu/qapi/ |
H A D | stats.json | 58 # Enumeration of statistics providers. 122 # @providers: which providers to request statistics from, and 130 '*providers': [ 'StatsRequest' ] }, 264 # guarantee stability at all costs; the same is true of providers 267 # different architectures or by different providers, one of them
|
/openbmc/linux/Documentation/driver-api/ |
H A D | interconnect.rst | 56 The interconnect providers on the above diagram are M NoC, S NoC, C NoC, P NoC 62 providers. The point on the diagram where the CPUs connect to the memory is 70 include multiple master-slave pairs across several interconnect providers. 73 by the providers. The consumers send requests to providers requesting various 78 Interconnect providers
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | default-providers.inc | 2 # Default virtual providers 25 # Default virtual runtime providers 36 # Default recipe providers
|
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-config.bbappend | 8 ${datadir}/ipmi-providers/sensor_filter.json \ 13 ${D}${datadir}/ipmi-providers/sensor_filter.json
|
/openbmc/linux/include/linux/ |
H A D | hte.h | 90 * @line_id: The logical ID understood by the consumers and providers. 108 * and subsystem to providers. 119 * struct hte_ops - HTE operations set by providers. 134 * providers and is translated by the provider. 182 /* HTE APIs for the providers */
|
/openbmc/openbmc/poky/bitbake/ |
H A D | ChangeLog | 41 - Sort the list of providers before processing so dependency problems are 47 …- Print the list of missing DEPENDS,RDEPENDS for the "No buildable providers available for require… 59 - Sort initial providers list by default preference (#1145, #2024) 61 - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359) 62 - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed 71 - Fix preferred_version return values (providers.py) 132 - No longer weight providers on the basis of a package being "already staged". This 162 - Add tryaltconfigs option to control whether bitbake trys using alternative providers
|
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-config.bbappend | 10 ${D}${datadir}/ipmi-providers/channel_access.json 12 ${D}${datadir}/ipmi-providers/channel_config.json
|