projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14ea1b3
)
doc: qemu-riscv: Fix opensbi build instructions
author
Atish Patra
<atish.patra@wdc.com>
Tue, 22 Dec 2020 19:50:01 +0000
(11:50 -0800)
committer
Andes
<uboot@andestech.com>
Mon, 18 Jan 2021 03:06:20 +0000
(11:06 +0800)
Latest opensbi uses generic platform for Qemu. Update the build
instructions.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Rick Chen <rick@andestech.com>
doc/board/emulation/qemu-riscv.rst
patch
|
blob
|
history
diff --git
a/doc/board/emulation/qemu-riscv.rst
b/doc/board/emulation/qemu-riscv.rst
index 3acd40630ea617ad78efd5d45d35edba806ca627..4b8e104a2151a781b48cf22f9f7e4785cdd6ecfd 100644
(file)
--- a/
doc/board/emulation/qemu-riscv.rst
+++ b/
doc/board/emulation/qemu-riscv.rst
@@
-73,7
+73,7
@@
supported by U-Boot. Clone the OpenSBI repository and run the following command.
git clone https://github.com/riscv/opensbi.git
cd opensbi
- make PLATFORM=
qemu/virt
+ make PLATFORM=
generic
See the OpenSBI documentation for full details:
https://github.com/riscv/opensbi/blob/master/docs/platform/qemu_virt.md