u-boot/board/xilinx/common
Michal Simek 5563167e6e xilinx: board: Update logic in xilinx_read_eeprom_legacy
When eeprom has random content printing random chars can stuck U-Boot.
That's why update legacy eeprom format decoding algorithm to copy only
maximum amount of chars allocated for fields.
And also print them directly from desc structure.

Previous algorithm was printing strings first directly from eeprom content
and then copy them to desc structure.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/42065fcbb1a10581f9f4f091d64b43c01fe595c6.1674573561.git.michal.simek@amd.com
2023-01-27 08:48:32 +01:00
..
board.c xilinx: board: Update logic in xilinx_read_eeprom_legacy 2023-01-27 08:48:32 +01:00
board.h xilinx: board: Read the whole eeprom not just offset 2020-10-27 08:13:32 +01:00
cpu-info.c xilinx: common: Add print_cpuinfo() declaration 2022-10-10 12:28:08 +02:00
fru.c global: Convert simple_strtoul() with hex to hextoul() 2021-08-02 13:32:14 -04:00
fru.h xilinx: Add option to select SC id instead of DUT id for SC support 2022-12-05 08:55:54 +01:00
fru_ops.c xilinx: Add option to select SC id instead of DUT id for SC support 2022-12-05 08:55:54 +01:00
Makefile xilinx: common: Separate display cpu info function 2022-06-24 14:37:27 +02:00