u-boot-brain/arch/x86
Simon Glass 0914011310 command: Remove the cmd_tbl_t typedef
We should not use typedefs in U-Boot. They cannot be used as forward
declarations which means that header files must include the full header to
access them.

Drop the typedef and rename the struct to remove the _s suffix which is
now not useful.

This requires quite a few header-file additions.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-05-18 18:36:55 -04:00
..
cpu common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
dts x86: Allow building an SPL image for coreboot 2020-05-04 15:28:28 +08:00
include/asm command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
lib command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
config.mk kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Kconfig x86: Add support for ACPI general-purpose events 2020-02-07 22:46:35 +08:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00