]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
efi: Add a command to display the memory map
authorSimon Glass <sjg@chromium.org>
Tue, 4 Aug 2015 18:33:59 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:56 +0000 (08:00 +0200)
commit54f2944833571210655717297288016637b98fea
tree410978ca6eae50e953bbf11c47d72f64103647fb
parentaba0241cfb28917059b14c77f40302fb8813d8ee
efi: Add a command to display the memory map

The EFI memory map is passed from the stub to U-Boot in a table. Add a
command to display it in a vaguely readable fashion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested on QEMU
Tested-by: Bin Meng <bmeng.cn@gmail.com>
common/Makefile
common/cmd_efi.c [new file with mode: 0644]