Re: [PATCH 24/32] x86: Use CONFIG_CHROMEOS_VBOOT for verified boot

2020-10-16 Thread Bin Meng
Hi Simon, On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > At present CONFIG_CHROMEOS is used to determine whether verified boot is > in use. The code to implement that is not in U-Boot mainline. > > However, it is useful to be able to boot a Chromebook in developer mode > in U-Boot mainli

[PATCH 24/32] x86: Use CONFIG_CHROMEOS_VBOOT for verified boot

2020-09-27 Thread Simon Glass
At present CONFIG_CHROMEOS is used to determine whether verified boot is in use. The code to implement that is not in U-Boot mainline. However, it is useful to be able to boot a Chromebook in developer mode in U-Boot mainline without needing the verified boot code. To allow this, use CONFIG_CHROM