public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Moessbauer, Felix" <felix.moessbauer@siemens.com>
To: "isar-users@googlegroups.com" <isar-users@googlegroups.com>
Cc: "amikan@ilbers.de" <amikan@ilbers.de>,
	"Schild, Henning" <henning.schild@siemens.com>,
	"jan.kiszka@siemens.com" <jan.kiszka@siemens.com>,
	"Schmidt, Adriaan" <adriaan.schmidt@siemens.com>
Subject: RE: [PATCH v3 0/7] Add support for dual bios + efi disk generation
Date: Tue, 12 Apr 2022 12:56:19 +0000	[thread overview]
Message-ID: <AM9PR10MB4869A5D87745938F4042867089ED9@AM9PR10MB4869.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20220322164525.3950970-1-felix.moessbauer@siemens.com>

Hi,

Are there any updates on this series?
We run it internally for a couple of weeks without any issues.

When can we expect this to be integrated?

In case there are still open points, I'm happy to assist.

Best regards,
Felix

> -----Original Message-----
> From: Moessbauer, Felix (T CED SES-DE) <felix.moessbauer@siemens.com>
> Sent: Tuesday, March 22, 2022 5:45 PM
> To: isar-users@googlegroups.com
> Cc: amikan@ilbers.de; Schild, Henning (T CED SES-DE)
> <henning.schild@siemens.com>; Kiszka, Jan (T CED) <jan.kiszka@siemens.com>;
> Schmidt, Adriaan (T CED SES-DE) <adriaan.schmidt@siemens.com>;
> Moessbauer, Felix (T CED SES-DE) <felix.moessbauer@siemens.com>
> Subject: [PATCH v3 0/7] Add support for dual bios + efi disk generation
> 
> This patch ports the bios + efi disk support from OE to ISAR.
> By that, the generated disk can be booted both with EFI as well as with PCBIOS.
> Please note, that patches 2 and 3 do not work independently, but are split for
> easier refactoring of the isarpluginsbase class.
> 
> Changes since v2:
> - rebased onto "Unify build and run test cases" series
> - added missing patch "Copy efi-plus-pcbios script from OE"
> 
> Changes since v1:
> - minimize changes to bootimg-biosplusefi-isar.py
> - replace erronous commit message of hennings commit
> - rework efi-plus-pcbios WKS file to not include any bios-only options
> - update start_vm script to support modern debian distros
> - test boot of both efi and bios of efi + bios test target
> 
> Felix Moessbauer (6):
>   Copy efi-plus-pcbios script from OE
>   Add ISAR version of biosplusefi WIC plugin
>   test: add target for efi-plus-pcbios image type
>   add support for current debian distros in start_vm.py
>   Add pcbios option to start_vm
>   run vm_boot_test against EFI and PC BIOS
> 
> Henning Schild (1):
>   wic: make import isarpluginbase work when plugins use each other
> 
>  .../conf/multiconfig/qemuamd64-buster.conf    |   2 +
>  .../lib/wic/canned-wks/efi-plus-pcbios.wks    |   6 +
>  .../source/bootimg-biosplusefi-isar.py        | 213 ++++++++++++++++++
>  .../wic/plugins/source/bootimg-efi-isar.py    |   6 +-
>  .../wic/plugins/source/bootimg-pcbios-isar.py |   6 +-
>  testsuite/cibuilder.py                        |   4 +-
>  testsuite/citest.py                           |   3 +
>  testsuite/start_vm.py                         |  14 +-
>  8 files changed, 243 insertions(+), 11 deletions(-)  create mode 100644 meta-
> isar/scripts/lib/wic/canned-wks/efi-plus-pcbios.wks
>  create mode 100644 meta/scripts/lib/wic/plugins/source/bootimg-biosplusefi-
> isar.py
> 
> --
> 2.30.2


  parent reply	other threads:[~2022-04-12 12:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22 16:45 Felix Moessbauer
2022-03-22 16:45 ` [PATCH v3 1/7] Copy efi-plus-pcbios script from OE Felix Moessbauer
2022-03-22 16:45 ` [PATCH v3 2/7] Add ISAR version of biosplusefi WIC plugin Felix Moessbauer
2022-03-28  8:51   ` Henning Schild
2022-03-28  9:11     ` Moessbauer, Felix
2022-03-28  9:20       ` Henning Schild
2022-03-22 16:45 ` [PATCH v3 3/7] wic: make import isarpluginbase work when plugins use each other Felix Moessbauer
2022-03-22 16:45 ` [PATCH v3 4/7] test: add target for efi-plus-pcbios image type Felix Moessbauer
2022-03-22 16:45 ` [PATCH v3 5/7] add support for current debian distros in start_vm.py Felix Moessbauer
2022-03-22 16:45 ` [PATCH v3 6/7] Add pcbios option to start_vm Felix Moessbauer
2022-03-22 16:45 ` [PATCH v3 7/7] run vm_boot_test against EFI and PC BIOS Felix Moessbauer
2022-04-12 12:56 ` Moessbauer, Felix [this message]
2022-04-13  8:34 ` [PATCH v3 0/7] Add support for dual bios + efi disk generation Anton Mikanovich

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=AM9PR10MB4869A5D87745938F4042867089ED9@AM9PR10MB4869.EURPRD10.PROD.OUTLOOK.COM \
    --to=felix.moessbauer@siemens.com \
    --cc=adriaan.schmidt@siemens.com \
    --cc=amikan@ilbers.de \
    --cc=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@siemens.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox