Update Readme.md and Maintainers.txt for RISV-V platforms. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gilbert Chen <[email protected]> --- Maintainers.txt | 9 +++++++++ Readme.md | 11 +++++++++++ 2 files changed, 20 insertions(+)
diff --git a/Maintainers.txt b/Maintainers.txt index 876ae56..c494c9d 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -108,6 +108,11 @@ R: Marcin Wojtas <[email protected]> Platform/SolidRun/Armada80x0McBin R: Marcin Wojtas <[email protected]> +Platform/RiscV +Platform/RiscV/SiFive/U500Pkg +R: Abner Chang <[email protected]> +R: Gilbert Chen <[email protected]> + Silicon M: Ard Biesheuvel <[email protected]> M: Leif Lindholm <[email protected]> @@ -151,3 +156,7 @@ M: Liming Gao <[email protected]> Silicon/Marvell R: Marcin Wojtas <[email protected]> + +Silicon/SiFive +R: Abner Chang <[email protected]> +R: Gilbert Chen <[email protected]> diff --git a/Readme.md b/Readme.md index 63e59f6..0395e20 100644 --- a/Readme.md +++ b/Readme.md @@ -52,6 +52,7 @@ ARM | arm-linux-gnueabihf- IA32 | i?86-linux-gnu-* _or_ x86_64-linux-gnu- IPF | ia64-linux-gnu X64 | x86_64-linux-gnu- +RISCV64 | riscv64-unknown-elf- \* i386, i486, i586 or i686 @@ -62,6 +63,12 @@ and [arm-linux-gnueabihf](https://releases.linaro.org/components/toolchain/binar compiled to run on x86_64/i686 Linux and i686 Windows. Some Linux distributions provide their own packaged cross-toolchains. +### GCC for RISC-V +RISC-V open source community provides GCC toolchains for +[riscv64-unknown-elf](https://github.com/riscv/riscv-gnu-toolchain) +compiled to run on x86 Linux. The commit ID 64879b24 is verified to build RISC-V EDK2 platform and boot to EFI +SHELL successfully. + ### clang Clang does not require separate cross compilers, but it does need a target-specific binutils. These are included with any prepackaged GCC toolchain @@ -243,6 +250,10 @@ For more information, see the ## Raspberry Pi * [Pi 3](Platform/RaspberryPi/RPi3) +## RISC-V +### SiFive +* [Freedom U500 VC707 FPGA](Platform/RiscV/SiFive/U500Pkg) + ## Socionext * [SynQuacer](Platform/Socionext/DeveloperBox) -- 2.7.4 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46853): https://edk2.groups.io/g/devel/message/46853 Mute This Topic: https://groups.io/mt/33145849/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
