Re: [PATCH] x86: coreboot: add SMBIOS cbmem entry parsing

2020-05-19 Thread Bin Meng
On Sun, May 17, 2020 at 10:29 PM Bin Meng wrote: > > On Thu, May 14, 2020 at 9:16 PM Christian Gmeiner > wrote: > > > > Signed-off-by: Christian Gmeiner > > --- > > arch/x86/cpu/coreboot/tables.c | 14 ++ > > arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 ++ > > ar

Re: [PATCH] x86: coreboot: add SMBIOS cbmem entry parsing

2020-05-17 Thread Bin Meng
On Thu, May 14, 2020 at 9:16 PM Christian Gmeiner wrote: > > Signed-off-by: Christian Gmeiner > --- > arch/x86/cpu/coreboot/tables.c | 14 ++ > arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 ++ > arch/x86/include/asm/coreboot_tables.h | 11 +++ > 3 fil

[PATCH] x86: coreboot: add SMBIOS cbmem entry parsing

2020-05-14 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner --- arch/x86/cpu/coreboot/tables.c | 14 ++ arch/x86/include/asm/arch-coreboot/sysinfo.h | 2 ++ arch/x86/include/asm/coreboot_tables.h | 11 +++ 3 files changed, 27 insertions(+) diff --git a/arch/x86/cpu/coreboot/tables.