Re: [PATCH v3 00/16] misc: Some more misc patches

2021-08-01 Thread Simon Glass
Hi Bin, On Thu, 15 Jul 2021 at 05:51, Bin Meng wrote: > > Hi Simon, > > On Wed, Jul 14, 2021 at 11:47 PM Simon Glass wrote: > > > > Hi Bin, > > > > On Sun, 27 Jun 2021 at 17:51, Simon Glass wrote: > > > > > > Various issues were discovered in getting Chromium OS verified boot > > > running on t

Re: [PATCH v3 00/16] misc: Some more misc patches

2021-07-15 Thread Bin Meng
Hi Simon, On Wed, Jul 14, 2021 at 11:47 PM Simon Glass wrote: > > Hi Bin, > > On Sun, 27 Jun 2021 at 17:51, Simon Glass wrote: > > > > Various issues were discovered in getting Chromium OS verified boot > > running on top of coreboot, booting into U-Boot. > > > > Improvements include: > > - enab

Re: [PATCH v3 00/16] misc: Some more misc patches

2021-07-14 Thread Simon Glass
Hi Bin, On Sun, 27 Jun 2021 at 17:51, Simon Glass wrote: > > Various issues were discovered in getting Chromium OS verified boot > running on top of coreboot, booting into U-Boot. > > Improvements include: > - enable serial console if even coreboot doesn't > - enable cache always > - show the BIO

[PATCH v3 00/16] misc: Some more misc patches

2021-06-27 Thread Simon Glass
Various issues were discovered in getting Chromium OS verified boot running on top of coreboot, booting into U-Boot. Improvements include: - enable serial console if even coreboot doesn't - enable cache always - show the BIOS date since Chromium OS's coreboot doesn't have a version - update docs -