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)
commit167c3f6e93abc1675669e2defe28e9d2708f87bb
tree5be0a2dda08e85025ed12e27061f2ed9ef2761ac
parent97bafc9df9df629577df00c2649902897e644b52
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]