[U-Boot] [PATCH 09/12] x86: Implement functions for writing coreboot table
Simon Glass
sjg at chromium.org
Mon Feb 29 05:19:37 CET 2016
On 27 February 2016 at 23:58, Bin Meng <bmeng.cn at gmail.com> wrote:
> To prepare generating coreboot table from U-Boot, implement functions
> to handle the writing.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/include/asm/coreboot_tables.h | 10 +++
> arch/x86/lib/Makefile | 1 +
> arch/x86/lib/coreboot_table.c | 136 +++++++++++++++++++++++++++++++++
> 3 files changed, 147 insertions(+)
> create mode 100644 arch/x86/lib/coreboot_table.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list