From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=016589022d=gilbert.chen@hpe.com) Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by groups.io with SMTP; Wed, 18 Sep 2019 20:51:53 -0700 Received: from pps.filterd (m0134420.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8J3pmef013474 for ; Thu, 19 Sep 2019 03:51:52 GMT Received: from g9t5009.houston.hpe.com (g9t5009.houston.hpe.com [15.241.48.73]) by mx0b-002e3701.pphosted.com with ESMTP id 2v3vapdauj-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 19 Sep 2019 03:51:52 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g9t5009.houston.hpe.com (Postfix) with ESMTP id 1ADD251 for ; Thu, 19 Sep 2019 03:51:52 +0000 (UTC) Received: from ARBDN0VRAE.asiapacific.hpqcorp.net (arbdn0vrae.asiapacific.hpqcorp.net [10.43.41.0]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 4C91745 for ; Thu, 19 Sep 2019 03:51:51 +0000 (UTC) From: "Gilbert Chen" To: devel@edk2.groups.io Subject: [plaforms/devel-riscv-v2 PATCHv2 14/14] Platforms: Readme file updates Date: Thu, 19 Sep 2019 11:51:31 +0800 Message-Id: <20190919035131.4700-15-gilbert.chen@hpe.com> X-Mailer: git-send-email 2.12.0.windows.1 In-Reply-To: <20190919035131.4700-1-gilbert.chen@hpe.com> References: <20190919035131.4700-1-gilbert.chen@hpe.com> X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-19_01:2019-09-18,2019-09-19 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=1 malwarescore=0 clxscore=1015 spamscore=0 adultscore=0 priorityscore=1501 mlxscore=0 phishscore=0 impostorscore=0 bulkscore=0 lowpriorityscore=0 mlxlogscore=876 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-1908290000 definitions=main-1909190033 Update Readme.md and Maintainers.txt for RISV-V platforms. Signed-off-by: Gilbert Chen --- Maintainers.txt | 9 +++++++++ Readme.md | 11 +++++++++++ 2 files changed, 20 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 876ae561..c494c9d5 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -108,6 +108,11 @@ R: Marcin Wojtas Platform/SolidRun/Armada80x0McBin R: Marcin Wojtas +Platform/RiscV +Platform/RiscV/SiFive/U500Pkg +R: Abner Chang +R: Gilbert Chen + Silicon M: Ard Biesheuvel M: Leif Lindholm @@ -151,3 +156,7 @@ M: Liming Gao Silicon/Marvell R: Marcin Wojtas + +Silicon/SiFive +R: Abner Chang +R: Gilbert Chen diff --git a/Readme.md b/Readme.md index 63e59f60..0395e20a 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.12.0.windows.1