Skip to content

Commit

Permalink
meta-ampere: mtjefferson: ipmi-oem: configure BMC's FRU bus address
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Hieu Huynh <[email protected]>
  • Loading branch information
hieuhuynh-ampere authored and thangqn-ampere committed Oct 15, 2024
1 parent d6298a8 commit 9fa1792
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9fa1792

Please sign in to comment.