diff options
author | Rick Chen <rick@andestech.com> | 2017-12-26 13:55:59 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-12 08:05:12 -0500 |
commit | 3fafced74df234c708e645a373a70db665e4e6ce (patch) | |
tree | 996484df8a7399bb4ac2585937cb04092d280bb4 /doc/README.standalone | |
parent | 068feb9b86d991283c43b56e36094f4e6f484d04 (diff) | |
download | u-boot-3fafced74df234c708e645a373a70db665e4e6ce.tar.gz u-boot-3fafced74df234c708e645a373a70db665e4e6ce.tar.bz2 u-boot-3fafced74df234c708e645a373a70db665e4e6ce.zip |
riscv: doc: Add relative doc to describe RISC-V
Add documents to describe NX25 and AE250.
Also update other documents for RISC-V.
Signed-off-by: Rick Chen <rick@andestech.com>
Signed-off-by: Rick Chen <rickchen36@gmail.com>
Signed-off-by: Greentime Hu <green.hu@gmail.com>
Diffstat (limited to 'doc/README.standalone')
-rw-r--r-- | doc/README.standalone | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/README.standalone b/doc/README.standalone index 659a12f6cb..28ebde1dec 100644 --- a/doc/README.standalone +++ b/doc/README.standalone @@ -58,6 +58,7 @@ Design Notes on Exporting U-Boot Functions to Standalone Applications: Blackfin 0x00001000 0x00001000 NDS32 0x00300000 0x00300000 Nios II 0x02000000 0x02000000 + RISC-V 0x00600000 0x00600000 For example, the "hello world" application may be loaded and executed on a PowerPC board with the following commands: |