Re: [PATCH v2 00/19] bootstd: Add a bootmeth for ChromiumOS on x86

2023-07-12 Thread Simon Glass
Hi Bin, On Wed, 12 Jul 2023 at 05:54, Bin Meng wrote: > > Hi Simon, > > On Tue, Jun 20, 2023 at 4:23 PM Simon Glass wrote: > > > > This series adds a simple bootmeth for ChromiumOS on x86. It uses zimage > > to boot the kernel. > > > > Full verified boot is not included at this stage - that is s

Re: [PATCH v2 00/19] bootstd: Add a bootmeth for ChromiumOS on x86

2023-07-12 Thread Bin Meng
Hi Simon, On Tue, Jun 20, 2023 at 4:23 PM Simon Glass wrote: > > This series adds a simple bootmeth for ChromiumOS on x86. It uses zimage > to boot the kernel. > > Full verified boot is not included at this stage - that is still a > separate chunk of code to be brought into standard boot at some

[PATCH v2 00/19] bootstd: Add a bootmeth for ChromiumOS on x86

2023-06-20 Thread Simon Glass
This series adds a simple bootmeth for ChromiumOS on x86. It uses zimage to boot the kernel. Full verified boot is not included at this stage - that is still a separate chunk of code to be brought into standard boot at some point. For now it just obtains the kernel and command line and boots. This