diff options
| author | Atish Patra <[email protected]> | 2019-02-15 20:57:12 -0800 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-02-19 18:22:26 +0530 |
| commit | 34bf6d4a0f1d47a4b35d8edb36ef63f4e352cff0 (patch) | |
| tree | c14f6f813808bb438ae8d3da84574e3300ea56d4 | |
| parent | 6a3dc84f669a560dbb5a396ceda67612551697d6 (diff) | |
docs: Update about toolchain section.
Signed-off-by: Atish Patra <[email protected]>
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ------------------------------------------------------------ |
