summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2019-02-16 07:57:12 +0300
committerAnup Patel <anup@brainfault.org>2019-02-19 15:52:26 +0300
commit34bf6d4a0f1d47a4b35d8edb36ef63f4e352cff0 (patch)
treec14f6f813808bb438ae8d3da84574e3300ea56d4 /README.md
parent6a3dc84f669a560dbb5a396ceda67612551697d6 (diff)
downloadopensbi-34bf6d4a0f1d47a4b35d8edb36ef63f4e352cff0.tar.xz
docs: Update about toolchain section.
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index d7c2626..21e3b6b 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,16 @@ provides several runtime firmware examples built using the platform
*riskv-pk* bootloader (aka BBL) and enable the use of well known bootloaders
such as [U-Boot].
+Required Toolchain
+------------------
+
+OpenSBI can be compiled natively or cross-compiled on a x86 host. For
+cross-compilation, you can build your tool chain or just download from
+the [bootlin] (https://toolchains.bootlin.com/).
+
+Please note that only 64bit version of toolchain is available in bootlin
+for now.
+
Building and Installing OpenSBI Platform Independent Library
------------------------------------------------------------