diff options
author | Wolfgang Grandegger | 2019-05-12 19:25:18 +0200 |
---|---|---|
committer | Marek Vasut | 2019-05-14 19:52:39 +0200 |
commit | 990ed4452cb744402f82362ba2299f29d5a888b4 (patch) | |
tree | 6b214dca8fa29f3299103299f8e7dfb82f2bbb6f /board/aries/mcvevk/MAINTAINERS | |
parent | 48ec73453ae909230585188191d0cace646a2b17 (diff) |
arm: socfpga: Re-add support for Aries MCV SoM and MCVEV[KP] board
Re-add support for Aries Embedded MCV SoM, which is CycloneV based
and the associated MCVEVK and MCVEVP baseboard. The board can boot
from eMMC. Ethernet and USB is supported.
The Aries Embedded boards have been removed with commit 03b54997d568
("board/aries: Remove"). I will now take care of them.
The device-tree files are from mainline Linux commit e93c9c99a629
("Linux v5.1)".
Signed-off-by: Wolfgang Grandegger <wg@aries-embedded.de>
CC: Marek Vasut <marex@denx.de>
CC: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Diffstat (limited to 'board/aries/mcvevk/MAINTAINERS')
-rw-r--r-- | board/aries/mcvevk/MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/aries/mcvevk/MAINTAINERS b/board/aries/mcvevk/MAINTAINERS new file mode 100644 index 00000000000..8646eafdeb3 --- /dev/null +++ b/board/aries/mcvevk/MAINTAINERS @@ -0,0 +1,9 @@ +Aries MCVEVK BOARD +M: Wolfgang Grandegger <wg@aries-embedded.de> +S: Maintained +F: board/aries/mcvevk/ +F: include/configs/socfpga_mcvevk.h +F: configs/socfpga_mcvevk_defconfig +F: arch/arm/dts/socfpga_cyclone5_mcv.dtsi +F: arch/arm/dts/socfpga_cyclone5_mcvevk.dts +F: arch/arm/dts/socfpga_cyclone5_mcvevk-u-boot.dtsi |