]> git.dujemihanovic.xyz Git - u-boot.git/log
u-boot.git
6 months agoomap3: igep0x00: Update for DM SPL support
Javier Martinez Canillas [Sat, 18 May 2024 13:06:14 +0000 (15:06 +0200)]
omap3: igep0x00: Update for DM SPL support

This change is heavily based on commit e0cc7df9fdf2 ("omap3_beagle: Update
for DM SPL support"), that did the same update for the OMAP3 Beagle board.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Enric Balletbo i Serra <eballetbo@gmail.com>
6 months agoomap3: igep0x00: Drop unused SPI support
Javier Martinez Canillas [Sat, 18 May 2024 13:06:13 +0000 (15:06 +0200)]
omap3: igep0x00: Drop unused SPI support

There are no SPI peripherals in neither the IGEPv2 board nor the IGEP COM
Module, so there's no reason to have this enabled in the boards defconfig.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Enric Balletbo i Serra <eballetbo@gmail.com>
6 months agoomap3: igep00x0: Increase malloc() pool size
Javier Martinez Canillas [Sat, 18 May 2024 13:06:12 +0000 (15:06 +0200)]
omap3: igep00x0: Increase malloc() pool size

The IGEPv2 board boot started to fail since the commit afd4f15a39de ("spi:
omap3_spi: Read platform data in ofdata_to_platdata()"). Because this made
the OMAP3 SPI controller driver to allocate its platform data before doing
a relocation, but the igep0x00 config sets this pool size to just 1 KiB.

Increase the pre-relocation malloc heap size to 16 KiB, as is set by other
OMAP3 boards. This not only restores booting but also makes it consistent.

Leave the SPL pool size to the previous 1 KiB size since 16 KiB may not be
a possible size in that constrained environment and is also the value that
is set by other OMAP3 boards.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Enric Balletbo i Serra <eballetbo@gmail.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>
7 months agoboard: gardena: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:50 +0000 (20:41 -0600)]
board: gardena: 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: friendlyarm: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:49 +0000 (20:41 -0600)]
board: friendlyarm: 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: freescale: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:48 +0000 (20:41 -0600)]
board: freescale: 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: Jason Liu <jason.hui.liu@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: firefly: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:47 +0000 (20:41 -0600)]
board: firefly: 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: esd: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:46 +0000 (20:41 -0600)]
board: esd: 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: engicam: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:45 +0000 (20:41 -0600)]
board: engicam: 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: emulation: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:44 +0000 (20:41 -0600)]
board: emulation: 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: embest: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:43 +0000 (20:41 -0600)]
board: embest: 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: elgin: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:42 +0000 (20:41 -0600)]
board: elgin: 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: egnite: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:41 +0000 (20:41 -0600)]
board: egnite: 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: efi: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:40 +0000 (20:41 -0600)]
board: efi: 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: eets: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:39 +0000 (20:41 -0600)]
board: eets: 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: ea: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:38 +0000 (20:41 -0600)]
board: ea: 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: dhelectronics: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:37 +0000 (20:41 -0600)]
board: dhelectronics: 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: dfi: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:36 +0000 (20:41 -0600)]
board: dfi: 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: davinci: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:35 +0000 (20:41 -0600)]
board: davinci: 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: data_modul: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:34 +0000 (20:41 -0600)]
board: data_modul: 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: d-link: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:33 +0000 (20:41 -0600)]
board: d-link: 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: cortina: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:32 +0000 (20:41 -0600)]
board: cortina: 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: coreboot: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:31 +0000 (20:41 -0600)]
board: coreboot: 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: congatec: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:30 +0000 (20:41 -0600)]
board: congatec: 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: Oliver Graute <oliver.graute@kococonnector.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: conclusive: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:29 +0000 (20:41 -0600)]
board: conclusive: 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: compulab: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:28 +0000 (20:41 -0600)]
board: compulab: 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: cobra5272: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:27 +0000 (20:41 -0600)]
board: cobra5272: 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: cloudengines: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:26 +0000 (20:41 -0600)]
board: cloudengines: 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: cloos: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:25 +0000 (20:41 -0600)]
board: cloos: 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: chipspark: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:24 +0000 (20:41 -0600)]
board: chipspark: 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: cei: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:23 +0000 (20:41 -0600)]
board: cei: 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: cavium: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:22 +0000 (20:41 -0600)]
board: cavium: 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: calao: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:21 +0000 (20:41 -0600)]
board: calao: 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: cadence: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:20 +0000 (20:41 -0600)]
board: cadence: 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: buffalo: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:19 +0000 (20:41 -0600)]
board: buffalo: 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: Michael Walle <michael@walle.cc>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: bticino: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:18 +0000 (20:41 -0600)]
board: bticino: 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: bsh: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:17 +0000 (20:41 -0600)]
board: bsh: 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: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: broadcom: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:16 +0000 (20:41 -0600)]
board: broadcom: 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: William Zhang <william.zhang@broadcom.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: boundary: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:15 +0000 (20:41 -0600)]
board: boundary: 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: bosch: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:14 +0000 (20:41 -0600)]
board: bosch: 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: bluewater: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:13 +0000 (20:41 -0600)]
board: bluewater: 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: beckhoff: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:12 +0000 (20:41 -0600)]
board: beckhoff: Remove <common.h> and add needed includes

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

Tested-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: beagle: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:11 +0000 (20:41 -0600)]
board: beagle: 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: beacon: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:10 +0000 (20:41 -0600)]
board: beacon: 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: avionic-design: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:09 +0000 (20:41 -0600)]
board: avionic-design: 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: atmel: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:08 +0000 (20:41 -0600)]
board: atmel: 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: astro: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:07 +0000 (20:41 -0600)]
board: astro: 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: armltd: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:06 +0000 (20:41 -0600)]
board: armltd: 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: armadeus: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:05 +0000 (20:41 -0600)]
board: armadeus: 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: aristainetos: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:04 +0000 (20:41 -0600)]
board: aristainetos: 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: amlogic: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:03 +0000 (20:41 -0600)]
board: amlogic: 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: amarula: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:02 +0000 (20:41 -0600)]
board: amarula: 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: alliedtelesis: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:01 +0000 (20:41 -0600)]
board: alliedtelesis: 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: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: advantech: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:41:00 +0000 (20:41 -0600)]
board: advantech: 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: Oliver Graute <oliver.graute@kococonnector.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: Synology: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:40:59 +0000 (20:40 -0600)]
board: Synology: 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: Seagate: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:40:58 +0000 (20:40 -0600)]
board: Seagate: 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: Marvell: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:40:57 +0000 (20:40 -0600)]
board: Marvell: 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: Chris Packham <chris.packham@alliedtelesis.co.nz>
Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoboard: LaCie: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:40:56 +0000 (20:40 -0600)]
board: LaCie: 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: CZ.NIC: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:40:55 +0000 (20:40 -0600)]
board: CZ.NIC: 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: BuS: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:40:54 +0000 (20:40 -0600)]
board: BuS: 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: BuR: Remove <common.h> and add needed includes
Tom Rini [Wed, 1 May 2024 02:40:53 +0000 (20:40 -0600)]
board: BuR: 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 agoextension_board.h: Add missing <linux/list.h>
Tom Rini [Wed, 1 May 2024 02:40:52 +0000 (20:40 -0600)]
extension_board.h: Add missing <linux/list.h>

This file has "struct list" in one of the structures, so add
<linux/list.h>.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agosplash.h: Add missing <linux/types.h>
Tom Rini [Wed, 1 May 2024 02:40:51 +0000 (20:40 -0600)]
splash.h: 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 agoeeprom.h: Add missing <linux/types.h>
Tom Rini [Wed, 1 May 2024 02:40:50 +0000 (20:40 -0600)]
eeprom.h: 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 agoglobal: Audit usage of <eeprom.h>
Tom Rini [Wed, 1 May 2024 02:40:49 +0000 (20:40 -0600)]
global: Audit usage of <eeprom.h>

The file include/eeprom.h is used only in some legacy non-DM I2C EEPROM
access cases. Remove most inclusions of this file as they are not
needed.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoglobal: Make <asm/global_data.h> include <asm/u-boot.h>
Tom Rini [Wed, 1 May 2024 02:40:48 +0000 (20:40 -0600)]
global: Make <asm/global_data.h> include <asm/u-boot.h>

This follows the example of RISC-V where <asm/global_data.h> includes
<asm/u-boot.h> directly as "gd" includes a reference to bd_info already
and so the first must include the second anyhow. We then remove
<asm/u-boot.h> from all of the places which include references to "gd"
an so have <asm/global_data.h> already.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:59 +0000 (07:35 -0600)]
arm: Remove <common.h> and add needed includes

Remove <common.h> from the remainder of the files under arch/arm and
when needed add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: fsl-layerscape: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:58 +0000 (07:35 -0600)]
arm: fsl-layerscape: Remove <common.h> and add needed includes

Remove <common.h> from all fsl-layerscape related files and when needed
add missing include files directly.

Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: apple: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:57 +0000 (07:35 -0600)]
arm: apple: Remove <common.h> and add needed includes

Remove <common.h> from all mach-apple files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: aspeed: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:56 +0000 (07:35 -0600)]
arm: aspeed: Remove <common.h> and add needed includes

Remove <common.h> from all mach-aspeed files and when needed add missing
include files directly.

Reviewed-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: at91: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:55 +0000 (07:35 -0600)]
arm: at91: Remove <common.h> and add needed includes

Remove <common.h> from all mach-at91 files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: bcm: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:54 +0000 (07:35 -0600)]
arm: bcm: Remove <common.h> and add needed includes

Remove <common.h> from all mach-bcmbca, mach-bcm283x and bcm* CPU
directory files and when needed add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: davinci: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:53 +0000 (07:35 -0600)]
arm: davinci: Remove <common.h> and add needed includes

Remove <common.h> from all mach-davinci files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: exynos: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:52 +0000 (07:35 -0600)]
arm: exynos: Remove <common.h> and add needed includes

Remove <common.h> from all mach-exynos files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: highbank: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:51 +0000 (07:35 -0600)]
arm: highbank: Remove <common.h> and add needed includes

Remove <common.h> from all mach-highbank files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: histb: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:50 +0000 (07:35 -0600)]
arm: histb: Remove <common.h> and add needed includes

Remove <common.h> from all mach-histb files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: imx: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:49 +0000 (07:35 -0600)]
arm: imx: Remove <common.h> and add needed includes

Remove <common.h> from all mach-imx, CPU specific sub-directories and
include/asm/arch-mx* files and when needed add missing include files
directly.

Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: kirkwood: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:48 +0000 (07:35 -0600)]
arm: kirkwood: Remove <common.h> and add needed includes

Remove <common.h> from all mach-kirkwood files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: lpc32xx: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:47 +0000 (07:35 -0600)]
arm: lpc32xx: Remove <common.h> and add needed includes

Remove <common.h> from all mach-lpc32xx files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: mediatek: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:46 +0000 (07:35 -0600)]
arm: mediatek: Remove <common.h> and add needed includes

Remove <common.h> from all mach-mediatek files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: meson: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:45 +0000 (07:35 -0600)]
arm: meson: Remove <common.h> and add needed includes

Remove <common.h> from all mach-meson files and when needed add missing
include files directly.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: mvebu: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:44 +0000 (07:35 -0600)]
arm: mvebu: Remove <common.h> and add needed includes

Remove <common.h> from all mach-mvebu files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: nexell: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:43 +0000 (07:35 -0600)]
arm: nexell: Remove <common.h> and add needed includes

Remove <common.h> from all mach-nexell files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: npcm: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:42 +0000 (07:35 -0600)]
arm: npcm: Remove <common.h> and add needed includes

Remove <common.h> from all mach-npcm files and when needed add missing
include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: octeontx: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:41 +0000 (07:35 -0600)]
arm: octeontx: Remove <common.h> and add needed includes

Remove <common.h> from all mach-octeontx files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: octeontx2: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:40 +0000 (07:35 -0600)]
arm: octeontx2: Remove <common.h> and add needed includes

Remove <common.h> from all mach-octeontx2 files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
7 months agoarm: omap2: Remove <common.h> and add needed includes
Tom Rini [Tue, 30 Apr 2024 13:35:39 +0000 (07:35 -0600)]
arm: omap2: Remove <common.h> and add needed includes

Remove <common.h> from all mach-omap2 files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>