5 if [ "${CROSS_COMPILE}" ] ; then
6 MAKE
="make CROSS_COMPILE=${CROSS_COMPILE}"
11 if [ "${MAKEALL_LOGDIR}" ] ; then
12 LOG_DIR
=${MAKEALL_LOGDIR}
17 if [ ! "${BUILD_DIR}" ] ; then
21 [ -d ${LOG_DIR} ] || mkdir
${LOG_DIR} ||
exit 1
25 #########################################################################
27 #########################################################################
33 #########################################################################
35 #########################################################################
65 #########################################################################
67 #########################################################################
73 #########################################################################
75 #########################################################################
154 #########################################################################
156 #########################################################################
244 #########################################################################
246 #########################################################################
253 #########################################################################
255 #########################################################################
279 #########################################################################
280 ## MPC8260 Systems (includes 8250, 8255 etc.)
281 #########################################################################
315 #########################################################################
316 ## MPC83xx Systems (includes 8349, etc.)
317 #########################################################################
341 #########################################################################
342 ## MPC85xx Systems (includes 8540, 8560 etc.)
343 #########################################################################
370 #########################################################################
372 #########################################################################
380 #########################################################################
382 #########################################################################
404 #########################################################################
406 #########################################################################
430 #########################################################################
432 #########################################################################
442 #########################################################################
444 #########################################################################
460 #########################################################################
462 #########################################################################
500 #########################################################################
502 #########################################################################
508 #########################################################################
510 #########################################################################
520 #########################################################################
522 #########################################################################
538 #########################################################################
540 #########################################################################
569 #########################################################################
571 #########################################################################
584 #########################################################################
585 ## MIPS Systems (default = big endian)
586 #########################################################################
612 #########################################################################
613 ## MIPS Systems (little endian)
614 #########################################################################
631 #########################################################################
633 #########################################################################
645 #########################################################################
647 #########################################################################
652 ADNPESC1_DNPEVA2_base_32\
660 #########################################################################
662 #########################################################################
672 #########################################################################
673 ## MicroBlaze Systems
674 #########################################################################
682 #########################################################################
684 #########################################################################
689 EB+MCF-EV123_internal \
707 #########################################################################
709 #########################################################################
719 #########################################################################
721 #########################################################################
730 #########################################################################
732 #########################################################################
753 #########################################################################
755 #########################################################################
757 LIST_sparc
="gr_xc3s_1500 gr_cpci_ax2000 gr_ep2s60 grsim grsim_leon2"
759 #-----------------------------------------------------------------------
761 #----- for now, just run PPC by default -----
762 [ $# = 0 ] && set $LIST_ppc
764 #-----------------------------------------------------------------------
769 ${MAKE} distclean
>/dev
/null
770 ${MAKE} ${target}_config
772 ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
773 |
tee ${LOG_DIR}/$target.ERR
775 ${CROSS_COMPILE}size
${BUILD_DIR}/u-boot \
776 |
tee -a ${LOG_DIR}/$target.MAKELOG
779 #-----------------------------------------------------------------------
785 arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \
792 |ppc|
5xx|
5xxx|
512x|
8xx|
8220|
824x|
8260|
83xx|
85xx|
86xx|
4xx|
7xx|
74xx|TSEC \
797 for target
in `eval echo '$LIST_'${arg}`
799 build_target
${target}
802 *) build_target
${arg}