From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web10.5125.1586505828856020741 for ; Fri, 10 Apr 2020 01:03:48 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=036964ab29=abner.chang@hpe.com) Received: from pps.filterd (m0134422.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03A82qGV010556 for ; Fri, 10 Apr 2020 08:03:48 GMT Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0b-002e3701.pphosted.com with ESMTP id 3091pkm1qw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 10 Apr 2020 08:03:48 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id E6A2154 for ; Fri, 10 Apr 2020 08:03:47 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 116914B; Fri, 10 Apr 2020 08:03:46 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH v1 0/3] MdeModulePkg changes for RISC-V edk2 port Date: Fri, 10 Apr 2020 15:25:52 +0800 Message-Id: <20200410072555.7444-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.25.0 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.138,18.0.676 definitions=2020-04-10_02:2020-04-07,2020-04-10 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 mlxlogscore=826 suspectscore=0 bulkscore=0 priorityscore=1501 spamscore=0 adultscore=0 clxscore=1015 phishscore=0 lowpriorityscore=0 impostorscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004100067 Content-Transfer-Encoding: quoted-printable MdeModulePkg modules and definitionsfor RISC-V architecture on edk2.=0D =0D BZ for entire RISC-V edk2 port,=0D https://bugzilla.tianocore.org/show_bug.cgi?id=3D2672=0D =0D These commits are verified by below PR,=0D https://github.com/tianocore/edk2/pull/512=0D =0D Abner Chang (3):=0D MdeModulePkg/Logo=0D MdeModulePkg/CapsuleRuntimeDxe: Add RISCV64 arch.=0D MdeModulePkg/DxeIplPeim : RISC-V platform level DxeIPL=0D =0D MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf | 6 +-=0D MdeModulePkg/Logo/Logo.inf | 4 +-=0D .../CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf | 9 ++-=0D .../Core/DxeIplPeim/RiscV64/DxeLoadFunc.c | 80 +++++++++++++++++++=0D 4 files changed, 93 insertions(+), 6 deletions(-)=0D create mode 100644 MdeModulePkg/Core/DxeIplPeim/RiscV64/DxeLoadFunc.c=0D =0D -- =0D 2.25.0=0D =0D