From 26f9a9b73aeb59150281a10e76567967cfe0611b Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Sat, 27 Feb 2016 22:58:03 -0800 Subject: 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 Reviewed-by: Simon Glass --- arch/x86/lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/lib/Makefile') diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index 4fc19365eb..6e0234af5b 100644 --- a/arch/x86/lib/Makefile +++ b/arch/x86/lib/Makefile @@ -10,6 +10,7 @@ obj-y += bios_asm.o obj-y += bios_interrupts.o obj-$(CONFIG_CMD_BOOTM) += bootm.o obj-y += cmd_boot.o +obj-y += coreboot_table.o obj-$(CONFIG_EFI) += efi/ obj-y += e820.o obj-y += gcc.o -- cgit v1.2.3