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.web11.12820.1587914333831652772 for ; Sun, 26 Apr 2020 08:18:53 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=03859c2cac=abner.chang@hpe.com) Received: from pps.filterd (m0150241.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03QFDI5w015758 for ; Sun, 26 Apr 2020 15:18:53 GMT Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0a-002e3701.pphosted.com with ESMTP id 30mpbgmqrh-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 26 Apr 2020 15:18:53 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id B755C86 for ; Sun, 26 Apr 2020 15:18:52 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id 05FC439; Sun, 26 Apr 2020 15:18:51 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH v2 0/3] MdeModulePkg changes for RISC-V edk2 port Date: Sun, 26 Apr 2020 22:40:21 +0800 Message-Id: <20200426144024.7265-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-26_06:2020-04-24,2020-04-26 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 suspectscore=0 spamscore=0 adultscore=0 clxscore=1015 priorityscore=1501 phishscore=0 mlxlogscore=704 malwarescore=0 lowpriorityscore=0 impostorscore=0 mlxscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004260142 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 | 74 +++++++++++++++++++=0D 4 files changed, 87 insertions(+), 6 deletions(-)=0D create mode 100644 MdeModulePkg/Core/DxeIplPeim/RiscV64/DxeLoadFunc.c=0D =0D -- =0D 2.25.0=0D =0D