Home
last modified time | relevance | path

Searched refs:asset (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_asset_tag.robot3 Documentation Module to test dcmi asset tag functionality.
19 [Documentation] Set asset tag with valid string length and verify.
21 # Allowed MAX characters length for asset tag name is 63.
30 [Documentation] Verify error while setting invalid asset tag via IPMI.
32 # Any string more than 63 character is invalid for asset tag.
41 [Documentation] Set valid asset tag via IPMI and verify using Redfish.
52 [Documentation] Set asset tag with valid string length and verify.
63 [Documentation] Set asset tag with invalid string length and verify.
78 [Documentation] Set valid asset tag via IPMI and verify using Redfish.
91 [Documentation] Set valid length asset tag.
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0004-Platform-CS1000-Increase-ITS-max-asset-size.patch4 Subject: [PATCH 4/9] Platform: CS1000: Increase ITS max asset size
9 Increases the max asset size for ITS to enable Parsec services and
35 +/* The maximum size of asset to be stored in the Internal Trusted Storage area. */
H A D0006-Platform-CS1000-Increase-buffers-for-EFI-vars.patch28 /* The maximum size of asset to be stored in the Internal Trusted Storage area. */
31 +/* The maximum asset size to be stored in the Protected Storage */
/openbmc/qemu/tests/functional/qemu_test/
H A Dasset.py162 for name, asset in vars(test.__class__).items():
163 if name.startswith("ASSET_") and type(asset) == Asset:
164 log.info("Attempting to cache '%s'" % asset)
165 asset.fetch()
H A D__init__.py9 from .asset import Asset
H A Dtestcase.py26 from .asset import Asset
/openbmc/smbios-mdr/include/
H A Dcpu.hpp37 using asset = typedef
311 sdbusplus::server::object_t<processor, asset, location, connector, rev,
324 sdbusplus::server::object_t<processor, asset, location, connector, rev, in Cpu()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c59 const char *manufacturer, *product, *version, *serial, *asset, *location; member
63 const char *manufacturer, *version, *serial, *asset, *sku; member
75 const char *sock_pfx, *manufacturer, *version, *serial, *asset, *part; member
109 const char *loc_pfx, *bank, *manufacturer, *serial, *asset, *part; member
635 SMBIOS_TABLE_SET_STR(2, asset_tag_number_str, type2.asset); in smbios_build_type_2_table()
653 SMBIOS_TABLE_SET_STR(3, asset_tag_number_str, type3.asset); in smbios_build_type_3_table()
707 SMBIOS_TABLE_SET_STR(4, asset_tag_number_str, type4.asset); in smbios_build_type_4_table()
896 SMBIOS_TABLE_SET_STR(17, asset_tag_number_str, type17.asset); in smbios_build_type_17_table()
1443 save_opt(&type2.asset, opts, "asset"); in smbios_entry_add()
1453 save_opt(&type3.asset, opts, "asset"); in smbios_entry_add()
[all …]
/openbmc/smbios-mdr/src/
H A Dcpu.cpp72 asset::manufacturer(result); in manufacturer()
80 asset::partNumber(result); in partNumber()
88 asset::serialNumber(result); in serialNumber()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-speaklater_1.3.bb1 DESCRIPTION = "Media asset management for Python, with glue code for various frameworks"
/openbmc/pldm/host-bmc/test/
H A Dmeson.build5 '../dbus/asset.cpp',
/openbmc/pldm/host-bmc/dbus/
H A Dcustom_dbus.cpp192 if (!asset.contains(path)) in implementAssetInterface()
194 asset.emplace(path, std::make_unique<Asset>( in implementAssetInterface()
H A Dcustom_dbus.hpp225 std::unordered_map<ObjectPath, std::unique_ptr<Asset>> asset; member in pldm::dbus::CustomDBus
/openbmc/pldm/libpldmresponder/
H A Dmeson.build30 '../host-bmc/dbus/asset.cpp',
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue47 <span class="pl-3 asset-tag">{{ assetTag }}</span>
343 .asset-tag {
/openbmc/ibm-logging/
H A Dconfigure.ac77 [The asset interface])
/openbmc/qemu/docs/devel/testing/
H A Dfunctional.rst274 class. To use it in your test, declare an asset in your test class with
282 asset like this::
322 asset which occupies at least 1GB of size on disk when uncompressed.
H A Davocado.rst501 asset which occupies at least 1GB of size on disk when uncompressed.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/
H A Dtrusted-firmware-m-corstone1000.inc26 file://0004-Platform-CS1000-Increase-ITS-max-asset-size.patch \
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_fru.h121 char * asset; member
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot3 Documentation Module to test IPMI asset tag functionality.
/openbmc/qemu/
H A Dqemu-options.hx2638 " [,asset=str][,location=str]\n"
2640 "-smbios type=3[,manufacturer=str][,version=str][,serial=str][,asset=str]\n"
2644 " [,asset=str][,part=str][,max-speed=%d][,current-speed=%d]\n"
2652 " [,asset=str][,part=str][,speed=%d]\n"
2667 ``-smbios type=2[,manufacturer=str][,product=str][,version=str][,serial=str][,asset=str][,location=…
2670 ``-smbios type=3[,manufacturer=str][,version=str][,serial=str][,asset=str][,sku=str]``
2673 ``-smbios type=4[,sock_pfx=str][,manufacturer=str][,version=str][,serial=str][,asset=str][,part=str…
2718 ``-smbios type=17[,loc_pfx=str][,bank=str][,manufacturer=str][,serial=str][,asset=str][,part=str][,…
/openbmc/linux/
H A Dopengrok0.0.log[all...]