aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Denk2006-10-24 07:42:37 -0500
committerWolfgang Denk2006-10-24 07:42:37 -0500
commit6ccec4492e77428fd6eafd3dfe94fbdf08e91d37 (patch)
tree6924f0e586ae0b4b0f88f7cb9e42c5258c477362 /MAKEALL
parentf93ae788c3640fcde5db383471d45548ff4060d0 (diff)
downloadu-boot-6ccec4492e77428fd6eafd3dfe94fbdf08e91d37.tar.gz
u-boot-6ccec4492e77428fd6eafd3dfe94fbdf08e91d37.tar.xz
u-boot-6ccec4492e77428fd6eafd3dfe94fbdf08e91d37.zip
Add ATSTK1000 and ATSTK1002 board support
Patch by Haavard Skinnemoen, 06 Sep 2006 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU daughterboard. ATSTK1000 is a full-featured development board for AT32AP CPUs. It has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, and connectors for USART, PS/2, VGA, USB, MMC/SD cards and CompactFlash cards. For more information, please see this page: http://www.atmel.com/dyn/products/tools.asp?family_id=682 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the AT32AP7000 chip. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 4409f2b344..879a17f9cc 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -302,6 +302,12 @@ LIST_coldfire=" \
302 r5200 M5271EVB \ 302 r5200 M5271EVB \
303" 303"
304 304
305#########################################################################
306## AVR32 Systems
307#########################################################################
308
309LIST_avr32="atstk1002"
310
305#----------------------------------------------------------------------- 311#-----------------------------------------------------------------------
306 312
307#----- for now, just run PPC by default ----- 313#----- for now, just run PPC by default -----
@@ -334,7 +340,8 @@ do
334 mips|mips_el| \ 340 mips|mips_el| \
335 nios|nios2| \ 341 nios|nios2| \
336 x86|I486| \ 342 x86|I486| \
337 coldfire) 343 coldfire| \
344 avr32)
338 for target in `eval echo '$LIST_'${arg}` 345 for target in `eval echo '$LIST_'${arg}`
339 do 346 do
340 build_target ${target} 347 build_target ${target}