u-boot/board/xilinx/common
Michal Simek 530560b6f8 xilinx: fru: Replace spaces with \0 in detected name
FRU spec expected \0 for unused symbols but unfortunately a lot of boards
are using spaces instead of \0. That's why after saving it to desc->name
name is checked again and all spaces are converted to \0. This will ensure
that names can be used for string manipulations like concatenation.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2021-08-26 08:14:42 +02:00
..
board.c xilinx: fru: Replace spaces with \0 in detected name 2021-08-26 08:14:42 +02:00
board.h xilinx: board: Read the whole eeprom not just offset 2020-10-27 08:13:32 +01:00
fru.c global: Convert simple_strtoul() with hex to hextoul() 2021-08-02 13:32:14 -04:00
fru.h fru: common: Record pcie/uuid fields in custom board area 2020-11-20 10:42:54 +01:00
fru_ops.c treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
Makefile xilinx: cmd: Add support for FRU commands 2020-10-27 08:13:32 +01:00