mbox series

[0/3] x86/build: Clean up 32bit boot objects

Message ID 20220414114708.4788-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series x86/build: Clean up 32bit boot objects | expand

Message

Andrew Cooper April 14, 2022, 11:47 a.m. UTC
Removes several unnecessary steps from the build.

Andrew Cooper (3):
  x86/build: Rework binary conversion for boot/{cmdline,reloc}.c
  x86/build: Don't convert boot/{cmdline,head}.bin back to .S
  x86/build: Clean up boot/Makefile

 xen/arch/x86/boot/Makefile    | 39 +++++++++++------------------
 xen/arch/x86/boot/build32.lds | 58 +++++++++++++++++++------------------------
 xen/arch/x86/boot/head.S      | 10 ++++++--
 3 files changed, 47 insertions(+), 60 deletions(-)