public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch v2 0/4] Remove fixed CPU architecture list assumptions
@ 2021-04-14  3:27 Michael D Kinney
  2021-04-14  3:27 ` [Patch v2 1/4] MdePkg/Include: Allow CPU specific defines to be predefined Michael D Kinney
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Michael D Kinney @ 2021-04-14  3:27 UTC (permalink / raw)
  To: devel
  Cc: Jiewen Yao, Jian J Wang, Xiaoyu Lu, Guomin Jiang, Liming Gao,
	Zhiguang Liu, Bob Feng, Yuwei Chen, Andrew Fish, Abner Chang

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3308

New in V2
=========
* Support all combinations of EFI_IMAGE_MACHINE_TYPE_SUPPORTED and
  EFI_IMAGE_MACHINE_CROSS_TYPE_SUPPORTED.  Also update the way these
  macros are supported that is compatible with all toolchains by introducing
  two new optional #defines called EFI_IMAGE_MACHINE_TYPE_VALUE and
  EFI_IMAGE_MACHINE_CROSS_TYPE_VALUE
* Missing copyright update in CryptoPkg
* Split BaseTools patch into 2 patches.  One for C code and one for Python.

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.

Remove build breaks in the following tools and DEFINES when a check against
a fixed set of CPU architectures is made.

* 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

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>Cc
Cc: Guomin Jiang <guomin.jiang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Abner Chang <abner.chang@hpe.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (4):
  MdePkg/Include: Allow CPU specific defines to be predefined
  CryptoPkg/Library/Include: Allow CPU specific defines to be predefined
  BaseTools/Source/C: Remove CPU architecture assumptions
  BaseTools/Source/Python: Remove CPU architecture assumptions

 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        |  4 +++-
 MdePkg/Include/Uefi/UefiBaseType.h               | 15 ++++++++++++++-
 MdePkg/Include/Uefi/UefiSpec.h                   |  4 +++-
 8 files changed, 29 insertions(+), 16 deletions(-)

-- 
2.31.1.windows.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-04-15  6:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-14  3:27 [Patch v2 0/4] Remove fixed CPU architecture list assumptions Michael D Kinney
2021-04-14  3:27 ` [Patch v2 1/4] MdePkg/Include: Allow CPU specific defines to be predefined Michael D Kinney
2021-04-14  8:52   ` Abner Chang
2021-04-15  1:27   ` 回复: " gaoliming
2021-04-14  3:27 ` [Patch v2 2/4] CryptoPkg/Library/Include: " Michael D Kinney
2021-04-15  6:43   ` Wang, Jian J
2021-04-14  3:27 ` [Patch v2 3/4] BaseTools/Source/C: Remove CPU architecture assumptions Michael D Kinney
2021-04-14  6:33   ` Bob Feng
2021-04-14  3:27 ` [Patch v2 4/4] BaseTools/Source/Python: " Michael D Kinney
2021-04-14  6:34   ` Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox