Hi Rick, On Wed, Jun 9, 2021 at 3:06 PM Rick Chen <[email protected]> wrote: > > Hi Bin, > > > From: Bin Meng <[email protected]> > > Sent: Friday, June 04, 2021 1:51 PM > > To: Rick Jian-Zhi Chen(陳建志) <[email protected]>; Leo Yu-Chi Liang(梁育齊) > > <[email protected]>; U-Boot Mailing List <[email protected]> > > Subject: [PATCH 5/5] riscv: ae350: dts: Add missing "u-boot,dm-spl" for SPL > > config > > > > At present the AE350 SPL defconfig is using OF_PRIOR_STAGE. The intention > > was to use gdb to load device tree before running U-Boot SPL/proper from > > RAM. When we switch to OF_SEPARATE we will have to use our own DT but > > without "u-boot,dm-spl" in several essential nodes, SPL does not boot. > > Can you describe how do you verify and provide the steps about that > SPL boot fail that I can duplicate it. :)
$ make ae350_rv64_spl_defconfig; make -j $ make menuconfig (change OF_PRIOR_STAGE to OF_EMBED or OF_SEPARATE) Load u-boot.bin to RAM Regards, Bin

