
Hi,
this code was develop for i2c eeprom decoding which is the part of VITA IPMI spec. This code is just deconding board information but it can be extended to cover other fields and SoC extensions.
Thanks, Michal
Michal Simek (2): cmd: fru: Add basic fru format generator arm64: versal: Enable FRU command
Siva Durga Prasad Paladugu (1): cmd: fru: Add support for FRU commands
MAINTAINERS | 3 + cmd/Kconfig | 8 + cmd/Makefile | 1 + cmd/fru.c | 86 +++++++ common/Makefile | 1 + common/fru_ops.c | 342 +++++++++++++++++++++++++++ configs/xilinx_versal_virt_defconfig | 1 + include/fru.h | 78 ++++++ 8 files changed, 520 insertions(+) create mode 100644 cmd/fru.c create mode 100644 common/fru_ops.c create mode 100644 include/fru.h