All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Cc: meta-virtualization@lists.yoctoproject.org,
	mark.hatle@kernel.crashing.org
Subject: Re: [meta-virtualization][master][scarthgap][styhead][PATCH 0/6] Add bbclass for xen boot script variables
Date: Thu, 21 Nov 2024 04:44:22 +0000	[thread overview]
Message-ID: <Zz66phxMLOMSfZhN@gmail.com> (raw)
In-Reply-To: <20241119051203.3841577-1-sandeep.gundlupet-raju@amd.com>

In message: [meta-virtualization][master][scarthgap][styhead][PATCH 0/6] Add bbclass for xen boot script variables
on 18/11/2024 Sandeep Gundlupet Raju wrote:

> 1. Add xen-u-boot-scr.bbclass for generic xen boot script variables
>    use by any soc devices.
> 2. Inherit xen-u-boot-scr.bbclass in xen-rpi-u-boot-scr.
> 3. Move xen variables to xen-boot-env.inc file in xilinx
>    dynamic layers.
> 4. Include xen-boot-env if BOOTMODE = "xen" switch is enabled.
> 5. Add load address to boot.cmd.xen script echo messages.
> 6. Inherit xen-u-boot-scr bbclass in xen-boot-env.inc.
> 7. If user brings in their own boot.cmd.xxx file they can just
>    inherit xen-u-boot-scr bbclass and use the generic xen boot
>    script variables.

Just one request for a slightly different bbclass name
and a question about BOOTMODE.

A quick v2, and I don't have any concerns about merging
the series.

Bruce

> 
> Sandeep Gundlupet Raju (6):
>   xen-u-boot-scr: Add bbclass for xen boot script variables
>   xen-rpi-u-boot-scr: Inherit xen-u-boot-scr bbclass
>   xen-boot-env: Move xen variables to inc file
>   u-boot-xlnx-scr: Include xen-boot-env if BOOTMODE is xen
>   boot.cmd.xen: Add load address to echo messages
>   xen-boot-env.inc: Inherit xen-u-boot-scr bbclass
> 
>  classes-recipe/xen-u-boot-scr.bbclass         | 43 +++++++++++++++++++
>  .../xen-rpi-u-boot-scr/files/boot.cmd.xen.in  | 10 ++---
>  .../xen-rpi-u-boot-scr/xen-rpi-u-boot-scr.bb  | 13 +++---
>  .../u-boot/u-boot-xlnx-scr.bbappend           |  7 ++-
>  .../u-boot/u-boot-xlnx-scr/boot.cmd.xen       |  8 ++--
>  .../recipes-bsp/u-boot/xen-boot-cmd.inc       | 35 ---------------
>  .../recipes-bsp/u-boot/xen-boot-env.inc       | 31 +++++++++++++
>  7 files changed, 97 insertions(+), 50 deletions(-)
>  create mode 100644 classes-recipe/xen-u-boot-scr.bbclass
>  create mode 100644 dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-env.inc
> 
> -- 
> 2.34.1
> 


      parent reply	other threads:[~2024-11-21  4:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-19  5:11 [meta-virtualization][master][scarthgap][styhead][PATCH 0/6] Add bbclass for xen boot script variables Sandeep Gundlupet Raju
2024-11-19  5:11 ` [meta-virtualization][master][PATCH 1/6] xen-u-boot-scr: " Sandeep Gundlupet Raju
2024-11-21  4:40   ` Bruce Ashfield
2024-11-21 16:30     ` Gundlupet Raju, Sandeep
     [not found]     ` <180A08C7C2D5332A.23999@lists.yoctoproject.org>
2024-11-21 17:40       ` Gundlupet Raju, Sandeep
2024-11-21 18:24         ` Bruce Ashfield
2024-11-19  5:11 ` [meta-virtualization][master][PATCH 2/6] xen-rpi-u-boot-scr: Inherit xen-u-boot-scr bbclass Sandeep Gundlupet Raju
2024-11-19  5:12 ` [meta-virtualization][master][scarthgap][styhead][PATCH 3/6] xen-boot-env: Move xen variables to inc file Sandeep Gundlupet Raju
2024-11-19  5:12 ` [meta-virtualization][master][scarthgap][styhead][PATCH 4/6] u-boot-xlnx-scr: Include xen-boot-env if BOOTMODE is xen Sandeep Gundlupet Raju
2024-11-21  4:42   ` Bruce Ashfield
2024-11-21 16:28     ` Gundlupet Raju, Sandeep
2024-11-21 16:46       ` Bruce Ashfield
2024-11-21 17:44         ` Gundlupet Raju, Sandeep
2024-11-19  5:12 ` [meta-virtualization][master][scarthgap][styhead][PATCH 5/6] boot.cmd.xen: Add load address to echo messages Sandeep Gundlupet Raju
2024-11-19  5:12 ` [meta-virtualization][master][PATCH 6/6] xen-boot-env.inc: Inherit xen-u-boot-scr bbclass Sandeep Gundlupet Raju
2024-11-21  4:44 ` Bruce Ashfield [this message]

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=Zz66phxMLOMSfZhN@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=mark.hatle@kernel.crashing.org \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=sandeep.gundlupet-raju@amd.com \
    /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 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.