Re: [U-Boot] [PATCH 01/12] x86: Move asm/arch-coreboot/tables.h to a common place

2016-02-28 Thread Bin Meng
On Mon, Feb 29, 2016 at 12:19 PM, Simon Glass wrote: > On 27 February 2016 at 23:57, Bin Meng wrote: >> Move asm/arch-coreboot/tables.h to asm/coreboot_tables.h so that >> coreboot table definitions can be used by other x86 builds. >> >> Signed-off-by: Bin

Re: [U-Boot] [PATCH 01/12] x86: Move asm/arch-coreboot/tables.h to a common place

2016-02-28 Thread Simon Glass
On 27 February 2016 at 23:57, Bin Meng wrote: > Move asm/arch-coreboot/tables.h to asm/coreboot_tables.h so that > coreboot table definitions can be used by other x86 builds. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/coreboot/sdram.c

[U-Boot] [PATCH 01/12] x86: Move asm/arch-coreboot/tables.h to a common place

2016-02-27 Thread Bin Meng
Move asm/arch-coreboot/tables.h to asm/coreboot_tables.h so that coreboot table definitions can be used by other x86 builds. Signed-off-by: Bin Meng --- arch/x86/cpu/coreboot/sdram.c | 1 - arch/x86/cpu/coreboot/tables.c