All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST v3 00/22] Initial support for ARM64
@ 2015-06-24 15:32 Ian Campbell
  2015-06-24 15:32 ` [PATCH OSSTEST v3 01/22] mg-*: Add mgi-common with fetch and fail helpers Ian Campbell
                   ` (21 more replies)
  0 siblings, 22 replies; 48+ messages in thread
From: Ian Campbell @ 2015-06-24 15:32 UTC (permalink / raw)
  To: Ian Jackson; +Cc: xen-devel

The following adds support for testing on arm64 systems.

Since arm64 was only added in Debian Jessie this requires Wei's "Debian
Jessie patches" as a base line, which are currently in osstest. This is
therefore based on those, specifically 6e37f849f4b0.

The main development here is support for UEFI PXE booting, which is not
particular to arm64, but is more prominent there. Hopefully this work
would be useful for UEFI only x86 systems too.

Since last time I've adjust according to review comments and closed the
UEFI boot order race!

N	mg-*: Add mgi-common with fetch and fail helpers
N	mg-*: Make package fetching common in new mgi-debian
 M	Introduce mg-pxe-loader-update
  A	Debian: Preseed a EFI system partition during host install
  A	ts-host-install: Split initrd out of @installcmdline
  A	ts-host-install: split the "di" from the "host" command line
 M	Refactor pxelinux configuration
 M	ts-host-install: Support UEFI PXE boot using grub.efi
	Enable chain loading to local disk for UEFI PXE systems.
  A	Add arm64 build and test jobs
 M	ts-kernel-build: Additional kernel options for Mustang
N	ts-kernel-build: Enable CONFIG_EFI_VARS
 MA	ts-host-install: Set dtbs in the non-special kernel case too.
N	Debian: Do not add Debian to UEFI boot order on install
 M	standalone: Prefer ./local-config to $HOME/.xen-osstest/config
  A	Debian: grub2: Log full line range of menuentry and submenu entries
  A	Debian: grub2: Use GRUB_CMDLINE_LINUX_XEN_REPLACE(_DEFAULT)
  A	Collect xen.efi into xendist and install in appropriate place
  A	Debian: Ignore xen-syms entries in grub.cfg.
  A	Debian: Collect kernel command line from grub.cfg
 M	Debian: Arrange to be able to chainload a xen.efi from grub2
  !	Enable CONFIG_SPARSEMEM_VMEMMAP, arm64 seems to needs it (crashes).

A -- Acked
M -- Modified
N -- New
! -- please ignore the man behind the curtain.

Ian.

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

end of thread, other threads:[~2015-06-26 11:05 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24 15:32 [PATCH OSSTEST v3 00/22] Initial support for ARM64 Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 01/22] mg-*: Add mgi-common with fetch and fail helpers Ian Campbell
2015-06-24 15:59   ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 02/22] mg-*: Make package fetching common in new mgi-debian Ian Campbell
2015-06-24 16:00   ` Ian Jackson
2015-06-25  9:17     ` Ian Campbell
2015-06-25 10:22       ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 03/22] Introduce mg-pxe-loader-update Ian Campbell
2015-06-24 16:02   ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 04/22] Debian: Preseed a EFI system partition during host install Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 05/22] ts-host-install: Split initrd out of @installcmdline Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 06/22] ts-host-install: split the "di" from the "host" command line Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 07/22] Refactor pxelinux configuration Ian Campbell
2015-06-24 16:04   ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 08/22] ts-host-install: Support UEFI PXE boot using grub.efi Ian Campbell
2015-06-24 16:06   ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 09/22] Enable chain loading to local disk for UEFI PXE systems Ian Campbell
2015-06-24 16:07   ` Ian Jackson
2015-06-24 17:58     ` Ian Campbell
2015-06-25 10:18       ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 10/22] Add arm64 build and test jobs Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 11/22] ts-kernel-build: Additional kernel options for Mustang Ian Campbell
2015-06-24 16:08   ` Ian Jackson
2015-06-26 11:05   ` Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 12/22] ts-kernel-build: Enable CONFIG_EFI_VARS Ian Campbell
2015-06-24 16:08   ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 13/22] ts-host-install: Set dtbs in the non-special kernel case too Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 14/22] Debian: Do not add Debian to UEFI boot order on install Ian Campbell
2015-06-24 16:11   ` Ian Jackson
2015-06-24 17:59     ` Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 15/22] standalone: Prefer ./local-config to $HOME/.xen-osstest/config Ian Campbell
2015-06-24 16:12   ` Ian Jackson
2015-06-24 15:32 ` [PATCH OSSTEST v3 16/22] Debian: grub2: Log full line range of menuentry and submenu entries Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 17/22] Debian: grub2: Use GRUB_CMDLINE_LINUX_XEN_REPLACE(_DEFAULT) Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 18/22] Collect xen.efi into xendist and install in appropriate place Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 19/22] Debian: Ignore xen-syms entries in grub.cfg Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 20/22] Debian: Collect kernel command line from grub.cfg Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 21/22] Debian: Arrange to be able to chainload a xen.efi from grub2 Ian Campbell
2015-06-25 10:33   ` Ian Jackson
2015-06-25 11:46     ` Ian Campbell
2015-06-25 12:36       ` Ian Jackson
2015-06-25 13:01         ` Ian Campbell
2015-06-25 13:02           ` Ian Jackson
2015-06-25 14:16             ` Ian Campbell
2015-06-25 17:31         ` Konrad Rzeszutek Wilk
2015-06-26  7:07           ` Ian Campbell
2015-06-24 15:32 ` [PATCH OSSTEST v3 22/22] Enable CONFIG_SPARSEMEM_VMEMMAP, arm64 seems to needs it (crashes) Ian Campbell
2015-06-26  8:53   ` Ian Campbell

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.