public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] cmd: fru: Add simple FRU generator and parser
@ 2019-10-14 13:29 Michal Simek
  2019-10-14 13:29 ` [U-Boot] [PATCH 1/3] cmd: fru: Add support for FRU commands Michal Simek
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Michal Simek @ 2019-10-14 13:29 UTC (permalink / raw)
  To: u-boot

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

-- 
2.17.1

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-10-23  7:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-14 13:29 [U-Boot] [PATCH 0/3] cmd: fru: Add simple FRU generator and parser Michal Simek
2019-10-14 13:29 ` [U-Boot] [PATCH 1/3] cmd: fru: Add support for FRU commands Michal Simek
2019-10-21 23:46   ` Simon Glass
2019-10-22 12:57     ` Michal Simek
2019-10-22 12:40   ` Jean-Jacques Hiblot
2019-10-22 12:54     ` Michal Simek
2019-10-22 13:09   ` Michael Walle
2019-10-22 13:45     ` Michal Simek
2019-10-22 14:43       ` Michael Walle
2019-10-23  7:11         ` Michal Simek
2019-10-14 13:29 ` [U-Boot] [PATCH 2/3] cmd: fru: Add basic fru format generator Michal Simek
2019-10-14 13:29 ` [U-Boot] [PATCH 3/3] arm64: versal: Enable FRU command Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox