On Mon, 2019-04-29 at 15:44 +0800, Andes wrote: > From: Rick Chen <r...@andestech.com> > > When U-Boot boots from flash, during the boot process, > hart_lottery and available_harts_lock variable addresses > point to flash which is not writable. This causes boot > failures on AE350. Introduce a config option CONFIG_XIP > to support such configuration. > > Signed-off-by: Rick Chen <r...@andestech.com> > Cc: Greentime Hu <greent...@andestech.com> > --- > arch/riscv/Kconfig | 7 +++++++ > arch/riscv/cpu/cpu.c | 2 ++ > arch/riscv/cpu/start.S | 6 ++++++ > arch/riscv/include/asm/global_data.h | 2 ++ > arch/riscv/lib/asm-offsets.c | 2 ++ > arch/riscv/lib/smp.c | 2 ++ > 6 files changed, 21 insertions(+) >
Reviewed-by: Lukas Auer <lukas.a...@aisec.fraunhofer.de> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot