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.5287.1586507084230257078 for ; Fri, 10 Apr 2020 01:24:44 -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 (m0150241.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03A8O3i7029153 for ; Fri, 10 Apr 2020 08:24:43 GMT Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0a-002e3701.pphosted.com with ESMTP id 3091q14gve-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 10 Apr 2020 08:24:43 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 07F08B0 for ; Fri, 10 Apr 2020 08:24:43 +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 4B3C036; Fri, 10 Apr 2020 08:24:42 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH v1 0/1] BaseTools: BaseTools changes for RISC-V platform. Date: Fri, 10 Apr 2020 15:46:49 +0800 Message-Id: <20200410074650.7789-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_03:2020-04-07,2020-04-10 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 priorityscore=1501 mlxlogscore=999 mlxscore=0 lowpriorityscore=0 adultscore=0 impostorscore=0 spamscore=0 clxscore=1015 phishscore=0 malwarescore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004100070 Content-Transfer-Encoding: quoted-printable 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 (1):=0D BaseTools: BaseTools changes for RISC-V platform.=0D =0D BaseTools/Source/C/Common/PeCoffLib.h | 9 +=0D BaseTools/Source/C/GenFw/elf_common.h | 62 ++++=0D .../C/Include/IndustryStandard/PeImage.h | 6 +=0D BaseTools/Source/C/Common/BasePeCoff.c | 15 +-=0D BaseTools/Source/C/Common/PeCoffLoaderEx.c | 86 ++++++=0D BaseTools/Source/C/GenFv/GenFvInternalLib.c | 128 +++++++-=0D BaseTools/Source/C/GenFw/Elf32Convert.c | 5 +-=0D BaseTools/Source/C/GenFw/Elf64Convert.c | 282 +++++++++++++++++-=0D BaseTools/Conf/tools_def.template | 53 +++-=0D BaseTools/Source/Python/Common/DataType.py | 5 +-=0D BaseTools/Source/Python/build/buildoptions.py | 6 +-=0D 11 files changed, 638 insertions(+), 19 deletions(-)=0D =0D -- =0D 2.25.0=0D =0D