]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: ax25: add SPL support
authorRick Chen <rick@andestech.com>
Thu, 14 Nov 2019 05:52:21 +0000 (13:52 +0800)
committerAndes <uboot@andestech.com>
Tue, 10 Dec 2019 00:23:10 +0000 (08:23 +0800)
commit0ee362ad5d73100520efc43fbc84fda0e00c3ea3
treeb8b80458bbd6e047b1f850c8a4353180bcba74cd
parentbe94a8452ed4bbb4e9bca8fe6afb7c2f7cf14a55
riscv: ax25: add SPL support

The U-Boot SPL will boot in M mode and load the FIT image which
include OpenSBI and U-Boot proper images. After loading progress,
it will jump to OpenSBI first and then U-Boot proper which will
run in S mode.

Also remove V5L2_CACHE due to U-Boot SPL code size consideration.
Without this concern, it can be enable manually for performance.

Signed-off-by: Rick Chen <rick@andestech.com>
Cc: KC Lin <kclin@andestech.com>
Cc: Alan Kao <alankao@andestech.com>
arch/riscv/cpu/ax25/Kconfig