Re: [U-Boot] [PATCH] MAKEALL: drop boards listed in boards.cfg

2011-09-09 Thread Wolfgang Denk
Dear Wolfgang Denk,

In message 1315494084-28239-1-git-send-email...@denx.de you wrote:
 Pick them up automatically using $(boards_by_arch ...)
 
 Signed-off-by: Wolfgang Denk w...@denx.de
 ---
 We have a problem with the MIPS boards here:
 
 We have separate lists for mips4kc and au1xx0 (and again so for
 mips4kc_el and au1xx0_el), but in boards.cfg these are all listed
 with ARCH=mips.
 
 Is it important to make this difference?
 
 Also, we have mips5kc and mips5kc_el, but both lists are empty.
 
 Would it make sense to list these all under mips ? 
 
 And how should we differentiate between LE and BE systems?  Should we
 list LE systems with ARCH=mips_el ?
 
 Comments welcome...
 
 -wd
 
  MAKEALL |   50 --
  1 files changed, 4 insertions(+), 46 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
To be a winner, all you need to give is all you have.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] MAKEALL: drop boards listed in boards.cfg

2011-09-08 Thread Wolfgang Denk
Pick them up automatically using $(boards_by_arch ...)

Signed-off-by: Wolfgang Denk w...@denx.de
---
We have a problem with the MIPS boards here:

We have separate lists for mips4kc and au1xx0 (and again so for
mips4kc_el and au1xx0_el), but in boards.cfg these are all listed
with ARCH=mips.

Is it important to make this difference?

Also, we have mips5kc and mips5kc_el, but both lists are empty.

Would it make sense to list these all under mips ? 

And how should we differentiate between LE and BE systems?  Should we
list LE systems with ARCH=mips_el ?

Comments welcome...

-wd

 MAKEALL |   50 --
 1 files changed, 4 insertions(+), 46 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index 3d6b43e..4d18c11 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -300,66 +300,24 @@ LIST_SA=$(boards_by_cpu sa1100)
 ## ARM9 Systems
 #
 
-LIST_ARM9=\
-   a320evb \
-   aspenite\
-   da830evm\
-   da850evm\
-   edminiv2\
-   guruplug\
-   imx27lite   \
-   jadecpu \
-   km_kirkwood \
-   magnesium   \
-   mv88f6281gtw_ge \
-   mx1ads  \
-   nhk8815 \
-   nhk8815_onenand \
-   omap1510inn \
+LIST_ARM9=$(boards_by_cpu arm920t)\
+   $(boards_by_cpu arm926ejs)  \
+   $(boards_by_cpu arm925t)\
omap1610h2  \
omap1610inn \
-   omap5912osk \
omap730p2   \
-   openrd_base \
-   openrd_client   \
-   openrd_ultimate \
-   portl2  \
-   rd6281a \
-   scb9328 \
-   sheevaplug  \
-   smdk2410\
-   spear300\
-   spear310\
-   spear320\
-   spear600\
-   VCMA9   \
-   versatileab \
-   versatilepb \
-   davinci_dvevm   \
-   davinci_schmoogie   \
-   davinci_sffsdr  \
-   davinci_sonata  \
-   davinci_dm355evm\
-   davinci_dm355leopard\
-   davinci_dm365evm\
-   davinci_dm6467evm   \
 
 
 #
 ## ARM11 Systems
 #
-LIST_ARM11=   \
-   omap2420h4  \
+LIST_ARM11=$(boards_by_cpu arm1136)   \
apollon \
-   imx31_litekit   \
imx31_phycore   \
imx31_phycore_eet   \
-   mx31ads \
mx31pdk \
mx31pdk_nand\
-   qong\
smdk6400\
-   tnetv107x_evm   \
 
 
 #
-- 
1.7.6

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot