
29 Feb
2016
29 Feb
'16
5:19 a.m.
On 27 February 2016 at 23:58, Bin Meng bmeng.cn@gmail.com wrote:
To prepare generating coreboot table from U-Boot, implement functions to handle the writing.
Signed-off-by: Bin Meng bmeng.cn@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@chromium.org