From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] cmd: fru: Add simple FRU generator and parser
Date: Mon, 14 Oct 2019 15:29:11 +0200 [thread overview]
Message-ID: <cover.1571059750.git.michal.simek@xilinx.com> (raw)
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
next reply other threads:[~2019-10-14 13:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-14 13:29 Michal Simek [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1571059750.git.michal.simek@xilinx.com \
--to=michal.simek@xilinx.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox