
3 Nov
2020
3 Nov
'20
8:47 a.m.
On Thu, Oct 22, 2020 at 11:03 AM Simon Glass sjg@chromium.org wrote:
It is not possible to boot Chrome OS properly without passing some basic information from U-Boot. This applies even if verified boot is not being used. Add a structure definition for this.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Rename struct chromeos_acpi to struct chromeos_acpi_gnvs
- Fix comment style
arch/x86/include/asm/intel_gnvs.h | 51 ++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com