]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Add Allied Telesis x250 board
authorChris Packham <judge.packham@gmail.com>
Mon, 25 Nov 2024 19:55:53 +0000 (08:55 +1300)
committerStefan Roese <sr@denx.de>
Tue, 26 Nov 2024 12:20:03 +0000 (13:20 +0100)
commit7446e29db54818324859126739c3477a15d25c36
tree7cdadac36c4ec7190ed0f6a6c64fefb300f6d251
parentf337b5aaad88a2fbb47a3c3350125807c10ec56a
arm: mvebu: Add Allied Telesis x250 board

The x250 and SE250 are series of 10G L2+ switches from Allied Telesis.
There are a number of them in the range but as far as U-Boot is
concerned all the CPU block components are the same so there's only one
board defined.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/cn9130-atl-x250.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/alliedtelesis/x250/MAINTAINERS [new file with mode: 0644]
board/alliedtelesis/x250/Makefile [new file with mode: 0644]
board/alliedtelesis/x250/x250.c [new file with mode: 0644]
configs/x250_defconfig [new file with mode: 0644]
include/configs/x250.h [new file with mode: 0644]