xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] boot-wrapper: arm64: Xen support
@ 2016-11-22 15:09 Andre Przywara
  2016-11-22 15:09 ` [PATCH v2 1/4] Support for building in a Xen binary Andre Przywara
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Andre Przywara @ 2016-11-22 15:09 UTC (permalink / raw)
  To: Mark Rutland
  Cc: Stefano Stabellini, Catalin Marinas, Julien Grall,
	linux-arm-kernel, Ian Campbell, xen-devel, Christoffer Dall

These patches allow to include a Xen hypervisor binary into a boot-wrapper
ELF file, so that a Foundation Platform or a Fast Model can boot a Xen
system (including a Dom0 kernel).
The original patches have been around for a while, so this series is
merely an update to apply on the latest boot-wrapper HEAD. Also I fixed
minor things here and there (like increasing Xen's load address to
accomodate for Dom0 kernels bigger than 16 MB) and addressed Julien's
review comments.

For testing this just add: "--with-xen=/path/to/src/xen/xen" to the
./configure command line and feed the resulting xen-system.axf file to
the model.

Cheers,
Andre.

Changelog v1 .. v2:
- use "xen-cmdline" instead of bootargs as parameter and variable name
- move hunk in patch 1/4 to make patch 2/4 smaller
- replace AC_FILE_CHECK macro usage to fix cross compilation

Christoffer Dall (3):
  Support for building in a Xen binary
  Xen: Support adding DT nodes
  Explicitly clean linux-system.axf and xen-system.axf

Ian Campbell (1):
  Xen: Select correct dom0 console

 .gitignore    |  1 +
 Makefile.am   | 35 +++++++++++++++++++++++------------
 boot_common.c |  4 ++--
 configure.ac  | 29 ++++++++++++++++++++++++++++-
 model.lds.S   | 14 ++++++++++++++
 5 files changed, 68 insertions(+), 15 deletions(-)

-- 
2.9.0


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

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

end of thread, other threads:[~2016-12-15 11:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-22 15:09 [PATCH v2 0/4] boot-wrapper: arm64: Xen support Andre Przywara
2016-11-22 15:09 ` [PATCH v2 1/4] Support for building in a Xen binary Andre Przywara
2016-12-12 14:46   ` Konrad Rzeszutek Wilk
2016-12-15 11:34   ` Julien Grall
2016-11-22 15:09 ` [PATCH v2 2/4] Xen: Support adding DT nodes Andre Przywara
2016-12-12 14:46   ` Konrad Rzeszutek Wilk
2016-12-15 11:41   ` Julien Grall
2016-11-22 15:09 ` [PATCH v2 3/4] Xen: Select correct dom0 console Andre Przywara
2016-11-22 15:09 ` [PATCH v2 4/4] Explicitly clean linux-system.axf and xen-system.axf Andre Przywara
2016-12-12 14:47   ` Konrad Rzeszutek Wilk
     [not found]   ` <20161212144729.GD1686@char.us.oracle.com>
2016-12-12 14:50     ` Andre Przywara
     [not found]     ` <cb5e65ca-65a2-6e0c-47f5-1773d6173739@arm.com>
2016-12-15 11:50       ` Mark Rutland
     [not found] ` <20161122150917.16524-4-andre.przywara@arm.com>
2016-12-12 14:47   ` [PATCH v2 3/4] Xen: Select correct dom0 console Konrad Rzeszutek Wilk

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).