[PATCH 0/6] siemens,am335x: clean up the draco board family
Enrico Leto
enrico.leto at siemens.com
Wed Nov 8 15:53:16 CET 2023
The boards were not maintained upstream since the development phase.
Restore SPL and remove unused settings. We need i2c to read the DDR
settings from EEPROM, get u-boot from NAND, the console output and the
watchdog.
Restore u-boot up to the user prompt. The complete functionality will
be restored in future patches.
Signed-off-by: Enrico Leto <enrico.leto at siemens.com>
---
Enrico Leto (6):
siemens,am335x: clean-up draco targets
configs: draco: remove spi flash support
configs: thuban, rastaban: remove emmc
configs: draco: remove unused resources from spl
configs: draco: disable misc init
configs: draco: restore clock driver
arch/arm/mach-omap2/am33xx/Kconfig | 9 --
board/siemens/draco/Kconfig | 22 +--
board/siemens/draco/MAINTAINERS | 15 +--
...tamin_defconfig => draco-etamin_defconfig} | 13 +-
...ban_defconfig => draco-rastaban_defconfig} | 19 +--
...huban_defconfig => draco-thuban_defconfig} | 19 +--
configs/draco_defconfig | 127 ------------------
include/configs/{etamin.h => draco-etamin.h} | 0
.../configs/{rastaban.h => draco-rastaban.h} | 0
include/configs/{thuban.h => draco-thuban.h} | 0
include/configs/draco.h | 41 ------
11 files changed, 20 insertions(+), 245 deletions(-)
rename configs/{etamin_defconfig => draco-etamin_defconfig} (92%)
rename configs/{rastaban_defconfig => draco-rastaban_defconfig} (90%)
rename configs/{thuban_defconfig => draco-thuban_defconfig} (89%)
delete mode 100644 configs/draco_defconfig
rename include/configs/{etamin.h => draco-etamin.h} (100%)
rename include/configs/{rastaban.h => draco-rastaban.h} (100%)
rename include/configs/{thuban.h => draco-thuban.h} (100%)
delete mode 100644 include/configs/draco.h
--
2.30.2
More information about the U-Boot
mailing list