[PATCH v11 14/18] riscv: sifive: fu540: add SPL configuration

2020-05-19 Thread Pragnesh Patel
Add a support for SPL which will boot from L2 LIM (0x0800_) and then SPL will boot U-Boot FIT image (OpenSBI FW_DYNAMIC + u-boot.bin) from MMC boot devices. SPL related code is leveraged from FSBL (https://github.com/sifive/freedom-u540-c000-bootloader.git) Signed-off-by: Pragnesh Patel Revi

Re: [PATCH v11 14/18] riscv: sifive: fu540: add SPL configuration

2020-05-19 Thread Jagan Teki
On Tue, May 19, 2020 at 12:35 PM Pragnesh Patel wrote: > > Add a support for SPL which will boot from L2 LIM (0x0800_) and > then SPL will boot U-Boot FIT image (OpenSBI FW_DYNAMIC + u-boot.bin) > from MMC boot devices. > > SPL related code is leveraged from FSBL > (https://github.com/sifive/f