
Hi Tom,
Please pull some riscv updates:
- Fix wrong amoswap t1 usage in startup. - Reset the board after cratch. - Enable distro booting from an attached SCSI disk for QEMU. - Support the optional header fields in efi header.
Thanks Rick
https://travis-ci.org/github/rickchen36/u-boot-riscv/builds/748706480
The following changes since commit 5a1a8a63be8f7262a300eddafb18020926b12fb6:
Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel (2020-12-11 15:55:17 -0500)
are available in the Git repository at:
git@gitlab.denx.de:u-boot/custodians/u-boot-riscv.git
for you to fetch changes up to 9afaeec6ef8bbc6cf936d2a9c3d28caffca5bf7e:
riscv: Complete efi header for RV32/64 (2020-12-14 15:16:54 +0800)
---------------------------------------------------------------- Atish Patra (1): riscv: Fix efi header for RV32
Brad Kim (1): riscv: fix the wrong swap value register
Heinrich Schuchardt (2): riscv: reset after crash riscv: qemu: enable distro boot from scsi
Leo Yu-Chi Liang (2): riscv: Fix efi header size for RV32 riscv: Complete efi header for RV32/64
arch/riscv/cpu/start.S | 2 +- arch/riscv/lib/crt0_riscv_efi.S | 28 +++++++++++++++++++++++++++- arch/riscv/lib/interrupts.c | 8 ++++---- include/configs/qemu-riscv.h | 1 + 4 files changed, 33 insertions(+), 6 deletions(-)