diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/bcmflash/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/bcmflash/main.cpp b/utils/bcmflash/main.cpp index c6e04bc..6bb34a9 100644 --- a/utils/bcmflash/main.cpp +++ b/utils/bcmflash/main.cpp @@ -372,6 +372,10 @@ void dump_info(NVRAMInfo_t *info, NVRAMInfo2_t *info2) printf("Feature: 0x%08X\n", be32toh(info2->func3CfgFeature)); printf("Cfg: 0x%08X\n", be32toh(info2->func3CfgHW)); printf("Cfg2: 0x%08X\n", be32toh(info2->func3CfgHW2)); + + printf("\n=== SMBus ===\n"); + printf("Device Address: 0x%02X\n", info->SMBusAddr); + printf("BMC Address: 0x%02X\n", info->SMBusAddrBMC); } void dump_vpd(uint8_t *vpd, size_t vpd_len) |