mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
f1b97b5f18
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>
16 lines
473 B
Text
16 lines
473 B
Text
XILINX_ZYNQMP BOARDS
|
|
M: Michal Simek <michal.simek@xilinx.com>
|
|
S: Maintained
|
|
F: arch/arm/dts/zynqmp-*
|
|
F: arch/arm/dts/avnet-ultra96*
|
|
F: board/xilinx/common/
|
|
F: board/xilinx/zynqmp/
|
|
F: include/configs/xilinx_zynqmp*
|
|
F: configs/xilinx_zynqmp*
|
|
F: configs/avnet_ultra96_rev1_defconfig
|
|
|
|
ARM ZYNQMP AVNET ULTRAZED EV BOARD
|
|
M: Luca Ceresoli <luca@lucaceresoli.net>
|
|
S: Maintained
|
|
F: arch/arm/dts/avnet-ultrazedev-*
|
|
F: configs/avnet_ultrazedev_cc_v1_0_ultrazedev_som_v1_0_defconfig
|