Re: [PATCH v3 1/2] riscv: Support booting SiFive Unmatched from SPI.

2021-12-02 Thread Leo Liang
On Wed, Nov 24, 2021 at 02:32:09PM -0800, Thomas Skibo wrote: > Configure SPI flash devices into SPL. Add SPI boot option to spl.c. > Document how to format flash for booting. > > Signed-off-by: Thomas Skibo > --- > .../dts/hifive-unmatched-a00-u-boot.dtsi | 11 +++ >

[PATCH v3 1/2] riscv: Support booting SiFive Unmatched from SPI.

2021-11-24 Thread Thomas Skibo
Configure SPI flash devices into SPL. Add SPI boot option to spl.c. Document how to format flash for booting. Signed-off-by: Thomas Skibo --- .../dts/hifive-unmatched-a00-u-boot.dtsi | 11 +++ board/sifive/unmatched/spl.c | 3 ++ configs/sifive_unmatched_defconfig