public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3] MAKEALL ARMv7: Use boards.cfg
@ 2011-08-06  6:48 Dirk Behme
  2011-08-07  9:16 ` Albert ARIBAUD
  0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2011-08-06  6:48 UTC (permalink / raw)
  To: u-boot

From: Dirk Behme <dirk.behme@googlemail.com>

Use the boards from boards.cfg for building ./MAKEALL ARMV7.

Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>

---
Changes in v3: Instead of touching all ARMx boards, only update
ARMV7. Current LIST_ARMV7 builds 19 boards while -c armv7 (i.e. using
boards.cfg) builds 31 boards (including all boards from the current
LIST_ARMV7).

Changes in v2: Instead of dublicating the missing boards from
boards.cfg to MAKEALL, use the boards defined in boards.cfg
directly. See

http://lists.denx.de/pipermail/u-boot/2011-August/097858.html

 MAKEALL |   23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

Index: u-boot.git/MAKEALL
===================================================================
--- u-boot.git.orig/MAKEALL
+++ u-boot.git/MAKEALL
@@ -417,27 +417,8 @@ LIST_ARM11="			\
 #########################################################################
 ## ARMV7 Systems
 #########################################################################
-LIST_ARMV7="		\
-	am3517_crane		\
-	am3517_evm		\
-	ca9x4_ct_vxp		\
-	devkit8000		\
-	dig297			\
-	igep0020		\
-	igep0030		\
-	mx51evk			\
-	omap3_beagle		\
-	omap3_overo		\
-	omap3_evm		\
-	omap3_pandora		\
-	omap3_sdp3430		\
-	omap3_zoom1		\
-	omap3_zoom2		\
-	omap4_panda		\
-	omap4_sdp4430		\
-	s5p_goni		\
-	smdkc100		\
-"
+
+LIST_ARMV7="$(boards_by_cpu armv7)"
 
 #########################################################################
 ## AT91 Systems

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH v3] MAKEALL ARMv7: Use boards.cfg
  2011-08-06  6:48 [U-Boot] [PATCH v3] MAKEALL ARMv7: Use boards.cfg Dirk Behme
@ 2011-08-07  9:16 ` Albert ARIBAUD
  0 siblings, 0 replies; 2+ messages in thread
From: Albert ARIBAUD @ 2011-08-07  9:16 UTC (permalink / raw)
  To: u-boot

Hi Dirk,

Le 06/08/2011 08:48, Dirk Behme a ?crit :
> From: Dirk Behme<dirk.behme@googlemail.com>
>
> Use the boards from boards.cfg for building ./MAKEALL ARMV7.
>
> Signed-off-by: Dirk Behme<dirk.behme@googlemail.com>
>
> ---
> Changes in v3: Instead of touching all ARMx boards, only update
> ARMV7. Current LIST_ARMV7 builds 19 boards while -c armv7 (i.e. using
> boards.cfg) builds 31 boards (including all boards from the current
> LIST_ARMV7).
>
> Changes in v2: Instead of dublicating the missing boards from
> boards.cfg to MAKEALL, use the boards defined in boards.cfg
> directly. See
>
> http://lists.denx.de/pipermail/u-boot/2011-August/097858.html

Tested-By: Albert ARIBAUD <albert.u.boot@aribaud.net>

And

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-07  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-06  6:48 [U-Boot] [PATCH v3] MAKEALL ARMv7: Use boards.cfg Dirk Behme
2011-08-07  9:16 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox