
Hi Gabe,
On 30/11/11 17:07, Gabe Black wrote:
Signed-off-by: Gabe Black gabeblack@chromium.org
arch/x86/cpu/coreboot/Makefile | 3 + arch/x86/cpu/coreboot/ipchecksum.c | 54 ++++++ arch/x86/cpu/coreboot/sysinfo.c | 33 ++++ arch/x86/cpu/coreboot/tables.c | 183 +++++++++++++++++++ arch/x86/include/asm/ic/coreboot/ipchecksum.h | 37 ++++ arch/x86/include/asm/ic/coreboot/sysinfo.h | 64 +++++++ arch/x86/include/asm/ic/coreboot/tables.h | 241 +++++++++++++++++++++++++
Please move these to arch/x86/include/asm/arch-coreboot/
board/chromebook-x86/coreboot/coreboot.c | 10 + 8 files changed, 625 insertions(+), 0 deletions(-) create mode 100644 arch/x86/cpu/coreboot/ipchecksum.c create mode 100644 arch/x86/cpu/coreboot/sysinfo.c create mode 100644 arch/x86/cpu/coreboot/tables.c create mode 100644 arch/x86/include/asm/ic/coreboot/ipchecksum.h create mode 100644 arch/x86/include/asm/ic/coreboot/sysinfo.h create mode 100644 arch/x86/include/asm/ic/coreboot/tables.h
Regards,
Graeme