From 18a00dfd76d6a4bf99098fdb19e7883eaed450b5 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 7 Mar 2010 23:35:48 +0100 Subject: PXA: Voipac PXA270 Support This patch adds support for the Voipac PXA270 board. The support includes: - Ethernet - USB - MMC - NOR Booting - OneNAND Booting - LCD - HDD Signed-off-by: Marek Vasut Acked-by: Scott Wood --- MAKEALL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index 72fcecf..e52712a 100755 --- a/MAKEALL +++ b/MAKEALL @@ -713,6 +713,8 @@ LIST_pxa=" \ polaris \ pxa255_idp \ trizepsiv \ + vpac270_nor \ + vpac270_onenand \ wepep250 \ xaeniax \ xm250 \ -- cgit v1.1 From 2e49984bd172e913c8df36ffbf123d811b330aba Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 11 May 2010 04:31:44 +0200 Subject: PXA: Toradex Colibri PXA270 support Signed-off-by: Marek Vasut --- MAKEALL | 1 + 1 file changed, 1 insertion(+) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index e52712a..86f5930 100755 --- a/MAKEALL +++ b/MAKEALL @@ -704,6 +704,7 @@ LIST_at91=" \ LIST_pxa=" \ cerf250 \ + colibri_pxa270 \ cradle \ csb226 \ delta \ -- cgit v1.1 From bc3a4a53a77308d61b8b3dd366108575b620d3fe Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 5 Apr 2010 01:50:57 +0200 Subject: PXA: ZipitZ2 support This patch adds support for Aeronix Zipit Z2 handheld. Signed-off-by: Marek Vasut --- MAKEALL | 1 + 1 file changed, 1 insertion(+) (limited to 'MAKEALL') diff --git a/MAKEALL b/MAKEALL index 86f5930..a632d62 100755 --- a/MAKEALL +++ b/MAKEALL @@ -720,6 +720,7 @@ LIST_pxa=" \ xaeniax \ xm250 \ xsengine \ + zipitz2 \ zylonite \ " -- cgit v1.1