summaryrefslogtreecommitdiff
path: root/arch/x86/lib/Makefile
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-28 09:58:03 +0300
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 05:27:22 +0300
commit26f9a9b73aeb59150281a10e76567967cfe0611b (patch)
treeb3f6705813e4e5013d58722c26c646de05923079 /arch/x86/lib/Makefile
parentff94c219e95843fe24710c16a66efdfb6ca536a9 (diff)
downloadu-boot-26f9a9b73aeb59150281a10e76567967cfe0611b.tar.xz
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>
Diffstat (limited to 'arch/x86/lib/Makefile')
-rw-r--r--arch/x86/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
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