* [meta-virtualization][PATCH] xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel
@ 2024-02-22 1:32 Sandeep Gundlupet Raju
2024-02-22 17:15 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Sandeep Gundlupet Raju @ 2024-02-22 1:32 UTC (permalink / raw)
To: meta-virtualization, bruce.ashfield
Due to increase in 6.6 kernel image size xen ramdisk offset was
overlapping with kernel image. This causes xen randisk image boot
failures. Hence increase the ramdisk offset to fix initrd boot
issue.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
---
dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
index b2b76120..7a4e41a6 100644
--- a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
+++ b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
@@ -9,8 +9,8 @@ KERNEL_OFFSET:versal ?= "0xE00000"
DEVICETREE_OFFSET:zynqmp ?= "0xC000000"
DEVICETREE_OFFSET:versal ?= "0xC000000"
-RAMDISK_OFFSET:zynqmp ?= "0x2400000"
-RAMDISK_OFFSET:versal ?= "0x2400000"
+RAMDISK_OFFSET:zynqmp ?= "0x2600000"
+RAMDISK_OFFSET:versal ?= "0x2600000"
XEN_OFFSET:zynqmp ?= "0xBA00000"
XEN_OFFSET:versal ?= "0xBA00000"
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization][PATCH] xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel
2024-02-22 1:32 [meta-virtualization][PATCH] xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel Sandeep Gundlupet Raju
@ 2024-02-22 17:15 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2024-02-22 17:15 UTC (permalink / raw)
To: Sandeep Gundlupet Raju; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization][PATCH] xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel
on 21/02/2024 Sandeep Gundlupet Raju wrote:
> Due to increase in 6.6 kernel image size xen ramdisk offset was
> overlapping with kernel image. This causes xen randisk image boot
> failures. Hence increase the ramdisk offset to fix initrd boot
> issue.
>
> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
> ---
> dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
> index b2b76120..7a4e41a6 100644
> --- a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
> +++ b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
> @@ -9,8 +9,8 @@ KERNEL_OFFSET:versal ?= "0xE00000"
> DEVICETREE_OFFSET:zynqmp ?= "0xC000000"
> DEVICETREE_OFFSET:versal ?= "0xC000000"
>
> -RAMDISK_OFFSET:zynqmp ?= "0x2400000"
> -RAMDISK_OFFSET:versal ?= "0x2400000"
> +RAMDISK_OFFSET:zynqmp ?= "0x2600000"
> +RAMDISK_OFFSET:versal ?= "0x2600000"
>
> XEN_OFFSET:zynqmp ?= "0xBA00000"
> XEN_OFFSET:versal ?= "0xBA00000"
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-22 17:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 1:32 [meta-virtualization][PATCH] xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel Sandeep Gundlupet Raju
2024-02-22 17:15 ` Bruce Ashfield
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.