[edk2-devel] [PATCH v2 0/6] Add CLANGDWARF toolchain for universal payload needs

Ni, Ray ray.ni at intel.com
Wed Jun 2 08:11:39 UTC 2021


Universal payload requires its format in ELF format while today's EDKII
doesn't contain a cross OS toolchain that generates ELF images.

The patch set is based on Liming's work in year 2019 and some very minor
modifications are made:
1. Update toolchain name from CLANG8ELF to CLANGDWARF.
2. Update link script to keep dynamic section.

v2: update Liming's mail address.

Liming Gao (4):
  BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size
  BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF
    image
  BaseTools: Update build_rule to skip CLANG resource section generation
  BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8

Ray Ni (2):
  BaseTools: Update ClangBase.lds to keep dynamic section
  BaseTools: Change CLANG8ELF to CLANGDWARF

 BaseTools/Conf/build_rule.template      |   5 +-
 BaseTools/Conf/tools_def.template       | 109 +++++++++++++++++++++++-
 BaseTools/Scripts/ClangBase.lds         |  78 +++++++++++++++++
 BaseTools/Source/C/GenFw/Elf32Convert.c |  12 +--
 BaseTools/Source/C/GenFw/Elf64Convert.c |   5 +-
 5 files changed, 192 insertions(+), 17 deletions(-)
 create mode 100644 BaseTools/Scripts/ClangBase.lds

-- 
2.31.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#75955): https://edk2.groups.io/g/devel/message/75955
Mute This Topic: https://groups.io/mt/83253912/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list