u-boot/board/xilinx/common
Michal Simek 8174cd2116 xilinx: common: Add support for partial string match in board_fit_config_name_match()
Board name in FIT image can use U-Boot regular expressions SLRE to instruct
U-Boot to handle all revisions for certain board.
For example when name (description property) is saying "zynqmp-zcu104-revA"
only description with this name is selected.
When zynqmp-zcu104.* is described then all board revisions will be handled
by this fragment.
Xilinx normally have some board revisions which are SW compatible to each
other. That's why make sense to define board name with revisions first
follow by generic description with '.*' at the end like this:

config_1 {
        description = "zynqmp-zcu104-rev[AB]";
        fdt = "zynqmp-zcu104-revA";
};
config_2 {
        description = "zynqmp-zcu104.*";
        fdt = "zynqmp-zcu104-revC";
};

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/d67683a3c5d0435a5070e622f7a9a38e19c64cf5.1672994329.git.michal.simek@amd.com
2023-01-18 12:17:47 +01:00
..
board.c xilinx: common: Add support for partial string match in board_fit_config_name_match() 2023-01-18 12:17:47 +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