All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] EFI build improvements
@ 2018-07-18 10:27 Roger Pau Monne
  2018-07-18 10:27 ` [PATCH v3 1/2] x86/efi: move the logic to detect PE build support Roger Pau Monne
  2018-07-18 10:27 ` [PATCH v3 2/2] x86/efi: split compiler vs linker support Roger Pau Monne
  0 siblings, 2 replies; 11+ messages in thread
From: Roger Pau Monne @ 2018-07-18 10:27 UTC (permalink / raw)
  To: xen-devel; +Cc: Roger Pau Monne

Hello,

The following patches started as a workaround to build Xen using lld
(the LLVM linker), but now patch #2 is an improvement of the build
system, thus allowing to create a multiboot2 capable ELF binary
requiring just a compiler that supports the MS ABI. Previously in order
to build a multiboot2 capable ELF binary linker PE support was also
required.

The series can be found at:

git://xenbits.xen.org/people/royger/xen.git efi.v3

Thanks, Roger.

Roger Pau Monne (2):
  x86/efi: move the logic to detect PE build support
  x86/efi: split compiler vs linker support

 .gitignore                |  1 -
 xen/arch/x86/Makefile     | 10 ++++++++--
 xen/arch/x86/efi/Makefile | 11 +++--------
 xen/arch/x86/xen.lds.S    |  4 +++-
 4 files changed, 14 insertions(+), 12 deletions(-)

-- 
2.18.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-07-25 14:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-18 10:27 [PATCH v3 0/2] EFI build improvements Roger Pau Monne
2018-07-18 10:27 ` [PATCH v3 1/2] x86/efi: move the logic to detect PE build support Roger Pau Monne
2018-07-25 12:48   ` Daniel Kiper
2018-07-25 13:38     ` Roger Pau Monné
2018-07-25 14:08       ` Daniel Kiper
2018-07-25 14:38       ` Jan Beulich
2018-07-25 14:53         ` Daniel Kiper
2018-07-18 10:27 ` [PATCH v3 2/2] x86/efi: split compiler vs linker support Roger Pau Monne
2018-07-18 14:41   ` Jan Beulich
2018-07-18 15:29     ` Roger Pau Monné
2018-07-25 12:52       ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.