Re: [PATCH 00/16] bootstd: Improve ChromiumOS support

2023-08-10 Thread Simon Glass
Hi Alper, On Fri, 4 Aug 2023 at 03:51, Alper Nebi Yasak wrote: > > (Note that I'm not objecting to merging the patchset as is, just > detailing future work you/I might want to do for non-CrOS userspace > support for this bootmeth.) > > On 2023-08-04 06:02 +03:00, Simon Glass wrote: > > On Thu, 3

Re: [PATCH 00/16] bootstd: Improve ChromiumOS support

2023-08-06 Thread Pali Rohár
On Sunday 06 August 2023 08:28:12 Simon Glass wrote: > Hi Pali, > > On Sun, 6 Aug 2023 at 05:00, Pali Rohár wrote: > > > > I have never asked to want receive emails related to chromiumos, so do > > not send these changes to me. > > You received the last patch (and therefore the cover letter) bec

Re: [PATCH 00/16] bootstd: Improve ChromiumOS support

2023-08-06 Thread Simon Glass
Hi Pali, On Sun, 6 Aug 2023 at 05:00, Pali Rohár wrote: > > I have never asked to want receive emails related to chromiumos, so do > not send these changes to me. You received the last patch (and therefore the cover letter) because you committed to boot/bootm.c recently, which is affected by tha

Re: [PATCH 00/16] bootstd: Improve ChromiumOS support

2023-08-06 Thread Pali Rohár
I have never asked to want receive emails related to chromiumos, so do not send these changes to me. On Sunday 30 July 2023 11:16:46 Simon Glass wrote: > The ChromiumOS bootmeth is fairly basic at present. It is able to boot > only x86 kernels and contains quite a few hard-coded offsets. > > This

Re: [PATCH 00/16] bootstd: Improve ChromiumOS support

2023-08-04 Thread Alper Nebi Yasak
(Note that I'm not objecting to merging the patchset as is, just detailing future work you/I might want to do for non-CrOS userspace support for this bootmeth.) On 2023-08-04 06:02 +03:00, Simon Glass wrote: > On Thu, 3 Aug 2023 at 15:31, Alper Nebi Yasak > wrote: >> I guess it boils down to: >>

Re: [PATCH 00/16] bootstd: Improve ChromiumOS support

2023-08-03 Thread Simon Glass
Hi Alper, On Thu, 3 Aug 2023 at 15:31, Alper Nebi Yasak wrote: > > Hi Simon, > > On 2023-07-30 20:16 +03:00, Simon Glass wrote: > > The ChromiumOS bootmeth is fairly basic at present. It is able to boot > > only x86 kernels and contains quite a few hard-coded offsets. > > > > This series tidies i

Re: [PATCH 00/16] bootstd: Improve ChromiumOS support

2023-08-03 Thread Alper Nebi Yasak
Hi Simon, On 2023-07-30 20:16 +03:00, Simon Glass wrote: > The ChromiumOS bootmeth is fairly basic at present. It is able to boot > only x86 kernels and contains quite a few hard-coded offsets. > > This series tidies it up by bringing in some vboot structures and adding > support for ARM. > > It

[PATCH 00/16] bootstd: Improve ChromiumOS support

2023-07-30 Thread Simon Glass
The ChromiumOS bootmeth is fairly basic at present. It is able to boot only x86 kernels and contains quite a few hard-coded offsets. This series tidies it up by bringing in some vboot structures and adding support for ARM. It adds a few more features to bootstd, including display of x86 setup inf