u-boot/arch/riscv
Rick Chen 444c46413f riscv: Fix clear bss loop in the start-up code
For RV64, it will use sd instruction to clear t0
register, and the increament will be 8 bytes. So
if the difference between__bss_strat and __bss_end
was not 8 bytes aligned, the clear bss loop will
overflow and acks like system hang.

Signed-off-by: Rick Chen <rick@andestech.com>
Cc: KC Lin <kclin@andestech.com>
Cc: Alan Kao <alankao@andestech.com>
2019-12-10 08:23:10 +08:00
..
cpu riscv: Fix clear bss loop in the start-up code 2019-12-10 08:23:10 +08:00
dts riscv: dts: Add hifive-unleashed-a00 dts from Linux 2019-12-10 08:23:10 +08:00
include/asm gpio: sifive: add support for DM based gpio driver for FU540-SoC 2019-10-18 09:04:01 +08:00
lib riscv: andes_plic: Fix some wrong configurations 2019-12-10 08:23:10 +08:00
config.mk riscv: qemu: define standalone load address 2019-01-15 09:36:31 +08:00
Kconfig riscv: increase stack size to avoid a stack overflow during distro boot 2019-12-10 08:23:10 +08:00
Makefile riscv: add Kconfig entries for the code model 2018-12-18 09:56:26 +08:00