From f089240128329fe6a49a5272aef732b47613c2f5 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 10 Aug 2015 21:24:53 +0200 Subject: arm: socfpga: Split Altera socfpga into AV and CV SoCDK The board/altera/socfpga directory is not a generic SoCFPGA machine anymore, but instead it represents the Altera SoCDK board. To make matters more complicated, it represents both CycloneV and ArriaV variant. On the other hand, nowadays, the content of this board directory is mostly comprised of QTS-generated header files, while all the generic code is in arch/arm/mach-socfpga already. Thus, this patch splits the board/altera/socfpga into a separate board directory for ArriaV SoCDK and CycloneV SoCDK, so that each can be populated with the correct QTS-generated header files for that particular board. Signed-off-by: Marek Vasut --- board/altera/arria5-socdk/MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/altera/arria5-socdk/MAINTAINERS (limited to 'board/altera/arria5-socdk/MAINTAINERS') diff --git a/board/altera/arria5-socdk/MAINTAINERS b/board/altera/arria5-socdk/MAINTAINERS new file mode 100644 index 0000000..0482581 --- /dev/null +++ b/board/altera/arria5-socdk/MAINTAINERS @@ -0,0 +1,12 @@ +SOCFPGA BOARD +M: Dinh Nguyen +M: Chin-Liang See +S: Maintained +F: board/altera/socfpga/ +F: include/configs/socfpga_cyclone5.h +F: configs/socfpga_cyclone5_defconfig + +SOCRATES BOARD +M: Stefan Roese +S: Maintained +F: configs/socfpga_socrates_defconfig -- cgit v1.1 From d418301167a1b8ccc64060a5a538c2980cdae073 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 19 Aug 2015 22:25:44 +0200 Subject: arm: socfpga: Fix MAINTAINERS entry for CV/AV SoCDK Repair the maintainer entries so they match the current state of code. Signed-off-by: Marek Vasut --- board/altera/arria5-socdk/MAINTAINERS | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'board/altera/arria5-socdk/MAINTAINERS') diff --git a/board/altera/arria5-socdk/MAINTAINERS b/board/altera/arria5-socdk/MAINTAINERS index 0482581..30f2477 100644 --- a/board/altera/arria5-socdk/MAINTAINERS +++ b/board/altera/arria5-socdk/MAINTAINERS @@ -2,11 +2,6 @@ SOCFPGA BOARD M: Dinh Nguyen M: Chin-Liang See S: Maintained -F: board/altera/socfpga/ -F: include/configs/socfpga_cyclone5.h -F: configs/socfpga_cyclone5_defconfig - -SOCRATES BOARD -M: Stefan Roese -S: Maintained -F: configs/socfpga_socrates_defconfig +F: board/altera/arria5-socdk/ +F: include/configs/socfpga_arria5.h +F: configs/socfpga_arria5_defconfig -- cgit v1.1