public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add CLANGDWARF toolchain for universal payload needs
@ 2021-06-02  8:11 Ni, Ray
  2021-06-02  8:11 ` [PATCH v2 1/6] BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size Ni, Ray
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Ni, Ray @ 2021-06-02  8:11 UTC (permalink / raw)
  To: devel

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


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

end of thread, other threads:[~2021-06-05  1:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-02  8:11 [PATCH v2 0/6] Add CLANGDWARF toolchain for universal payload needs Ni, Ray
2021-06-02  8:11 ` [PATCH v2 1/6] BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size Ni, Ray
2021-06-02  8:11 ` [PATCH v2 2/6] BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image Ni, Ray
2021-06-04 13:31   ` [edk2-devel] " Leif Lindholm
2021-06-05  0:07     ` Ni, Ray
2021-06-05  1:19       ` Ni, Ray
2021-06-05  1:35       ` 回复: " gaoliming
2021-06-02  8:11 ` [PATCH v2 3/6] BaseTools: Update build_rule to skip CLANG resource section generation Ni, Ray
2021-06-02  8:11 ` [PATCH v2 4/6] BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8 Ni, Ray
2021-06-02  8:11 ` [PATCH v2 5/6] BaseTools: Update ClangBase.lds to keep dynamic section Ni, Ray
2021-06-02  8:11 ` [PATCH v2 6/6] BaseTools: Change CLANG8ELF to CLANGDWARF Ni, Ray
2021-06-04  5:42 ` 回复: [edk2-devel] [PATCH v2 0/6] Add CLANGDWARF toolchain for universal payload needs gaoliming
2021-06-04  8:57   ` Bob Feng

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