From 8c653124a35ee1422f27106cd89d9c816814385f Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Mon, 27 May 2013 22:55:47 +0000 Subject: arm: vf610: Add basic support for Vybrid VF610TWR board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VF610TWR is a board based on Vybrid VF610 SoC. This patch adds basic support for Vybrid VF610TWR board. Signed-off-by: Alison Wang Signed-off-by: Jason Jin Signed-off-by: TsiChung Liew Reviewed-by: Benoît Thébaudeau --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index c05433a..e4113d8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1057,6 +1057,10 @@ Eric Nelson nitrogen6s i.MX6S 512MB nitrogen6s1g i.MX6S 1GB +Alison Wang + + vf610twr VF610 + ------------------------------------------------------------------------- Unknown / orphaned boards: -- cgit v1.1 From 9b75bad0b926b018c73348249771d45b039fa920 Mon Sep 17 00:00:00 2001 From: SARTRE Leo Date: Mon, 3 Jun 2013 23:30:36 +0000 Subject: Add support for Congatec Conga-QEVAl board Add minimal support (only boot from mmc device) for the Congatec Conga-QEVAl Evaluation Carrier Board with conga-Qmx6q (i.MX6 Quad processor) module. Signed-off-by: Leo Sartre Acked-by: Stefano Babic Acked-by: Otavio Salvador --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index e4113d8..d3b7e1a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -893,6 +893,10 @@ Steve Sakoman omap3_overo ARM ARMV7 (OMAP3xx SoC) +Leo Sartre + + cgtqmx6qeval i.MX6Q + Jens Scharsig eb_cpux9k2 ARM920T (AT91RM9200 SoC) -- cgit v1.1 From 7f5eef93af92ed9efed7867d24b03fd6056a7404 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 4 Jun 2013 12:02:06 +0000 Subject: arm: Remove OMAP2420H4 and all omap24xx support The omap2420H4 was the only mainline omap24xx board. Prior to being fixed by Jon Hunter in time for v2013.04 it had been functionally broken for a very long time. Remove this board as there's not been interest in it in U-Boot for quite a long time. Signed-off-by: Tom Rini --- MAINTAINERS | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 21b498b..a406f6a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1029,10 +1029,6 @@ Matthias Weisser jadecpu ARM926EJS (MB86R01 SoC) zmx25 ARM926EJS (imx25 SoC) -Richard Woodruff - - omap2420h4 ARM1136EJS - Josh Wu at91sam9n12ek ARM926EJS (AT91SAM9N12 SoC) -- cgit v1.1 From cf32b53b975a9a865ee8c75f5ce4c6099a8bee9e Mon Sep 17 00:00:00 2001 From: Lokesh Vutla Date: Fri, 7 Jun 2013 00:59:02 +0000 Subject: ARM: DRA7: Add Maintainer Adding Maintainer for DRA7xx. Signed-off-by: Lokesh Vutla --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index a406f6a..4871236 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -973,6 +973,10 @@ Hugo Villeneuve SFFSDR ARM926EJS +Lokesh Vutla + + dra7xx_evm ARM ARMV7 (DRA7xx Soc) + Matt Waddel vexpress_ca9x4 ARM ARMV7 (Quad Core) -- cgit v1.1 From c3442c1e322bc8bdfae2f67c2a9cf2bf76d57a2c Mon Sep 17 00:00:00 2001 From: Sergey Yanovich Date: Tue, 21 May 2013 01:26:00 +0400 Subject: arm: pxa: Add support for ICP DAS LP-8x4x LP-8x4x is a programmable automation controller by ICP DAS. It is shipped with outdated U-Boot v1.3.0 This patch adds enough supports to boot the board: - 128M of 128M SDRAM - 32M of 48M NOR Flash memory - 1 of 4 Serial consoles (PXA FFUART) - 2 of 2 Ethernet controllers (DM9000) Signed-off-by: Sergey Yanovich Series-to: u-boot Series-cc: marex --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 4871236..7820375 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1074,6 +1074,10 @@ Alison Wang vf610twr VF610 +Sergey Yanovich + + lp8x4x xscale/pxa + ------------------------------------------------------------------------- Unknown / orphaned boards: -- cgit v1.1