]> git.baikalelectronics.ru Git - uboot.git/commit
board: sama5d3_xplained: add Falcon boot support
authorMichael Opdenacker <michael.opdenacker@bootlin.com>
Mon, 31 May 2021 21:23:48 +0000 (23:23 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Mon, 14 Jun 2021 09:28:03 +0000 (12:28 +0300)
commit1ba126518cedcff96a4d3277e4869bef4e07750c
tree79be024c25eca83fbcb49bbe9a0c8bef58686fe4
parent6380d7190736ad8cbd34c5b959fe066a87e90720
board: sama5d3_xplained: add Falcon boot support

This supports Falcon boot support for Microchip SAMA5D3 Xplained,
tested on raw MMC, and on raw NAND.

spl_start_uboot() is has the simplest possible implementation.
It doesn't test the environment because enabling environment support
currently causes the SPL to exceed its maximum size (64 KiB).
It doesn't check the serial for incoming characters either because
this functionality currently doesn't seem to work from the SPL
on this board.

Settings for Falcon boot from at FAT partition are also added to
avoid compile failures when CONFIG_SPL_OS_BOOT is enabled, but this
particular case is currently not functional as adding FAT and
partition support cause the SPL to be too big again.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
board/atmel/sama5d3_xplained/sama5d3_xplained.c
include/configs/sama5d3_xplained.h