1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-19 01:22:09 +02:00
Files
u-boot-megous/arch/x86/include/asm
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
..
2020-12-31 14:41:31 +01:00
2020-09-01 17:00:28 +08:00
2020-09-25 11:27:18 +08:00
2020-09-25 11:27:06 +08:00
2017-02-06 11:38:46 +08:00
2021-04-22 14:09:45 -04:00
2020-08-03 10:46:56 +08:00
2021-01-05 12:24:41 -07:00
2020-05-18 21:19:23 -04:00
2020-09-25 11:27:16 +08:00
2020-11-05 14:58:45 +08:00
2021-10-21 03:46:03 +02:00