]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: fru: Add basic fru format generator
authorMichal Simek <michal.simek@xilinx.com>
Mon, 15 Apr 2019 11:54:09 +0000 (13:54 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 6 Jun 2019 11:46:52 +0000 (13:46 +0200)
commit0837acee9b0a9d9cb6e418eef6f510e10f5deb42
tree9c294cea9af2e2fc91cdb03b788fd677b20fb7ed
parent1cf538f8323d5613ae908844d35f4314e7534296
cmd: fru: Add basic fru format generator

Idea is to have something what can be used for board bringup from
generic board perspective.

There is a violation compare to spec that FRU ID is ASCII8 instead of
binary format but this is really for having something to pass boot and
boot to OS which has better generating options.
Also time should be filled properly.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
cmd/fru.c
common/fru_ops.c
include/fru.h