Re: [PATCH v2 2/3] X86: Add support for distro boot

2023-07-02 Thread Simon Glass
gt; Von: Simon Glass > > Gesendet: Montag, 8. Mai 2023 23:23 > > An: Mittelstaedt Thomas (XC-CT/EBV3) > > Cc: Heinrich Schuchardt ; u-boot@lists.denx.de; Niel > > Armstrong ; Patrick Delaunay > > ; Ramon Fried ; Marek > > Vasut ; Manuel Traut ; Bin Meng >

AW: [PATCH v2 2/3] X86: Add support for distro boot

2023-05-09 Thread Mittelstaedt Thomas (XC-CT/EBV3)
staedt Thomas (XC-CT/EBV3) > Cc: Heinrich Schuchardt ; u-boot@lists.denx.de; Niel > Armstrong ; Patrick Delaunay > ; Ramon Fried ; Marek > Vasut ; Manuel Traut ; Bin Meng > > Betreff: Re: [PATCH v2 2/3] X86: Add support for distro boot > > Hi, > > On Fri, 5 May 2

Re: [PATCH v2 2/3] X86: Add support for distro boot

2023-05-08 Thread Simon Glass
Hi, On Fri, 5 May 2023 at 02:23, Mittelstaedt Thomas (XC-CT/EBV3) wrote: > > Hi Simon, > > U-Boot can't start with boot script boot.scr, if BOOTSTD_DEFAULT is set. With > this setting "bootflow scan -lb" is not supported. > Booting with extlinux.conf works somehow. > > = Bootlog

AW: [PATCH v2 2/3] X86: Add support for distro boot

2023-05-05 Thread Mittelstaedt Thomas (XC-CT/EBV3)
t; Cc: Heinrich Schuchardt ; u-boot@lists.denx.de; Niel > Armstrong ; Patrick Delaunay > ; Ramon Fried ; Marek > Vasut ; Manuel Traut ; Bin Meng > > Betreff: Re: [PATCH v2 2/3] X86: Add support for distro boot > > Hi Mittelstaedt, > > On Wed, 3 May 2023 at 23:40, Mittel

Re: [PATCH v2 2/3] X86: Add support for distro boot

2023-05-04 Thread Simon Glass
t; Gesendet: Dienstag, 2. Mai 2023 19:12 > > An: Heinrich Schuchardt > > Cc: Mittelstaedt Thomas (XC-CT/EBV3) ; > > u-boot@lists.denx.de; Niel Armstrong ; Patrick > > Delaunay ; Ramon Fried > > ; Marek Vasut ; Manuel Traut > > ; Bin Meng > > Betreff: Re: [PATC

AW: [PATCH v2 2/3] X86: Add support for distro boot

2023-05-04 Thread Mittelstaedt Thomas (XC-CT/EBV3)
che Nachricht- > Von: Simon Glass > Gesendet: Dienstag, 2. Mai 2023 19:12 > An: Heinrich Schuchardt > Cc: Mittelstaedt Thomas (XC-CT/EBV3) ; > u-boot@lists.denx.de; Niel Armstrong ; Patrick > Delaunay ; Ramon Fried > ; Marek Vasut ; Manuel Traut > ; Bin Meng > Betreff:

[PATCH v2 2/3] X86: Add support for distro boot

2023-05-02 Thread thomas.mittelstaedt
From: Thomas Mittelstaedt Enable distro boot feature for U-Boot at VirtualBox described at https://source.denx.de/u-boot/u-boot/-/blob/master/doc/develop/distro.rst Signed-off-by: Thomas Mittelstaedt --- configs/efi-x86_payload64_defconfig | 12 +--- include/configs/efi-x86_payload.h

Re: [PATCH v2 2/3] X86: Add support for distro boot

2023-05-02 Thread Simon Glass
Hi, On Tue, 2 May 2023 at 09:41, Heinrich Schuchardt wrote: > > > > Am 2. Mai 2023 17:21:29 MESZ schrieb thomas.mittelsta...@de.bosch.com: > >From: Thomas Mittelstaedt > > > >Enable distro boot feature for U-Boot at VirtualBox described at > >https://source.denx.de/u-boot/u-boot/-/blob/master/do

Re: [PATCH v2 2/3] X86: Add support for distro boot

2023-05-02 Thread Heinrich Schuchardt
Am 2. Mai 2023 17:21:29 MESZ schrieb thomas.mittelsta...@de.bosch.com: >From: Thomas Mittelstaedt > >Enable distro boot feature for U-Boot at VirtualBox described at >https://source.denx.de/u-boot/u-boot/-/blob/master/doc/develop/distro.rst > >Signed-off-by: Thomas Mittelstaedt >--- > configs/