]> git.dujemihanovic.xyz Git - u-boot.git/log
u-boot.git
7 months agoblock: Remove <common.h> and add needed includes
Tom Rini [Thu, 2 May 2024 01:30:31 +0000 (19:30 -0600)]
block: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agobios_emulator: Remove <common.h> and add needed includes
Tom Rini [Thu, 2 May 2024 01:30:30 +0000 (19:30 -0600)]
bios_emulator: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoaxi: Remove <common.h> and add needed includes
Tom Rini [Thu, 2 May 2024 01:30:29 +0000 (19:30 -0600)]
axi: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoata: Remove <common.h> and add needed includes
Tom Rini [Thu, 2 May 2024 01:30:28 +0000 (19:30 -0600)]
ata: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoadc: Remove <common.h> and add needed includes
Tom Rini [Thu, 2 May 2024 01:30:27 +0000 (19:30 -0600)]
adc: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoinclude/linux/compat.h: Add <time.h>
Tom Rini [Thu, 2 May 2024 01:30:26 +0000 (19:30 -0600)]
include/linux/compat.h: Add <time.h>

As this file has macros which use get_timer() it must include <time.h>
to resolve this.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agofsl_ifc.h: Add <asm/ppc.h>
Tom Rini [Thu, 2 May 2024 01:30:25 +0000 (19:30 -0600)]
fsl_ifc.h: Add <asm/ppc.h>

In the case of PowerPC, this file needs to include <asm/ppc.h> in order
to resolve all of the references it makes.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoinclude: Add missing <linux/types.h>
Tom Rini [Thu, 2 May 2024 01:30:24 +0000 (19:30 -0600)]
include: Add missing <linux/types.h>

These files have many "Linux" style types in them, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agox86: Add missing <linux/types.h>
Tom Rini [Thu, 2 May 2024 01:30:23 +0000 (19:30 -0600)]
x86: Add missing <linux/types.h>

This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: socfpga: Add missing <linux/types.h>
Tom Rini [Thu, 2 May 2024 01:30:22 +0000 (19:30 -0600)]
arm: socfpga: Add missing <linux/types.h>

This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: nexell: Add missing <linux/types.h>
Tom Rini [Thu, 2 May 2024 01:30:21 +0000 (19:30 -0600)]
arm: nexell: Add missing <linux/types.h>

This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: sunxi: Add missing <linux/types.h>
Tom Rini [Thu, 2 May 2024 01:30:20 +0000 (19:30 -0600)]
arm: sunxi: Add missing <linux/types.h>

These files have many "Linux" style types in them, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: aspeed: Add missing <linux/types.h>
Tom Rini [Thu, 2 May 2024 01:30:19 +0000 (19:30 -0600)]
arm: aspeed: Add missing <linux/types.h>

The scu* files have many "Linux" style types in them, add
<linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agommc: Migrate MMC_SUPPORTS_TUNING to Kconfig
Tom Rini [Thu, 2 May 2024 01:30:18 +0000 (19:30 -0600)]
mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig

The constraints on the MMC_SUPPORTS_TUNING symbol can easily be
expressed in Kconfig (with the addition of SPL_MMC_SUPPORTS_TUNING).
Furthermore, in order to remove <common.h> from the MMC subsystem, the
way this symbol is used today needs to be changed in order to continue
functioning.

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: zyxel: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:16 +0000 (20:43 -0600)]
board: zyxel: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Tested-by: Tony Dinh <mibodhi@gmail.com> # on Zyxel NSA310s
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: xilinx: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:15 +0000 (20:43 -0600)]
board: xilinx: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: xen: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:14 +0000 (20:43 -0600)]
board: xen: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: work-microwave: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:13 +0000 (20:43 -0600)]
board: work-microwave: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: warp7: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:12 +0000 (20:43 -0600)]
board: warp7: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: wandboard: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:11 +0000 (20:43 -0600)]
board: wandboard: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: vscom: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:10 +0000 (20:43 -0600)]
board: vscom: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: variscite: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:09 +0000 (20:43 -0600)]
board: variscite: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: udoo: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:08 +0000 (20:43 -0600)]
board: udoo: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: traverse: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:07 +0000 (20:43 -0600)]
board: traverse: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: tq: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:06 +0000 (20:43 -0600)]
board: tq: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: tplink: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:05 +0000 (20:43 -0600)]
board: tplink: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: toradex: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:04 +0000 (20:43 -0600)]
board: toradex: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: timll: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:03 +0000 (20:43 -0600)]
board: timll: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: ti: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:02 +0000 (20:43 -0600)]
board: ti: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: theadorable: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:01 +0000 (20:43 -0600)]
board: theadorable: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: thead: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:43:00 +0000 (20:43 -0600)]
board: thead: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: terasic: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:59 +0000 (20:42 -0600)]
board: terasic: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: technexion: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:58 +0000 (20:42 -0600)]
board: technexion: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: tcl: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:57 +0000 (20:42 -0600)]
board: tcl: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: sysam: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:56 +0000 (20:42 -0600)]
board: sysam: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: storopack: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:55 +0000 (20:42 -0600)]
board: storopack: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: ste: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:54 +0000 (20:42 -0600)]
board: ste: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: st: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:53 +0000 (20:42 -0600)]
board: st: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: sr1500: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:52 +0000 (20:42 -0600)]
board: sr1500: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: somlabs: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:51 +0000 (20:42 -0600)]
board: somlabs: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: solidrun: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:50 +0000 (20:42 -0600)]
board: solidrun: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: softing: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:49 +0000 (20:42 -0600)]
board: softing: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: socrates: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:48 +0000 (20:42 -0600)]
board: socrates: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: socionext: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:47 +0000 (20:42 -0600)]
board: socionext: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: skyworth: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:46 +0000 (20:42 -0600)]
board: skyworth: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: sipeed: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:45 +0000 (20:42 -0600)]
board: sipeed: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Sean Anderson <seanga2@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: silinux: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:44 +0000 (20:42 -0600)]
board: silinux: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: siemens: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:43 +0000 (20:42 -0600)]
board: siemens: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: seeed: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:42 +0000 (20:42 -0600)]
board: seeed: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: schneider: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:41 +0000 (20:42 -0600)]
board: schneider: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: samsung: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:40 +0000 (20:42 -0600)]
board: samsung: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: ronetix: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:39 +0000 (20:42 -0600)]
board: ronetix: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: rockchip: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:38 +0000 (20:42 -0600)]
board: rockchip: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: raspberrypi: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:37 +0000 (20:42 -0600)]
board: raspberrypi: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: raidsonic: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:36 +0000 (20:42 -0600)]
board: raidsonic: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: qualcomm: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:35 +0000 (20:42 -0600)]
board: qualcomm: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: qca: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:34 +0000 (20:42 -0600)]
board: qca: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: purism: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:33 +0000 (20:42 -0600)]
board: purism: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: polyhex: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:32 +0000 (20:42 -0600)]
board: polyhex: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: phytium: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:31 +0000 (20:42 -0600)]
board: phytium: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: phytec: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:30 +0000 (20:42 -0600)]
board: phytec: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-by: Wadim Egorov <w.egorov@phytec.de>
Acked-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: out4: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:29 +0000 (20:42 -0600)]
board: out4: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: openpiton: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:28 +0000 (20:42 -0600)]
board: openpiton: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: olimex: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:27 +0000 (20:42 -0600)]
board: olimex: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: nvidia: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:26 +0000 (20:42 -0600)]
board: nvidia: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: nuvoton: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:25 +0000 (20:42 -0600)]
board: nuvoton: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: novtech: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:24 +0000 (20:42 -0600)]
board: novtech: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: netgear: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:23 +0000 (20:42 -0600)]
board: netgear: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: myir: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:22 +0000 (20:42 -0600)]
board: myir: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: mscc: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:21 +0000 (20:42 -0600)]
board: mscc: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: msc: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:20 +0000 (20:42 -0600)]
board: msc: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Ian Ray <ian.ray@gehealthcare.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: mntre: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:19 +0000 (20:42 -0600)]
board: mntre: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: mikrotik: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:18 +0000 (20:42 -0600)]
board: mikrotik: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: microchip: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:17 +0000 (20:42 -0600)]
board: microchip: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: menlo: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:16 +0000 (20:42 -0600)]
board: menlo: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: mediatek: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:15 +0000 (20:42 -0600)]
board: mediatek: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: maxbcm: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:14 +0000 (20:42 -0600)]
board: maxbcm: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: logicpd: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:13 +0000 (20:42 -0600)]
board: logicpd: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: liebherr: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:12 +0000 (20:42 -0600)]
board: liebherr: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: lg: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:11 +0000 (20:42 -0600)]
board: lg: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: lego: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:10 +0000 (20:42 -0600)]
board: lego: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-by: David Lechner <david@lechnology.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: l+g: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:09 +0000 (20:42 -0600)]
board: l+g: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: kosagi: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:08 +0000 (20:42 -0600)]
board: kosagi: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: kontron: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:07 +0000 (20:42 -0600)]
board: kontron: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: kobol: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:06 +0000 (20:42 -0600)]
board: kobol: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: keymile: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:05 +0000 (20:42 -0600)]
board: keymile: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-By: Holger Brunck <holger.brunck@hitachienergy.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: k+p: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:04 +0000 (20:42 -0600)]
board: k+p: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: isee: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:03 +0000 (20:42 -0600)]
board: isee: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: iomega: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:02 +0000 (20:42 -0600)]
board: iomega: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: inversepath: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:01 +0000 (20:42 -0600)]
board: inversepath: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: intel: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:42:00 +0000 (20:42 -0600)]
board: intel: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: imgtec: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:59 +0000 (20:41 -0600)]
board: imgtec: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: hoperun: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:58 +0000 (20:41 -0600)]
board: hoperun: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: hisilicon: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:57 +0000 (20:41 -0600)]
board: hisilicon: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: highbank: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:56 +0000 (20:41 -0600)]
board: highbank: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: grinn: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:55 +0000 (20:41 -0600)]
board: grinn: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: google: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:54 +0000 (20:41 -0600)]
board: google: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: ge: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 23:58:49 +0000 (17:58 -0600)]
board: ge: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Ian Ray <ian.ray@gehealthcare.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: gdsys: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:52 +0000 (20:41 -0600)]
board: gdsys: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: gateworks: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:51 +0000 (20:41 -0600)]
board: gateworks: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Acked-By: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Tom Rini <trini@konsulko.com>