All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][master][PATCH 0/2] Enable xen boot script using variable
@ 2023-08-25 18:18 Sandeep Gundlupet Raju
  2023-08-25 18:18 ` [meta-virtualization][master][PATCH 1/2] xen-boot-cmd: Add xen variable as addendum Sandeep Gundlupet Raju
  2023-08-25 18:18 ` [meta-virtualization][master][PATCH 2/2] u-boot-xlnx-scr: Enable xen boot script using variable Sandeep Gundlupet Raju
  0 siblings, 2 replies; 6+ messages in thread
From: Sandeep Gundlupet Raju @ 2023-08-25 18:18 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield, christopher.w.clark; +Cc: mark.hatle

Since u-boot-xlnx-scr is shared between xen and non-xen builds,
Kernel and Devicetree image offset address from dynamic layer will be
used during variable pre expansion which causes boot issues on HW.
Hence enable xen boot script using variable.

Testing:
Add below variables to local.conf file to enable xen builds.

BOOTMODE = "xen"
ENABLE_XEN_UBOOT_SCR = "1"
ENABLE_XEN_DTSI = "1"
ENABLE_XEN_QEMU_DTSI = "1"

Sandeep Gundlupet Raju (2):
  xen-boot-cmd: Add xen variable as addendum
  u-boot-xlnx-scr: Enable xen boot script using variable

 .../recipes-bsp/u-boot/u-boot-xlnx-scr.bbappend      |  6 ++++--
 .../xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc       | 12 ++++++++++++
 2 files changed, 16 insertions(+), 2 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-09-08  6:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 18:18 [meta-virtualization][master][PATCH 0/2] Enable xen boot script using variable Sandeep Gundlupet Raju
2023-08-25 18:18 ` [meta-virtualization][master][PATCH 1/2] xen-boot-cmd: Add xen variable as addendum Sandeep Gundlupet Raju
2023-08-27 13:23   ` Bruce Ashfield
2023-09-06 21:31     ` Gundlupet Raju, Sandeep
2023-09-08  6:24       ` Christopher Clark
2023-08-25 18:18 ` [meta-virtualization][master][PATCH 2/2] u-boot-xlnx-scr: Enable xen boot script using variable Sandeep Gundlupet Raju

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.