u-boot/common
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
..
eeprom
init common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
spl common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
android_ab.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
autoboot.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
avb_verify.c common: Move ARM cache operations out of common.h 2019-12-02 18:24:58 -05:00
bedbug.c
bloblist.c bloblist: Zero records when adding 2020-02-05 19:33:46 -07:00
board_f.c common: Drop bootstage.h from common header 2020-05-18 17:33:33 -04:00
board_info.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
board_r.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
boot_fit.c
bootm.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
bootm_os.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
bootretry.c common: Move get_ticks() function out of common.h 2019-12-02 18:23:13 -05:00
bootstage.c common: Drop bootstage.h from common header 2020-05-18 17:33:33 -04:00
bouncebuf.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
cli.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
cli_hush.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
cli_readline.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
cli_simple.c common: Move command functions out of common.h 2019-12-02 18:25:02 -05:00
command.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
common_fit.c
console.c common/console.c: discard volatile 2020-02-13 10:10:50 -05:00
cros_ec.c
ddr_spd.c
dfu.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
dlmalloc.c malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple times 2020-05-01 11:34:01 -04:00
dlmalloc.src
edid.c
exports.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
fdt_region.c common: Drop image.h from common header 2020-05-18 17:33:33 -04:00
fdt_support.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
flash.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
hash.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
hwconfig.c
image-android-dt.c
image-android.c image: android: Add routine to get dtbo params 2020-02-04 09:07:24 +05:30
image-cipher.c image: Use constants for 'required' and 'key-name-hint' 2020-04-01 07:45:09 -06:00
image-fdt.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
image-fit-sig.c rsa: sig: fix config signature check for fit with padding 2020-05-01 11:34:01 -04:00
image-fit.c common: Drop image.h from common header 2020-05-18 17:33:33 -04:00
image-sig.c common: Drop image.h from common header 2020-05-18 17:33:33 -04:00
image.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
iomux.c
iotrace.c common: Move get_ticks() function out of common.h 2019-12-02 18:23:13 -05:00
kallsyms.c
Kconfig board_r: Introduce CONFIG_PCI_INIT_R Kconfig option 2020-05-15 17:12:41 -04:00
kgdb.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
kgdb_stubs.c common: Move some cache and MMU functions out of common.h 2019-12-02 18:23:55 -05:00
lcd.c common: Drop init.h from common header 2020-05-18 17:33:33 -04:00
lcd_console.c command: Remove the cmd_tbl_t typedef 2020-05-18 18:36:55 -04:00
lcd_console_rotation.c
lcd_simplefb.c
log.c log: remove useless cast 2020-04-26 14:25:21 -06:00
log_console.c
log_syslog.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00
lynxkdi.c
main.c common: Drop bootstage.h from common header 2020-05-18 17:33:33 -04:00
Makefile fdt_region: move fdt_region.c to common/ from lib/libfdt/ 2020-04-26 14:23:55 -06:00
malloc_simple.c
memsize.c common: Move RAM-sizing functions to init.h 2020-01-24 23:06:49 +05:30
menu.c menu: add support for client defined statusline function 2020-05-07 09:01:42 -04:00
miiphyutil.c
s_record.c
splash.c splash: fix build breakage with newer llvm-7 2019-10-31 09:10:34 +01:00
splash_source.c common: Move command functions out of common.h 2019-12-02 18:25:02 -05:00
stdio.c
system_map.c
update.c common: Move the image globals into image.h 2020-01-24 23:06:49 +05:30
usb.c usb: Keep async schedule running only across mass storage xfers 2020-04-09 15:26:59 -04:00
usb_hub.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
usb_kbd.c usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h 2019-11-25 13:28:53 +01:00
usb_storage.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
xyzModem.c