From 16c220d0a79feed0326c29d64e4bb482e80276d4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 4 Aug 2015 12:33:58 -0600 Subject: 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 Reviewed-by: Bin Meng --- lib/efi/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/efi/Makefile') 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) -- cgit