xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [MINIOS PATCH 0/4] x86: Use ELF notes and unfied linker script
@ 2016-08-17 12:35 Wei Liu
  2016-08-17 12:35 ` [MINIOS PATCH 1/4] gitignore: ignore vim swap file Wei Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Wei Liu @ 2016-08-17 12:35 UTC (permalink / raw)
  To: Minios-devel; +Cc: Xen-devel, Wei Liu, Samuel Thibault

Wei Liu (4):
  gitignore: ignore vim swap file
  Introduce asm_macros.h
  x86: switch to use elfnote
  x86: use unified linker script

 .gitignore                 |   2 +
 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/asm_macros.h       |  36 ++++++++++++
 include/x86/asm_macros.h   |  28 ++++++++++
 10 files changed, 218 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/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] 17+ messages in thread

end of thread, other threads:[~2016-08-18 10:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-17 12:35 [MINIOS PATCH 0/4] x86: Use ELF notes and unfied linker script Wei Liu
2016-08-17 12:35 ` [MINIOS PATCH 1/4] gitignore: ignore vim swap file Wei Liu
2016-08-17 12:51   ` Samuel Thibault
2016-08-18 10:13     ` Wei Liu
2016-08-17 12:35 ` [MINIOS PATCH 2/4] Introduce asm_macros.h Wei Liu
2016-08-17 12:56   ` Samuel Thibault
2016-08-17 13:40     ` Wei Liu
2016-08-17 13:44       ` Wei Liu
2016-08-17 13:49       ` Andrew Cooper
2016-08-17 14:01   ` Andrew Cooper
2016-08-17 14:03     ` Wei Liu
2016-08-17 14:05       ` Wei Liu
2016-08-17 12:35 ` [MINIOS PATCH 3/4] x86: switch to use elfnote Wei Liu
2016-08-17 14:00   ` [Minios-devel] " Juergen Gross
2016-08-17 12:35 ` [MINIOS PATCH 4/4] x86: use unified linker script Wei Liu
2016-08-17 12:37   ` Wei Liu
2016-08-17 12:52   ` Andrew Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).