diff options
author | Bin Meng | 2016-02-27 22:58:03 -0800 |
---|---|---|
committer | Bin Meng | 2016-03-17 10:27:22 +0800 |
commit | 26f9a9b73aeb59150281a10e76567967cfe0611b (patch) | |
tree | b3f6705813e4e5013d58722c26c646de05923079 /arch/x86/lib/Makefile | |
parent | ff94c219e95843fe24710c16a66efdfb6ca536a9 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/lib/Makefile b/arch/x86/lib/Makefile index 4fc19365eb7..6e0234af5bd 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 |