[PATCH 05/10] xilinx: Add support for generic board detection

2021-08-23 Thread Michal Simek
Add support for changing DT at run time. It is done via board_detection() which returns platform_id and platform_version which can be used via board_name_decode() to compose board_local_name string which corresponds with DT which is should be used. Signed-off-by: Michal Simek --- Changes in v2:

[PATCH 05/10] xilinx: Add support for generic board detection

2021-08-19 Thread Michal Simek
Add support for changing DT at run time. It is done via board_detection() which returns platform_id and platform_version which can be used via board_name_decode() to compose board_local_name string which corresponds with DT which is should be used. Signed-off-by: Michal Simek --- board/xilinx/c