]> git.baikalelectronics.ru Git - uboot.git/commit
atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot
authorGreg Czerniak <greg@czerniak.info>
Mon, 21 Jan 2019 04:51:26 +0000 (23:51 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jan 2019 13:13:56 +0000 (08:13 -0500)
commitf9a90e53bf130a9ae7b765b1d8b1d4f47397dbb9
tree8fbd9f4e246b6d398b81747c8eeed1f526be9df5
parent990500e9177d2a6928aeb48278437934e4230f0d
atmel: add CMD_FS_GENERIC to SAMA5D3 for EFI boot

I'm working on getting OpenBSD to run on the Atmel SAMA5D3 Xplained.
OpenBSD uses an EFI bootloader, which requires the "load" command to
work, since "fatload" doesn't initialize the EFI memory addresses
properly. To get "load" on the SAMA5D3 version of U-Boot, I propose
adding the CONFIG_CMD_FS_GENERIC option.

Signed-off-by: Greg Czerniak <greg@czerniak.info>
configs/sama5d3_xplained_mmc_defconfig