Re: [PATCH 011/108] x86: apl: Add Global NVS table header

2020-02-08 Thread Bin Meng
Hi Simon, On Mon, Jan 27, 2020 at 1:08 PM Simon Glass wrote: > > Add the C version of this header. It includes a few Chrome OS bits which > are disabled for a normal build. > > Signed-off-by: Simon Glass > --- > > .../include/asm/arch-apollolake/global_nvs.h | 44 +++ > 1 file

[PATCH 011/108] x86: apl: Add Global NVS table header

2020-01-26 Thread Simon Glass
Add the C version of this header. It includes a few Chrome OS bits which are disabled for a normal build. Signed-off-by: Simon Glass --- .../include/asm/arch-apollolake/global_nvs.h | 44 +++ 1 file changed, 44 insertions(+) create mode 100644 arch/x86/include/asm/arch-apollol