summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-mitchell/recipes-phosphor
diff options
context:
space:
mode:
authorThang Tran <thuutran@amperecomputing.com>2022-11-09 09:25:59 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2022-11-09 10:07:11 +0300
commitbc7598013337ee414d007e1b72bbe71d97b21de4 (patch)
tree0b54a9f2ea4c2c820371ef4404c35a204c3cad05 /meta-ampere/meta-mitchell/recipes-phosphor
parentdfdad2c25832a65b5b143d4e6f80c1fa9c0e2c7f (diff)
downloadopenbmc-bc7598013337ee414d007e1b72bbe71d97b21de4.tar.xz
meta-ampere: mtmitchell: ipmi-oem: configure bus-address of BMC's FRU
This commit configures the bus and address of the BMC FRU device so that IPMI OEM commands can identify such. Tested: 1. Request to update MAC address. ipmitool raw 0x3c 0x01 0x70 0xe2 0x84 0x86 0x76 0xc0 2. Reboot then check MAC address. ip a 3. MAC address is updated as step 1. Signed-off-by: Thang Tran <thuutran@amperecomputing.com> Change-Id: Iad2bd9a5e43268e82f2bdb4413746bdcba45deb2
Diffstat (limited to 'meta-ampere/meta-mitchell/recipes-phosphor')
-rw-r--r--meta-ampere/meta-mitchell/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend b/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend
new file mode 100644
index 0000000000..4e1523df7b
--- /dev/null
+++ b/meta-ampere/meta-mitchell/recipes-phosphor/ipmi/ampere-ipmi-oem.bbappend
@@ -0,0 +1,2 @@
+PACKAGECONFIG:append = " mac-address-manual-fru-conf"
+PACKAGECONFIG[mac-address-manual-fru-conf] = "-Dmac-address-fru-bus=14 -Dmac-address-fru-addr=80"