x86: Implement functions for writing coreboot table
authorBin Meng <bmeng.cn@gmail.com>
Sun, 28 Feb 2016 06:58:03 +0000 (22:58 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:22 +0000 (10:27 +0800)
commit26f9a9b73aeb59150281a10e76567967cfe0611b
treeb3f6705813e4e5013d58722c26c646de05923079
parentff94c219e95843fe24710c16a66efdfb6ca536a9
x86: Implement functions for writing coreboot table

To prepare generating coreboot table from U-Boot, implement functions
to handle the writing.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/coreboot_tables.h
arch/x86/lib/Makefile
arch/x86/lib/coreboot_table.c [new file with mode: 0644]