On Sat, 7 Sept 2024 at 16:20, Tom Rini <tr...@konsulko.com> wrote: > > As per the maintainers at egnite GmbH, they are no longer interested in > supporting this board. Go and remove the platform here. Furthermore, > this is the only AT91SAM9XE platform in-tree so remove supporting code > for that as well. > > Signed-off-by: Tom Rini <tr...@konsulko.com> > --- > Cc: Harald Kipp <harald.k...@egnite.de> > Cc: Eugen Hristev <eugen.hris...@collabora.com> > --- > arch/arm/dts/Makefile | 2 - > arch/arm/dts/at91sam9xe.dtsi | 60 ---- > arch/arm/dts/ethernut5.dts | 96 ------ > arch/arm/mach-at91/Kconfig | 24 -- > arch/arm/mach-at91/arm926ejs/Makefile | 2 - > arch/arm/mach-at91/arm926ejs/eflash.c | 255 -------------- > arch/arm/mach-at91/include/mach/at91_dbu.h | 37 -- > arch/arm/mach-at91/include/mach/at91_eefc.h | 47 --- > arch/arm/mach-at91/include/mach/at91sam9260.h | 12 +- > arch/arm/mach-at91/include/mach/hardware.h | 3 +- > board/egnite/ethernut5/Kconfig | 12 - > board/egnite/ethernut5/MAINTAINERS | 6 - > board/egnite/ethernut5/Makefile | 10 - > board/egnite/ethernut5/ethernut5.c | 198 ----------- > board/egnite/ethernut5/ethernut5_pwrman.c | 323 ------------------ > board/egnite/ethernut5/ethernut5_pwrman.h | 51 --- > configs/ethernut5_defconfig | 87 ----- > doc/board/atmel/at91ek.rst | 4 +- > drivers/bootcount/Kconfig | 1 - > include/configs/at91sam9260ek.h | 6 +- > include/configs/ethernut5.h | 88 ----- > 21 files changed, 6 insertions(+), 1318 deletions(-) > delete mode 100644 arch/arm/dts/at91sam9xe.dtsi > delete mode 100644 arch/arm/dts/ethernut5.dts > delete mode 100644 arch/arm/mach-at91/arm926ejs/eflash.c > delete mode 100644 arch/arm/mach-at91/include/mach/at91_dbu.h > delete mode 100644 arch/arm/mach-at91/include/mach/at91_eefc.h > delete mode 100644 board/egnite/ethernut5/Kconfig > delete mode 100644 board/egnite/ethernut5/MAINTAINERS > delete mode 100644 board/egnite/ethernut5/Makefile > delete mode 100644 board/egnite/ethernut5/ethernut5.c > delete mode 100644 board/egnite/ethernut5/ethernut5_pwrman.c > delete mode 100644 board/egnite/ethernut5/ethernut5_pwrman.h > delete mode 100644 configs/ethernut5_defconfig > delete mode 100644 include/configs/ethernut5.h
Reviewed-by: Simon Glass <s...@chromium.org>