]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
efi: Add functions for decoding the EFI tables
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:58 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:56 +0000 (08:00 +0200)
commitaba0241cfb28917059b14c77f40302fb8813d8ee
tree667a5ad64b824c5d2ddfbc6119a1ea14bf0c759a
parentbf4136945909e69f0b564a602bd56bb056095468
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>
lib/efi/Makefile
lib/efi/efi_info.c [new file with mode: 0644]