public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Add PE/COFF resource sections support for XCODE
@ 2020-05-24 21:20 Andrew Fish
  2020-05-24 21:20 ` [PATCH 1/3] BaseTools/GenFv: Add PE/COFF resource sections injection to GenFw Andrew Fish
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrew Fish @ 2020-05-24 21:20 UTC (permalink / raw)
  To: devel; +Cc: Andrew Fish

This patch series adds PE/COFF resource section support for XCODE. 

It should be possible to use the build_rule.template and GenFw.c
changes on any toolchain. RVCT also has this issue so could be 
fixed. 

I test this on XCODE on the inject an extra section, and append to
last section path. 

Andrew Fish (3):
  BaseTools/GenFv: Add PE/COFF resource sections injection to GenFw
  BaseTools: Add PE/COFF resource sections support for XCODE
  OvmfwPkg: Don't exclude XCODE Modules

 BaseTools/Conf/build_rule.template |  15 +-
 BaseTools/Source/C/GenFw/GenFw.c   | 370 +++++++++++++++++++++++++++++
 OvmfPkg/OvmfPkgIa32.dsc            |   3 +-
 OvmfPkg/OvmfPkgIa32.fdf            |   2 -
 OvmfPkg/OvmfPkgIa32X64.dsc         |   4 +-
 OvmfPkg/OvmfPkgIa32X64.fdf         |   2 -
 OvmfPkg/OvmfPkgX64.dsc             |   3 +-
 OvmfPkg/OvmfPkgX64.fdf             |   2 -
 OvmfPkg/OvmfXen.dsc                |   3 +-
 OvmfPkg/OvmfXen.fdf                |   2 -
 10 files changed, 386 insertions(+), 20 deletions(-)

-- 
2.24.1 (Apple Git-126)


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

end of thread, other threads:[~2020-05-27  6:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-24 21:20 [PATCH 0/3] Add PE/COFF resource sections support for XCODE Andrew Fish
2020-05-24 21:20 ` [PATCH 1/3] BaseTools/GenFv: Add PE/COFF resource sections injection to GenFw Andrew Fish
2020-05-27  3:15   ` Bob Feng
2020-05-24 21:20 ` [PATCH 2/3] BaseTools: Add PE/COFF resource sections support for XCODE Andrew Fish
2020-05-24 21:20 ` [PATCH 3/3] OvmfwPkg: Don't exclude XCODE Modules Andrew Fish
2020-05-25 19:31   ` [edk2-devel] " Laszlo Ersek
2020-05-26  4:10     ` Andrew Fish
2020-05-26 11:45       ` Laszlo Ersek
2020-05-27  6:05         ` Andrew Fish

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