summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wilson <wilsonan@us.ibm.com>2019-05-10 02:09:14 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-15 20:42:51 +0300
commit989b85ddd0cc392492b8c80183c05d20c70726d0 (patch)
tree527afcc6e4d04886c3b0b7dcd975e7cfe1480463
parent4a9dde23688bf2749439d98f3e1fc32ec26b876a (diff)
downloadopenbmc-989b85ddd0cc392492b8c80183c05d20c70726d0.tar.xz
swift: Add BMC riser EEPROM
Added the BMC riser EEPROM for swift. (From meta-ibm rev: 2203c6935c10a4cabff80b5d17e9e10e0c007910) Signed-off-by: Anthony Wilson <wilsonan@us.ibm.com> Change-Id: Id401da931e8ffbcf4d44151605d969e34af73276 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend b/meta-ibm/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend
index fe36dc413..530950328 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/vpd/openpower-fru-vpd_%.bbappend
@@ -1,4 +1,9 @@
-do_install_append() {
+do_install_append_witherspoon() {
DEST=${D}${inventory_envdir}
printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-11/11-0051/eeprom" >> ${DEST}/inventory
}
+
+do_install_append_swift() {
+ DEST=${D}${inventory_envdir}
+ printf "\nEEPROM=/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a400.i2c-bus/i2c-08/08-0051/eeprom" >> ${DEST}/inventory
+}