X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=MAKEALL;h=01573da6f8caec638ab81868662e23335e8fec1e;hb=aa3511e422946041ef626f80a05ae5e8bfc700e6;hp=04880c0d329125b71ab5298a4999406a85e3e149;hpb=1a3ac86b79fcb690275c85861c8efa6a3899060a;p=u-boot diff --git a/MAKEALL b/MAKEALL index 04880c0d32..01573da6f8 100755 --- a/MAKEALL +++ b/MAKEALL @@ -165,6 +165,8 @@ LIST_4xx=" \ bamboo_nand \ bubinga \ CANBT \ + canyonlands \ + canyonlands_nand \ CMS700 \ CPCI2DP \ CPCI405 \ @@ -198,6 +200,7 @@ LIST_4xx=" \ luan \ lwmon5 \ makalu \ + mcu25 \ METROBOX \ MIP405 \ MIP405T \ @@ -310,6 +313,7 @@ LIST_8260=" \ LIST_83xx=" \ MPC8313ERDB_33 \ MPC8313ERDB_66 \ + MPC8315ERDB \ MPC8323ERDB \ MPC832XEMDS \ MPC832XEMDS_ATM \ @@ -321,6 +325,7 @@ LIST_83xx=" \ MPC8360ERDK_33 \ MPC8360ERDK_66 \ MPC837XEMDS \ + MPC837XERDB \ sbc8349 \ TQM834x \ " @@ -444,6 +449,7 @@ LIST_ARM7=" \ ######################################################################### LIST_ARM9=" \ + at91cap9adk \ at91rm9200dk \ cmc_pu2 \ ap920t \ @@ -457,6 +463,7 @@ LIST_ARM9=" \ cp946es \ cp966 \ lpd7a400 \ + m501sk \ mp2usb \ mx1ads \ mx1fs2 \ @@ -519,6 +526,10 @@ LIST_pxa=" \ " LIST_ixp=" \ + actux1 \ + actux2 \ + actux3 \ + actux4 \ ixdp425 \ ixdpg425 \ pdnb3 \ @@ -542,6 +553,7 @@ LIST_arm=" \ LIST_mips4kc=" \ incaip \ + qemu_mips \ " LIST_mips5kc=" \ @@ -642,14 +654,18 @@ LIST_coldfire=" \ EB+MCF-EV123 \ EB+MCF-EV123_internal \ idmr \ + M52277EVB \ M5235EVB \ M5249EVB \ M5253EVB \ M5271EVB \ M5272C3 \ M5282EVB \ - M5329EVB \ + M5329AFEE \ + M5373EVB \ M54455EVB \ + M5475AFE \ + M5485AFE \ r5200 \ TASREG \ " @@ -662,6 +678,7 @@ LIST_avr32=" \ atstk1002 \ atstk1003 \ atstk1004 \ + atngw100 \ " ######################################################################### @@ -684,8 +701,9 @@ LIST_sh4=" \ ms7722se \ " -LIST_sh3="" - +LIST_sh3=" \ + ms7720se \ +" LIST_sh=" \ ${LIST_sh3} \ @@ -708,7 +726,7 @@ build_target() { ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \ | tee ${LOG_DIR}/$target.ERR - ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \ + ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \ | tee -a ${LOG_DIR}/$target.MAKELOG }