[U-Boot] Please pull u-boot-riscv

Rick Chen rickchen36 at gmail.com
Wed Dec 5 07:12:29 UTC 2018


Hi Tom,

Please pull some riscv update:
1. Fix BBL may be corrupted problem.
2. Support U-Boot run in S-mode.

https://travis-ci.org/rickchen36/u-boot-riscv/builds/463646974

Thanks

Rick


The following changes since commit 2e2a2a5d4f0c2e2642326d9000ce1f1553632e6a:

  Merge branch 'master' of git://git.denx.de/u-boot-sh (2018-12-04
19:22:31 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-riscv.git

for you to fetch changes up to 48cbf6246052de10d35b616b5efb2f783904a49d:

  riscv: ax25-ae350: Pass dtb address to u-boot with a1 register
(2018-12-05 14:14:16 +0800)

----------------------------------------------------------------
Anup Patel (3):
      riscv: Add kconfig option to run U-Boot in S-mode
      riscv: qemu: Use different SYS_TEXT_BASE for S-mode
      riscv: Add S-mode defconfigs for QEMU virt machine

Rick Chen (1):
      riscv: ax25-ae350: Pass dtb address to u-boot with a1 register

 arch/riscv/Kconfig                      |  5 +++++
 arch/riscv/cpu/start.S                  | 25 +++++++++++++++----------
 arch/riscv/include/asm/encoding.h       |  6 ++++++
 arch/riscv/lib/interrupts.c             | 31 ++++++++++++++++++++++---------
 board/AndesTech/ax25-ae350/ax25-ae350.c |  3 ++-
 board/emulation/qemu-riscv/Kconfig      |  3 ++-
 board/emulation/qemu-riscv/MAINTAINERS  |  2 ++
 configs/qemu-riscv32_smode_defconfig    | 10 ++++++++++
 configs/qemu-riscv64_smode_defconfig    | 11 +++++++++++
 9 files changed, 75 insertions(+), 21 deletions(-)
 create mode 100644 configs/qemu-riscv32_smode_defconfig
 create mode 100644 configs/qemu-riscv64_smode_defconfig


More information about the U-Boot mailing list