
29 Feb
2016
29 Feb
'16
8:32 a.m.
On Mon, Feb 29, 2016 at 12:19 PM, Simon Glass sjg@chromium.org wrote:
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
applied to u-boot-x86/next, thanks!