diff options
| author | Tom Rini <[email protected]> | 2020-04-23 08:24:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-04-23 08:24:47 -0400 |
| commit | a5f9b8a8b592400a01771ad2dac76cba69c914f3 (patch) | |
| tree | 23e1c8542fd35083260a97efb0d92b3485889aa1 /doc | |
| parent | caad316b3165615f1a4848901811a4a084444c9d (diff) | |
| parent | 177c53fe6c64d8656f5a647116a97047202c5455 (diff) | |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
- Adds few DT related fixes required for Linux EFI stub to work on
RISC-V.
- Makes SBI v0.2 the default SBI version to work with OpenSBI v0.7.
- Revert "riscv: qemu: clear kernel-start/-end in device tree as
workaround for BBL"
- Remove unnecessary CONFIG_IS_ENABLED().
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/emulation/qemu-riscv.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/board/emulation/qemu-riscv.rst b/doc/board/emulation/qemu-riscv.rst index fe7505e2019..c390006b314 100644 --- a/doc/board/emulation/qemu-riscv.rst +++ b/doc/board/emulation/qemu-riscv.rst @@ -56,7 +56,7 @@ For instructions on how to run U-Boot in supervisor mode on QEMU with OpenSBI, see the documentation available with OpenSBI: https://github.com/riscv/opensbi/blob/master/docs/platform/qemu_virt.md -These have been tested in QEMU 3.0.0. +These have been tested in QEMU 4.2.0. Running U-Boot SPL ------------------ |
