]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Add a common global NVS structure
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:44:52 +0000 (12:44 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:12 +0000 (11:27 +0800)
commite7b820eb021892a17064e55eb027a508eb1f40a1
tree5be0a2dda08e85025ed12e27061f2ed9ef2761ac
parent754ad10725a2e4028a1cd7cf2faaac1828748047
x86: Add a common global NVS structure

Add the definition of this structure common to Intel devices. It includes
some optional Chrome OS pieces which are used when vboot is integrated.

Drop the APL version as it is basically the same.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/arch-apollolake/global_nvs.h
arch/x86/include/asm/intel_gnvs.h [new file with mode: 0644]