meta-virtualization.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
To: <meta-virtualization@lists.yoctoproject.org>, <bruce.ashfield@gmail.com>
Subject: [meta-virtualization][PATCH] xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel
Date: Wed, 21 Feb 2024 18:32:30 -0700	[thread overview]
Message-ID: <20240222013230.1183593-1-sandeep.gundlupet-raju@amd.com> (raw)

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



             reply	other threads:[~2024-02-22  1:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-22  1:32 Sandeep Gundlupet Raju [this message]
2024-02-22 17:15 ` [meta-virtualization][PATCH] xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240222013230.1183593-1-sandeep.gundlupet-raju@amd.com \
    --to=sandeep.gundlupet-raju@amd.com \
    --cc=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).