[PATCH] arm: Remove ethernut5 board

Nicolas Ferre nicolas.ferre at microchip.com
Mon Sep 9 09:04:15 CEST 2024


On 09/09/2024 at 07:49, Eugen Hristev wrote:
> On 9/8/24 01:20, Tom Rini 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 <trini at konsulko.com>
>> ---
>> Cc: Harald Kipp <harald.kipp at egnite.de>
>> Cc: Eugen Hristev <eugen.hristev at collabora.com>
> 
> CC: Alexandre Belloni, Nicolas Ferre

Fine with me, thanks for letting me know:
Acked-by: Nicolas Ferre <nicolas.ferre at microchip.com>

Best regards,
   Nicolas

>> ---
>>   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

[..]



More information about the U-Boot mailing list