[U-Boot] [PATCH 1/4] x86: Import code from coreboot's libpayload to parse the coreboot table

Graeme Russ graeme.russ at gmail.com
Fri Dec 2 13:06:12 CET 2011


Hi Gabe,

On 30/11/11 17:07, Gabe Black wrote:
> Signed-off-by: Gabe Black <gabeblack at 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


More information about the U-Boot mailing list