All of lore.kernel.org
 help / color / mirror / Atom feed
* [MINIOS PATCH 0/3] x86: use ELF notes and unified linker script
@ 2016-08-18 10:15 Wei Liu
  2016-08-18 10:15 ` [MINIOS PATCH 1/3] Introduce asm_macros.h Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Wei Liu @ 2016-08-18 10:15 UTC (permalink / raw)
  To: Minios-devel; +Cc: Juergen Gross, Xen-devel, Wei Liu, Samuel Thibault

Wei Liu (3):
  Introduce asm_macros.h
  x86: switch to use elfnote
  x86: use unified linker script

 .gitignore                 |   1 +
 Makefile                   |   6 +-
 arch/x86/Makefile          |   1 +
 arch/x86/minios-x86.lds.S  | 133 +++++++++++++++++++++++++++++++++++++++++++++
 arch/x86/minios-x86_32.lds |  74 -------------------------
 arch/x86/minios-x86_64.lds |  74 -------------------------
 arch/x86/x86_32.S          |  17 +++---
 arch/x86/x86_64.S          |  15 ++---
 include/arm/asm_macros.h   |  14 +++++
 include/asm_macros.h       |  40 ++++++++++++++
 include/x86/asm_macros.h   |  28 ++++++++++
 11 files changed, 235 insertions(+), 168 deletions(-)
 create mode 100644 arch/x86/minios-x86.lds.S
 delete mode 100644 arch/x86/minios-x86_32.lds
 delete mode 100644 arch/x86/minios-x86_64.lds
 create mode 100644 include/arm/asm_macros.h
 create mode 100644 include/asm_macros.h
 create mode 100644 include/x86/asm_macros.h

-- 
2.1.4


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

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

end of thread, other threads:[~2016-08-22  9:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-18 10:15 [MINIOS PATCH 0/3] x86: use ELF notes and unified linker script Wei Liu
2016-08-18 10:15 ` [MINIOS PATCH 1/3] Introduce asm_macros.h Wei Liu
2016-08-18 10:34   ` Juergen Gross
2016-08-20 11:03     ` Samuel Thibault
2016-08-18 10:15 ` [MINIOS PATCH 2/3] x86: switch to use elfnote Wei Liu
2016-08-20 11:04   ` Samuel Thibault
2016-08-18 10:15 ` [MINIOS PATCH 3/3] x86: use unified linker script Wei Liu
2016-08-18 10:39   ` Juergen Gross
2016-08-20 11:05     ` Samuel Thibault
2016-08-18 10:20 ` [MINIOS PATCH 0/3] x86: use ELF notes and " Andrew Cooper
2016-08-22  9:41 ` Wei Liu

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.