Commit 0914011
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>1 parent 691d719 commit 0914011
File tree
465 files changed
+1988
-1528
lines changed- arch
- arc/lib
- arm
- cpu
- arm1136/mx35
- arm926ejs
- mxs
- spear
- armv7/vf610
- armv8/fsl-layerscape
- include/asm/arch-mx6
- lib
- mach-imx
- imx8m
- imx8
- mx5
- mx6
- mx7ulp
- mx7
- mach-keystone
- mach-meson
- mach-omap2
- omap3
- mach-rockchip
- rk3288
- mach-socfpga
- mach-stm32mp
- cmd_stm32prog
- mach-tegra
- mach-uniphier
- boot-device
- dram
- mach-zynqmp
- m68k
- cpu
- mcf5227x
- mcf523x
- mcf52x2
- mcf530x
- mcf532x
- mcf5445x
- mcf547x_8x
- lib
- microblaze
- cpu
- lib
- mips
- cpu
- lib
- mach-ath79/ar934x
- nds32
- cpu/n1213
- ae3xx
- ag101
- lib
- nios2
- cpu
- lib
- powerpc
- cpu
- mpc83xx
- mpc85xx
- mpc86xx
- mpc8xx
- lib
- riscv/lib
- sh
- cpu/sh4
- lib
- x86
- include/asm/arch-braswell/fsp
- lib
- board
- Arcturus/ucp1020
- BuS/eb_cpu5282
- LaCie
- net2big_v2
- netspace_v2
- Synology/ds414
- advantech/imx8qm_rom7720_a1
- amlogic
- sei510
- sei610
- aristainetos
- bosch/guardian
- boundary/nitrogen6x
- buffalo/lsxl
- cavium/thunderx
- corscience/tricorder
- egnite/ethernut5
- esd/vme8349
- freescale
- c29xpcie
- common
- imx8mm_evk
- imx8mn_evk
- imx8mp_evk
- imxrt1020-evk
- ls1012ardb
- ls1021atwr
- ls1043ardb
- ls1046ardb
- p1010rdb
- p2041rdb
- t102xrdb
- t104xrdb
- t208xrdb
- t4qds
- t4rdb
- gardena/smart-gateway-mt7688
- gateworks/gw_ventana
- gdsys
- a38x
- common
- mpc8308
- p1022
- google/chromebook_coral
- keymile/common
- mediatek/mt7622
- phytium/durian
- renesas
- sh7752evb
- sh7753evb
- sh7757lcr
- stout
- ulcb
- rockchip/kylin_rk3036
- samsung/common
- siemens
- capricorn
- common
- draco
- taurus
- sifive/fu540
- sks-kinkel/sksimx6
- solidrun/clearfog
- st
- common
- stm32f429-discovery
- stm32f429-evaluation
- stm32f469-discovery
- synopsys
- emsdp
- hsdk
- syteco/zmx25
- technexion/pico-imx6
- theadorable
- ti
- j721e
- sdp4430
- toradex
- apalis-tk1
- apalis_imx6
- colibri_imx6
- common
- verdin-imx8mm
- varisys/common
- work-microwave/work_92105
- xilinx
- common
- microblaze-generic
- versal
- zynqmp
- zynq
- cmd
- arm
- mvebu
- riscv
- ti
- x86
- common
- doc
- drivers
- clk
- ddr/fsl
- firmware
- gpio
- misc
- net
- fsl-mc
- pfe_eth
- phy
- power
- qe
- ram/stm32mp1
- sysreset
- usb/gadget
- video
- examples
- api
- standalone
- fs
- include
- bedbug
- test
- lib
- dhry
- efi_loader
- net
- test
- dm
- env
- lib
- log
- optee
- overlay
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
465 files changed
+1988
-1528
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
379 | 380 | | |
380 | 381 | | |
381 | 382 | | |
382 | | - | |
383 | | - | |
| 383 | + | |
| 384 | + | |
384 | 385 | | |
385 | 386 | | |
386 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
190 | | - | |
| 191 | + | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
243 | | - | |
244 | | - | |
| 244 | + | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
0 commit comments