u-boot-brain/arch/arm/mach-zynqmp
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
..
include/mach arm64: zynqmp: Print multiboot register value in EL3 2020-04-06 12:51:30 +02:00
clk.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
cpu.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
handoff.c arm: zynqmp: Wire SPL/ATF handoff structure properly 2020-01-14 09:05:54 +01:00
Kconfig arm64: zynqmp: Add board_boot_order for MMC boot extension 2020-01-14 09:05:53 +01:00
Makefile arm64: zynqmp: Use mailbox driver for PMUFW config loading 2019-10-08 09:55:11 +02:00
mkimage_fit_atf.sh arm64: zynqmp: Add support for u-boot.itb generation without ATF 2020-04-06 12:52:45 +02:00
mp.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
psu_spl_init.c arm64: zynqmp: Do not assing MIO34 that early on zcu100 2020-01-14 09:05:53 +01:00
spl.c common: Drop image.h from common header 2020-05-18 17:33:33 -04:00