summaryrefslogtreecommitdiffstats
path: root/lib/efi/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-04 12:33:58 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 08:44:07 -0600
commit16c220d0a79feed0326c29d64e4bb482e80276d4 (patch)
tree5878dc5d828457588734814af315571c78efc3d5 /lib/efi/Makefile
parent42fde30500eef6795129c3e4fda9951048c76617 (diff)
downloadtalos-obmc-uboot-16c220d0a79feed0326c29d64e4bb482e80276d4.tar.gz
talos-obmc-uboot-16c220d0a79feed0326c29d64e4bb482e80276d4.zip
efi: Add functions for decoding the EFI tables
The EFI stub can pass a table to U-Boot with information about the memory map Potentially other things will follow. Add a way to access this table. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'lib/efi/Makefile')
-rw-r--r--lib/efi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi/Makefile b/lib/efi/Makefile
index 4bc67f01f9..e32dc14f3d 100644
--- a/lib/efi/Makefile
+++ b/lib/efi/Makefile
@@ -5,6 +5,7 @@
#
obj-$(CONFIG_EFI_APP) += efi_app.o efi.o
+obj-$(CONFIG_EFI_STUB) += efi_info.o
CFLAGS_REMOVE_efi_stub.o := -mregparm=3 \
$(if $(CONFIG_EFI_STUB_64BIT),-march=i386 -m32)
OpenPOWER on IntegriCloud