Re: [PATCH v2 03/30] x86: Add a layout for Chrome OS verified boot

2020-11-04 Thread Simon Glass
Hi Bin, On Tue, 3 Nov 2020 at 00:47, Bin Meng wrote: > > Hi Simon, > > On Thu, Oct 22, 2020 at 11:03 AM Simon Glass wrote: > > > > Add definitions for part of the vboot context used with verified boot. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: > > - Convert tabs to space

Re: [PATCH v2 03/30] x86: Add a layout for Chrome OS verified boot

2020-11-02 Thread Bin Meng
Hi Simon, On Thu, Oct 22, 2020 at 11:03 AM Simon Glass wrote: > > Add definitions for part of the vboot context used with verified boot. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Convert tabs to spaces for consistency I think in U-Boot tabs are preferred over spaces. > > arc

[PATCH v2 03/30] x86: Add a layout for Chrome OS verified boot

2020-10-21 Thread Simon Glass
Add definitions for part of the vboot context used with verified boot. Signed-off-by: Simon Glass --- Changes in v2: - Convert tabs to spaces for consistency arch/x86/include/asm/acpi/vbnv_layout.h | 38 + 1 file changed, 38 insertions(+) create mode 100644 arch/x86/in