/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/ |
H A D | phosphor-inventory-manager-assettag.bb | 1 SUMMARY = "Recipe to create AssetTag property in inventory manager" 4 PROVIDES += "virtual/phosphor-inventory-manager-assettag" 7 SRC_URI = "file://assettag.yaml" 16 install -D assettag.yaml ${D}${base_datadir}/events.d/assettag.yaml 19 FILES:${PN} += "${base_datadir}/events.d/assettag.yaml"
|
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/configuration/ncplite-yaml-config/ |
H A D | ncplite-ipmi-fru.yaml | 53 xyz.openbmc_project.Inventory.Decorator.AssetTag: 54 AssetTag: 80 xyz.openbmc_project.Inventory.Decorator.AssetTag: 81 AssetTag: 111 xyz.openbmc_project.Inventory.Decorator.AssetTag: 112 AssetTag:
|
/openbmc/webui-vue/src/ |
H A D | App.vue | 11 assetTag() { 13 //return this.$store.getters['global/assetTag']; 17 assetTag: function (tag) { 24 if (this.assetTag) { 25 document.title = `${this.assetTag} - ${to.meta.title}`;
|
/openbmc/webui-vue/src/store/modules/ |
H A D | GlobalStore.js | 32 assetTag: null, property in GlobalStore.state 46 assetTag: (state) => state.assetTag, 58 setAssetTag: (state, assetTag) => (state.assetTag = assetTag), 116 AssetTag, field in AnonymousClass9e9e035e0301.data 123 commit('setAssetTag', AssetTag);
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/inventory/phosphor-inventory-manager-assettag/ |
H A D | assettag.yaml | 2 - name: Creating AssetTag at startup 4 Create /system at startup and populate the AssetTag property with 11 xyz.openbmc_project.Inventory.Decorator.AssetTag: 12 AssetTag:
|
/openbmc/entity-manager/configurations/meta/ |
H A D | minerva_tahan_smb.json | 30 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 31 "AssetTag": "$PRODUCT_ASSET_TAG" string 65 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 66 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | minerva_janga_smb.json | 30 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 31 "AssetTag": "$PRODUCT_ASSET_TAG" string 65 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 66 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | ventura_fanboard_adc_max.json | 72 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 73 "AssetTag": "$PRODUCT_ASSET_TAG" string 149 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 150 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | ventura_fanboard_adc_tic.json | 72 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 73 "AssetTag": "$PRODUCT_ASSET_TAG" string 149 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 150 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | minerva_cmm.json | 253 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 254 "AssetTag": "$PRODUCT_ASSET_TAG" string 277 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 278 "AssetTag": "$CHASSIS_INFO_AM3" string
|
H A D | minerva_cmm_hsc_infineon.json | 277 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 278 "AssetTag": "$PRODUCT_ASSET_TAG" string 301 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 302 "AssetTag": "$CHASSIS_INFO_AM3" string
|
H A D | ventura_ledboard.json | 14 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 15 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | ventura_ioboard.json | 14 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 15 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | harma_bsm.json | 21 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 22 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | minerva_cmm_bsm.json | 21 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 22 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | minerva_aegis.json | 27 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 28 "AssetTag": "$PRODUCT_ASSET_TAG" 26 "AssetTag": "$PRODUCT_ASSET_TAG" global() string
|
H A D | yosemite4_floatingfalls.json | 14 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 15 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
H A D | catalina_osfp.json | 22 "xyz.openbmc_project.Inventory.Decorator.AssetTag": { 23 "AssetTag": "$PRODUCT_ASSET_TAG" string
|
/openbmc/pldm/platform-mc/ |
H A D | dbus_impl_fru.hpp | 4 #include "xyz/openbmc_project/Inventory/Decorator/AssetTag/server.hpp" 22 sdbusplus::xyz::openbmc_project::Inventory::Decorator::server::AssetTag; 85 /** @brief Set value of assetTag in Decorator.AssetTag */ 86 std::string assetTag(std::string value);
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | listener.cpp | 113 "Register AssetTag change callback failed, reason: " + in registerAssetTagChangeCallback() 133 const auto& l_itrToAssetTag = l_propMap.find("AssetTag"); in assetTagChangeCallback() 139 // Call Notify to persist the AssetTag in assetTagChangeCallback() 142 {{constants::assetTagInf, {{"AssetTag", *l_assetTag}}}}}}; in assetTagChangeCallback() 163 "AssetTag update failed, reason: " + std::string(l_ex.what()), in assetTagChangeCallback()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/AssetTag/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Decorator/AssetTag' 8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/AssetTag.interface.yaml', 28 'xyz/openbmc_project/Inventory/Decorator/AssetTag',
|
/openbmc/phosphor-host-ipmid/ |
H A D | dcmihandler.cpp | 204 std::string assetTag{}; in readAssetTag() local 207 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in readAssetTag() 216 return assetTag; in readAssetTag() 219 bool writeAssetTag(ipmi::Context::ptr& ctx, const std::string& assetTag) in writeAssetTag() argument 233 dcmi::assetTagIntf, dcmi::assetTagProp, assetTag); in writeAssetTag() 471 std::string& assetTag = assetTagResp.value(); in getAssetTag() local 474 if (assetTag.size() > dcmi::assetTagMaxSize) in getAssetTag() 476 assetTag.resize(dcmi::assetTagMaxSize); in getAssetTag() 479 if (offset >= assetTag.size()) in getAssetTag() 484 // silently truncate reads beyond the end of assetTag in getAssetTag() [all …]
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | ChassisStore.js | 24 AssetTag, 42 assetTag: AssetTag,
|
H A D | ProcessorStore.js | 28 AssetTag, 51 assetTag: AssetTag,
|
/openbmc/entity-manager/schemas/ |
H A D | openbmc-dbus.json | 39 "AssetTag": { object 42 "AssetTag": { object 46 "required": ["AssetTag"],
|