From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web09.2914.1618277313636441436 for ; Mon, 12 Apr 2021 18:28:34 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Tue, 13 Apr 2021 09:28:13 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Jiewen Yao'" , "'Jian J Wang'" , "'Xiaoyu Lu'" , "'Guomin Jiang'" , "'Zhiguang Liu'" , "'Bob Feng'" , "'Yuwei Chen'" , "'Andrew Fish'" , "'Abner Chang'" References: <20210408063240.877-1-michael.d.kinney@intel.com> In-Reply-To: <20210408063240.877-1-michael.d.kinney@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIDAvM10gUmVtb3ZlIGZpeGVkIENQVSBhcmNoaXRlY3R1cmUgbGlzdCBhc3N1bXB0aW9ucw==?= Date: Tue, 13 Apr 2021 09:28:21 +0800 Message-ID: <00d901d73004$4a73bb60$df5b3220$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQHJhUGAHezTkDDO+zZiMUmawAsZFqrM/Wng Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Mike: Is this update for new ARCH support? With this patch set, new ARCH suppo= rt doesn't need to modify BaseTools. Right?=20 For this patch set 3/3 BaseTools/Source, I may suggest to split it to tw= o patches, one is for C tools, another is for Python tools.=20 For other patch, they are good to me. Reviewed-by: Liming Gao Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA= =B1=ED Michael D > Kinney > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA4=D4=C28=C8=D5 14:33 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Jiewen Yao ; Jian J Wang > ; Xiaoyu Lu ; Guomin Jiang > ; Liming Gao ; > Zhiguang Liu ; Bob Feng ; > Yuwei Chen ; Andrew Fish ; > Abner Chang > =D6=F7=CC=E2: [edk2-devel] [Patch 0/3] Remove fixed CPU architecture lis= t > assumptions >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3308 >=20 > The EDK II Build Specifications do not restrict the set of > CPU architectures that can be supported. Remove places in > the EDK II that assume a fixed set of CPU architectures. >=20 > Remove build breaks in the following tools and DEFINES when a check against > a fixed set of CPU architectures is made. >=20 > * Build > * GenFds > * TargetTool > * GenFw > * SIXTY_FOUR_BIT and THIRTY_TWO_BIT > * EFI_IMAGE_MACHINE_TYPE_SUPPORTED > * EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED > * EFI_REMOVABLE_MEDIA_FILE_NAME >=20 > Cc: Jiewen Yao > Cc: Jian J Wang > Cc: Xiaoyu Lu Cc > Cc: Guomin Jiang > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Bob Feng > Cc: Yuwei Chen > Cc: Andrew Fish > Cc: Abner Chang > Signed-off-by: Michael D Kinney >=20 > Michael D Kinney (3): > MdePkg/Include: Allow CPU specific defines to be predefined > CryptoPkg/Library/Include: Allow CPU specific defines to be predefined > BaseTools/Source: Remove CPU architecture assumptions >=20 > BaseTools/Source/C/GenFw/Elf32Convert.c | 5 ++--- > BaseTools/Source/C/GenFw/Elf64Convert.c | 5 ++--- > BaseTools/Source/Python/GenFds/FdfParser.py | 4 +--- > BaseTools/Source/Python/TargetTool/TargetTool.py | 4 ++-- > BaseTools/Source/Python/build/buildoptions.py | 4 ++-- > CryptoPkg/Library/Include/CrtLibSupport.h | 2 ++ > MdePkg/Include/Uefi/UefiBaseType.h | 4 +++- > MdePkg/Include/Uefi/UefiSpec.h | 4 +++- > 8 files changed, 17 insertions(+), 15 deletions(-) >=20 > -- > 2.31.1.windows.1 >=20 >=20 >=20 >=20 >=20