]> git.ipfire.org Git - thirdparty/u-boot.git/commit
xilinx: Add support for generic board detection
authorMichal Simek <michal.simek@xilinx.com>
Fri, 23 Jul 2021 07:59:59 +0000 (09:59 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 24 Aug 2021 13:57:59 +0000 (15:57 +0200)
commitbc1a6e4a93a13499dda2bc8ec02e0372c29b59dc
tree62feb55ad372e196fd67412d5f8edfb65613a025
parentb72d132255ee4f4b35438e16edbe4d0928094410
xilinx: Add support for generic board detection

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 <michal.simek@xilinx.com>
board/xilinx/common/board.c