u-boot/board/xilinx
Siva Durga Prasad Paladugu f1b97b5f18 xilinx: cmd: Add support for FRU commands
This patch adds support for fru commands "fru capture" and "fru display".
The fru capture parses the FRU table present at an address and stores in a
structure for later use. The fru display prints the content of captured
structured in a readable format.

As of now, it supports only common header and board area of FRU. Also, it
supports only English language code and ASCII8/BINARY formats.

fru_data variable is placed to data section because fru parser can be
called very early before bss is initialized. And also information needs to
be shared that's why it is exported via header.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2020-10-27 08:13:32 +01:00
..
bootscripts xilinx: Add sd boot command script for reference 2019-10-08 09:11:13 +02:00
common xilinx: cmd: Add support for FRU commands 2020-10-27 08:13:32 +01:00
microblaze-generic microblaze: Setup distro boot env variables at run time 2020-10-27 08:01:36 +01:00
versal xilinx: common: Add Makefile to common folder 2020-10-27 08:13:32 +01:00
zynq xilinx: common: Add Makefile to common folder 2020-10-27 08:13:32 +01:00
zynqmp xilinx: cmd: Add support for FRU commands 2020-10-27 08:13:32 +01:00
zynqmp_r5 common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
Kconfig xilinx: cmd: Add support for FRU commands 2020-10-27 08:13:32 +01:00