From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web11.7406.1587652256125831421 for ; Thu, 23 Apr 2020 07:30:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0382d9c88a=abner.chang@hpe.com) Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03NEMBbM030579 for ; Thu, 23 Apr 2020 14:30:55 GMT Received: from g9t5008.houston.hpe.com (g9t5008.houston.hpe.com [15.241.48.72]) by mx0b-002e3701.pphosted.com with ESMTP id 30jt0xfqac-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 23 Apr 2020 14:30:55 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g9t5008.houston.hpe.com (Postfix) with ESMTP id E67834F for ; Thu, 23 Apr 2020 14:30:54 +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 29F704B; Thu, 23 Apr 2020 14:30:53 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH v4 0/3] BaseTools: BaseTools changes for RISC-V platform Date: Thu, 23 Apr 2020 21:52:30 +0800 Message-Id: <20200423135233.7342-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-23_10:2020-04-23,2020-04-23 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 spamscore=0 clxscore=1015 impostorscore=0 malwarescore=0 bulkscore=0 mlxscore=0 lowpriorityscore=0 suspectscore=0 adultscore=0 priorityscore=1501 mlxlogscore=989 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2003020000 definitions=main-2004230115 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 In v4, GCC5_ASM_FLAGS is replaced by GCC5_RISCV64_ASM_FLAGS in=0D tools_def.template in 3/3 patch.=0D =0D Abner Chang (3):=0D BaseTools: BaseTools changes for RISC-V platform.=0D BaseTools: BaseTools changes for RISC-V platform.=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