]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mips: Add EcoNet MIPS platform support
authorCaleb James DeLisle <cjd@cjdns.fr>
Wed, 7 May 2025 13:44:57 +0000 (13:44 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 20 May 2025 06:46:58 +0000 (08:46 +0200)
commit35fb26f94dfa1b291086b84b2421f957214824d1
tree52ef5ea17cdcc08a88f9efe23e0923d5b1da35a7
parentbe8b4173719a61fdd8379e86895d855775cf5f91
mips: Add EcoNet MIPS platform support

Add platform support for EcoNet MIPS SoCs.

Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/boot/compressed/uart-16550.c
arch/mips/econet/Kconfig [new file with mode: 0644]
arch/mips/econet/Makefile [new file with mode: 0644]
arch/mips/econet/Platform [new file with mode: 0644]
arch/mips/econet/init.c [new file with mode: 0644]