u-boot/arch/x86
Simon Glass 567dfef2fe x86: Show some EFI info with the bdinfo command
It is useful to see some basic EFI info with the command as it forms part
of the information about a board.

Add a hook for this and show the table address as a start.

While here, fix an invalid cast in setup_efi_info(). Note that this
function is using a data structure defined by Linux so we cannot change
it. Also note that ulong is used since this is the standard in U-Boot
(>6k uses), despite there being quite a bit of the more verbose uintptr_t
(930 uses).

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2021-10-21 03:46:03 +02:00
..
cpu x86: Show some EFI info with the bdinfo command 2021-10-21 03:46:03 +02:00
dts x86: edison: Mark eMMC non-removable 2021-09-22 21:50:35 +08:00
include/asm x86: Show some EFI info with the bdinfo command 2021-10-21 03:46:03 +02:00
lib x86: Show some EFI info with the bdinfo command 2021-10-21 03:46:03 +02:00
config.mk x86: Keep symbol information in u-boot ELF file 2021-10-21 03:46:03 +02:00
Kconfig Kconfig: Remove all default n/no options 2021-08-31 17:47:49 -04:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00