diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2019-04-11 22:22:53 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2019-04-12 07:04:18 +0200 |
commit | 4db944ab44a7bc8b495eece6afb124c632b02ef5 (patch) | |
tree | 96fc08bb713f84a99c0d3cb7e00b2363e43ba29d /board/Marvell/db-xc3-24g4xg/MAINTAINERS | |
parent | 689f9cf6aa9edff89c4d4d3b843f500fc5582300 (diff) |
arm: mvebu: Add DB-XC3-24G4XG board
The DB-XC3-24G4XG is a switch development board from Marvell. It can
either use and external CPU card such as the db-88f6820-amc or the
internal CPU that is integrated into the switch.
Add support for running U-Boot on the internal CPU and enable the USB,
SPI and NAND peripherals. For now this needs the bin_hdr from the
Marvell U-Boot for this board.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/Marvell/db-xc3-24g4xg/MAINTAINERS')
-rw-r--r-- | board/Marvell/db-xc3-24g4xg/MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/Marvell/db-xc3-24g4xg/MAINTAINERS b/board/Marvell/db-xc3-24g4xg/MAINTAINERS new file mode 100644 index 0000000000..94d4a90178 --- /dev/null +++ b/board/Marvell/db-xc3-24g4xg/MAINTAINERS @@ -0,0 +1,7 @@ +DB-XC3-24G4XG BOARD +M: Chris Packham <chris.packham@alliedtelesis.co.nz> +S: Maintained +F: board/Marvell/db-xc3-24g4xg/ +F: include/configs/db-xc3-24g4xg.h +F: configs/db-xc3-24g4xg-amc_defconfig +F: arch/arm/dts/armada-xp-db-xc3-24g4xg.dts |