2002-11-02 23:17:16 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2008-12-08 23:39:08 +00:00
|
|
|
# Determine number of CPU cores if no default was set
|
|
|
|
: ${BUILD_NCPUS:="`getconf _NPROCESSORS_ONLN`"}
|
|
|
|
|
|
|
|
if [ "$BUILD_NCPUS" -gt 1 ]
|
|
|
|
then
|
|
|
|
JOBS=-j`expr "$BUILD_NCPUS" + 1`
|
|
|
|
else
|
|
|
|
JOBS=""
|
|
|
|
fi
|
|
|
|
|
2003-12-06 19:49:23 +00:00
|
|
|
|
2002-11-02 23:17:16 +00:00
|
|
|
if [ "${CROSS_COMPILE}" ] ; then
|
|
|
|
MAKE="make CROSS_COMPILE=${CROSS_COMPILE}"
|
|
|
|
else
|
|
|
|
MAKE=make
|
|
|
|
fi
|
|
|
|
|
2006-09-01 17:49:50 +00:00
|
|
|
if [ "${MAKEALL_LOGDIR}" ] ; then
|
|
|
|
LOG_DIR=${MAKEALL_LOGDIR}
|
|
|
|
else
|
|
|
|
LOG_DIR="LOG"
|
|
|
|
fi
|
2006-09-07 09:51:23 +00:00
|
|
|
|
2006-09-01 17:49:50 +00:00
|
|
|
if [ ! "${BUILD_DIR}" ] ; then
|
|
|
|
BUILD_DIR="."
|
|
|
|
fi
|
|
|
|
|
2006-09-07 10:05:53 +00:00
|
|
|
[ -d ${LOG_DIR} ] || mkdir ${LOG_DIR} || exit 1
|
2002-11-02 23:17:16 +00:00
|
|
|
|
|
|
|
LIST=""
|
|
|
|
|
2003-03-31 17:27:09 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC5xx Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_5xx=" \
|
|
|
|
cmi_mpc5xx \
|
2003-03-31 17:27:09 +00:00
|
|
|
"
|
|
|
|
|
2003-07-16 21:53:01 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC5xxx Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_5xxx=" \
|
|
|
|
BC3450 \
|
|
|
|
cm5200 \
|
|
|
|
cpci5200 \
|
2009-03-17 09:06:40 +00:00
|
|
|
digsy_mtc \
|
2007-08-10 20:34:48 +00:00
|
|
|
EVAL5200 \
|
|
|
|
fo300 \
|
2009-08-13 15:14:21 +00:00
|
|
|
galaxy5200 \
|
2007-08-10 20:34:48 +00:00
|
|
|
icecube_5100 \
|
|
|
|
icecube_5200 \
|
2008-05-05 10:52:36 +00:00
|
|
|
inka4x0 \
|
2007-08-10 20:34:48 +00:00
|
|
|
lite5200b \
|
|
|
|
mcc200 \
|
|
|
|
mecp5200 \
|
|
|
|
motionpro \
|
2008-01-11 14:15:14 +00:00
|
|
|
munices \
|
2008-07-09 16:30:44 +00:00
|
|
|
MVBC_P \
|
2007-08-10 20:34:48 +00:00
|
|
|
o2dnt \
|
2009-06-14 22:21:28 +00:00
|
|
|
pcm030 \
|
2007-08-10 20:34:48 +00:00
|
|
|
pf5200 \
|
|
|
|
PM520 \
|
|
|
|
TB5200 \
|
|
|
|
Total5100 \
|
|
|
|
Total5200 \
|
|
|
|
Total5200_Rev2 \
|
|
|
|
TQM5200 \
|
|
|
|
TQM5200_B \
|
|
|
|
TQM5200S \
|
|
|
|
v38b \
|
2003-07-16 21:53:01 +00:00
|
|
|
"
|
|
|
|
|
2007-07-27 12:43:59 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC512x Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_512x=" \
|
2009-05-16 08:47:46 +00:00
|
|
|
aria \
|
2009-06-09 09:50:40 +00:00
|
|
|
mecp5123 \
|
2009-05-16 08:47:41 +00:00
|
|
|
mpc5121ads \
|
2003-07-16 21:53:01 +00:00
|
|
|
"
|
|
|
|
|
2002-11-02 23:17:16 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC8xx Systems
|
|
|
|
#########################################################################
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_8xx=" \
|
|
|
|
Adder87x \
|
|
|
|
AdderII \
|
|
|
|
ADS860 \
|
|
|
|
AMX860 \
|
|
|
|
c2mon \
|
|
|
|
CCM \
|
|
|
|
cogent_mpc8xx \
|
|
|
|
ELPT860 \
|
|
|
|
EP88x \
|
|
|
|
ESTEEM192E \
|
|
|
|
ETX094 \
|
|
|
|
FADS823 \
|
|
|
|
FADS850SAR \
|
|
|
|
FADS860T \
|
|
|
|
FLAGADM \
|
|
|
|
FPS850L \
|
|
|
|
GEN860T \
|
|
|
|
GEN860T_SC \
|
|
|
|
GENIETV \
|
|
|
|
GTH \
|
|
|
|
hermes \
|
|
|
|
IAD210 \
|
|
|
|
ICU862_100MHz \
|
|
|
|
IP860 \
|
|
|
|
IVML24 \
|
|
|
|
IVML24_128 \
|
|
|
|
IVML24_256 \
|
|
|
|
IVMS8 \
|
|
|
|
IVMS8_128 \
|
|
|
|
IVMS8_256 \
|
|
|
|
KUP4K \
|
|
|
|
KUP4X \
|
|
|
|
LANTEC \
|
|
|
|
lwmon \
|
2009-03-12 06:37:34 +00:00
|
|
|
kmsupx4 \
|
2007-08-10 20:34:48 +00:00
|
|
|
MBX \
|
|
|
|
MBX860T \
|
2008-01-11 00:12:06 +00:00
|
|
|
mgsuvd \
|
2007-08-10 20:34:48 +00:00
|
|
|
MHPC \
|
|
|
|
MPC86xADS \
|
|
|
|
MPC885ADS \
|
|
|
|
NETPHONE \
|
|
|
|
NETTA \
|
|
|
|
NETTA2 \
|
|
|
|
NETTA_ISDN \
|
|
|
|
NETVIA \
|
|
|
|
NETVIA_V2 \
|
|
|
|
NX823 \
|
|
|
|
pcu_e \
|
|
|
|
QS823 \
|
|
|
|
QS850 \
|
|
|
|
QS860T \
|
|
|
|
quantum \
|
|
|
|
R360MPI \
|
|
|
|
RBC823 \
|
|
|
|
rmu \
|
|
|
|
RPXClassic \
|
|
|
|
RPXlite \
|
|
|
|
RPXlite_DW \
|
|
|
|
RRvision \
|
|
|
|
SM850 \
|
|
|
|
spc1920 \
|
|
|
|
SPD823TS \
|
|
|
|
svm_sc8xx \
|
|
|
|
SXNI855T \
|
2008-01-10 16:59:07 +00:00
|
|
|
TK885D \
|
2007-08-10 20:34:48 +00:00
|
|
|
TOP860 \
|
|
|
|
TQM823L \
|
|
|
|
TQM823L_LCD \
|
|
|
|
TQM850L \
|
|
|
|
TQM855L \
|
|
|
|
TQM860L \
|
|
|
|
TQM885D \
|
|
|
|
uc100 \
|
|
|
|
v37 \
|
2002-11-02 23:17:16 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
## PPC4xx Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_4xx=" \
|
|
|
|
acadia \
|
|
|
|
acadia_nand \
|
|
|
|
ADCIOP \
|
|
|
|
alpr \
|
|
|
|
AP1000 \
|
|
|
|
AR405 \
|
2008-10-08 17:12:53 +00:00
|
|
|
arches \
|
2007-08-10 20:34:48 +00:00
|
|
|
ASH405 \
|
|
|
|
bamboo \
|
|
|
|
bamboo_nand \
|
|
|
|
bubinga \
|
|
|
|
CANBT \
|
2008-03-11 15:53:00 +00:00
|
|
|
canyonlands \
|
2008-03-03 16:27:02 +00:00
|
|
|
canyonlands_nand \
|
2007-08-10 20:34:48 +00:00
|
|
|
CMS700 \
|
2009-07-27 06:49:48 +00:00
|
|
|
compactcenter \
|
2007-08-10 20:34:48 +00:00
|
|
|
CPCI2DP \
|
|
|
|
CPCI405 \
|
|
|
|
CPCI4052 \
|
|
|
|
CPCI405AB \
|
|
|
|
CPCI405DT \
|
|
|
|
CPCIISER4 \
|
|
|
|
CRAYL1 \
|
|
|
|
csb272 \
|
|
|
|
csb472 \
|
|
|
|
DASA_SIM \
|
2009-07-27 06:49:48 +00:00
|
|
|
devconcenter \
|
2009-07-17 12:16:40 +00:00
|
|
|
dlvision \
|
2007-08-10 20:34:48 +00:00
|
|
|
DP405 \
|
|
|
|
DU405 \
|
2008-01-17 09:53:08 +00:00
|
|
|
DU440 \
|
2007-08-10 20:34:48 +00:00
|
|
|
ebony \
|
|
|
|
ERIC \
|
|
|
|
EXBITGEN \
|
2008-10-24 11:51:52 +00:00
|
|
|
fx12mm \
|
2007-08-10 20:34:48 +00:00
|
|
|
G2000 \
|
2008-12-09 12:12:40 +00:00
|
|
|
gdppc440etx \
|
2008-03-19 15:20:49 +00:00
|
|
|
glacier \
|
2007-10-23 08:10:08 +00:00
|
|
|
haleakala \
|
2007-11-03 11:08:28 +00:00
|
|
|
haleakala_nand \
|
2007-08-14 14:36:29 +00:00
|
|
|
hcu4 \
|
|
|
|
hcu5 \
|
2007-08-10 20:34:48 +00:00
|
|
|
HH405 \
|
|
|
|
HUB405 \
|
|
|
|
JSE \
|
|
|
|
KAREF \
|
|
|
|
katmai \
|
2007-10-05 15:11:30 +00:00
|
|
|
kilauea \
|
2007-11-03 11:08:28 +00:00
|
|
|
kilauea_nand \
|
2007-12-27 16:28:51 +00:00
|
|
|
korat \
|
2007-08-10 20:34:48 +00:00
|
|
|
luan \
|
|
|
|
lwmon5 \
|
2007-10-22 05:34:34 +00:00
|
|
|
makalu \
|
2008-02-25 17:46:41 +00:00
|
|
|
mcu25 \
|
2007-08-10 20:34:48 +00:00
|
|
|
METROBOX \
|
|
|
|
MIP405 \
|
|
|
|
MIP405T \
|
|
|
|
ML2 \
|
|
|
|
ml300 \
|
2008-07-17 10:47:09 +00:00
|
|
|
ml507 \
|
2008-07-21 18:30:07 +00:00
|
|
|
ml507_flash \
|
2008-10-08 13:37:50 +00:00
|
|
|
neo \
|
2007-08-10 20:34:48 +00:00
|
|
|
ocotea \
|
|
|
|
OCRTC \
|
|
|
|
ORSG \
|
|
|
|
p3p440 \
|
|
|
|
PCI405 \
|
|
|
|
pcs440ep \
|
|
|
|
PIP405 \
|
|
|
|
PLU405 \
|
|
|
|
PMC405 \
|
2009-07-22 11:56:21 +00:00
|
|
|
PMC405DE \
|
2007-12-28 16:07:24 +00:00
|
|
|
PMC440 \
|
2007-08-10 20:34:48 +00:00
|
|
|
PPChameleonEVB \
|
2008-04-28 12:04:32 +00:00
|
|
|
quad100hd \
|
2007-08-16 07:54:51 +00:00
|
|
|
rainier \
|
2008-07-09 05:48:42 +00:00
|
|
|
redwood \
|
2007-08-10 20:34:48 +00:00
|
|
|
sbc405 \
|
|
|
|
sc3 \
|
|
|
|
sequoia \
|
|
|
|
sequoia_nand \
|
2007-08-14 14:36:29 +00:00
|
|
|
taihu \
|
2007-08-10 20:34:48 +00:00
|
|
|
taishan \
|
ppc44x: Unification of virtex5 pp440 boards
This patch provides an unificated way of handling xilinx v5 ppc440 boards.
It unificates 3 different things:
1) Source code
A new board called ppc440-generic has been created. This board includes
a generic tlb initialization (Maps the whole memory into virtual) and
defines board_pre_init, checkboard, initdram and get_sys_info weakly,
so, they can be replaced by specific functions.
If a new board needs to redefine any of the previous functions
(specific initialization) it can create a new directory with the
specific initializations needed. (see the example ml507 board).
2) Configuration file
Common configurations are located under configs/xilinx-ppc440.h, this
header file interpretes the xparameters file generated by EDK and
configurates u-boot in correspondence. Example: if there is a Temac,
allows CMD_CONFIG_NET
Specific configuration are located under specific configuration file.
(see the example ml507 board)
3) Makefile
Some work has been done in order to not duplicate work in the Main
Makefile. Please see the attached code.
In order to support new boards they can be implemented in the next way:
a) Simple Generic Board (90% of the time)
Using EDK generates a new xparameters.h file, replace
ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
&& make
b) Simple Boards with special u-boot parameters (9 % of the time)
Create a new file under configs for it (use ml507.h as example) and
change your paramaters. Create a new Makefile paragraph and compile
c) Complex boards (1% of the time)
Create a new folder for the board, like the ml507
Finally, it adds support for the Avnet FX30T Evaluation board, following
the new generic structure:
Cheap board by Avnet for evaluating the Virtex5 FX technology.
This patch adds support for:
- UartLite
- 16MB Flash
- 64MB RAM
Prior using U-boot in this board, read carefully the ERRATA by Avnet
to solve some memory initialization issues.
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
2008-09-01 17:09:39 +00:00
|
|
|
v5fx30teval \
|
|
|
|
v5fx30teval_flash \
|
2007-08-10 20:34:48 +00:00
|
|
|
VOH405 \
|
|
|
|
VOM405 \
|
|
|
|
W7OLMC \
|
|
|
|
W7OLMG \
|
|
|
|
walnut \
|
|
|
|
WUH405 \
|
ppc44x: Unification of virtex5 pp440 boards
This patch provides an unificated way of handling xilinx v5 ppc440 boards.
It unificates 3 different things:
1) Source code
A new board called ppc440-generic has been created. This board includes
a generic tlb initialization (Maps the whole memory into virtual) and
defines board_pre_init, checkboard, initdram and get_sys_info weakly,
so, they can be replaced by specific functions.
If a new board needs to redefine any of the previous functions
(specific initialization) it can create a new directory with the
specific initializations needed. (see the example ml507 board).
2) Configuration file
Common configurations are located under configs/xilinx-ppc440.h, this
header file interpretes the xparameters file generated by EDK and
configurates u-boot in correspondence. Example: if there is a Temac,
allows CMD_CONFIG_NET
Specific configuration are located under specific configuration file.
(see the example ml507 board)
3) Makefile
Some work has been done in order to not duplicate work in the Main
Makefile. Please see the attached code.
In order to support new boards they can be implemented in the next way:
a) Simple Generic Board (90% of the time)
Using EDK generates a new xparameters.h file, replace
ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
&& make
b) Simple Boards with special u-boot parameters (9 % of the time)
Create a new file under configs for it (use ml507.h as example) and
change your paramaters. Create a new Makefile paragraph and compile
c) Complex boards (1% of the time)
Create a new folder for the board, like the ml507
Finally, it adds support for the Avnet FX30T Evaluation board, following
the new generic structure:
Cheap board by Avnet for evaluating the Virtex5 FX technology.
This patch adds support for:
- UartLite
- 16MB Flash
- 64MB RAM
Prior using U-boot in this board, read carefully the ERRATA by Avnet
to solve some memory initialization issues.
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
Signed-off-by: Stefan Roese <sr@denx.de>
2008-09-01 17:09:39 +00:00
|
|
|
xilinx-ppc440-generic \
|
|
|
|
xilinx-ppc440-generic_flash \
|
2009-07-18 00:01:16 +00:00
|
|
|
XPEDITE1000 \
|
2007-08-10 20:34:48 +00:00
|
|
|
yellowstone \
|
|
|
|
yosemite \
|
|
|
|
yucca \
|
2007-08-14 14:36:29 +00:00
|
|
|
zeus \
|
2002-11-02 23:17:16 +00:00
|
|
|
"
|
|
|
|
|
2004-10-28 00:09:35 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC8220 Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_8220=" \
|
|
|
|
Alaska8220 \
|
|
|
|
Yukon8220 \
|
2004-10-28 00:09:35 +00:00
|
|
|
"
|
|
|
|
|
2002-11-02 23:17:16 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC824x Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_824x=" \
|
|
|
|
A3000 \
|
|
|
|
barco \
|
|
|
|
BMW \
|
|
|
|
CPC45 \
|
|
|
|
CU824 \
|
|
|
|
debris \
|
|
|
|
eXalion \
|
|
|
|
HIDDEN_DRAGON \
|
2009-04-28 05:48:39 +00:00
|
|
|
IDS8247 \
|
2008-03-30 23:32:15 +00:00
|
|
|
linkstation_HGLAN \
|
2007-08-10 20:34:48 +00:00
|
|
|
MOUSSE \
|
|
|
|
MUSENKI \
|
|
|
|
MVBLUE \
|
|
|
|
OXC \
|
|
|
|
PN62 \
|
|
|
|
Sandpoint8240 \
|
|
|
|
Sandpoint8245 \
|
|
|
|
sbc8240 \
|
|
|
|
SL8245 \
|
|
|
|
utx8245 \
|
2002-11-02 23:17:16 +00:00
|
|
|
"
|
2003-06-21 00:17:24 +00:00
|
|
|
|
2002-11-02 23:17:16 +00:00
|
|
|
#########################################################################
|
2003-05-03 15:50:43 +00:00
|
|
|
## MPC8260 Systems (includes 8250, 8255 etc.)
|
2002-11-02 23:17:16 +00:00
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_8260=" \
|
|
|
|
atc \
|
|
|
|
cogent_mpc8260 \
|
|
|
|
CPU86 \
|
|
|
|
CPU87 \
|
|
|
|
ep8248 \
|
|
|
|
ep8260 \
|
|
|
|
ep82xxm \
|
|
|
|
gw8260 \
|
|
|
|
hymod \
|
|
|
|
IPHASE4539 \
|
|
|
|
ISPAN \
|
2008-01-11 00:12:08 +00:00
|
|
|
mgcoge \
|
2007-08-10 20:34:48 +00:00
|
|
|
MPC8260ADS \
|
|
|
|
MPC8266ADS \
|
|
|
|
MPC8272ADS \
|
|
|
|
PM826 \
|
|
|
|
PM828 \
|
|
|
|
ppmc8260 \
|
|
|
|
Rattler8248 \
|
|
|
|
RPXsuper \
|
|
|
|
rsdproto \
|
|
|
|
sacsng \
|
|
|
|
sbc8260 \
|
|
|
|
SCM \
|
|
|
|
TQM8260_AC \
|
|
|
|
TQM8260_AD \
|
|
|
|
TQM8260_AE \
|
2008-05-14 22:42:45 +00:00
|
|
|
TQM8272 \
|
2007-08-10 20:34:48 +00:00
|
|
|
ZPC1900 \
|
2002-11-02 23:17:16 +00:00
|
|
|
"
|
|
|
|
|
2005-07-28 15:08:46 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC83xx Systems (includes 8349, etc.)
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_83xx=" \
|
2008-11-20 08:57:47 +00:00
|
|
|
kmeter1 \
|
2007-08-10 20:34:48 +00:00
|
|
|
MPC8313ERDB_33 \
|
2008-09-02 20:21:16 +00:00
|
|
|
MPC8313ERDB_NAND_66 \
|
2008-01-11 10:48:24 +00:00
|
|
|
MPC8315ERDB \
|
2007-08-16 03:30:05 +00:00
|
|
|
MPC8323ERDB \
|
2007-08-10 20:34:48 +00:00
|
|
|
MPC832XEMDS \
|
2007-10-18 09:47:19 +00:00
|
|
|
MPC832XEMDS_ATM \
|
2007-08-10 20:34:48 +00:00
|
|
|
MPC8349EMDS \
|
|
|
|
MPC8349ITX \
|
|
|
|
MPC8349ITXGP \
|
|
|
|
MPC8360EMDS \
|
2007-10-18 09:47:19 +00:00
|
|
|
MPC8360EMDS_ATM \
|
2008-01-09 17:57:47 +00:00
|
|
|
MPC8360ERDK_33 \
|
|
|
|
MPC8360ERDK_66 \
|
2007-09-18 04:40:21 +00:00
|
|
|
MPC837XEMDS \
|
2008-01-16 06:38:05 +00:00
|
|
|
MPC837XERDB \
|
2008-06-10 07:14:05 +00:00
|
|
|
MVBLM7 \
|
2007-08-10 20:34:48 +00:00
|
|
|
sbc8349 \
|
2009-01-22 23:05:24 +00:00
|
|
|
SIMPC8313_LP \
|
2007-08-10 20:34:48 +00:00
|
|
|
TQM834x \
|
2009-07-25 04:19:12 +00:00
|
|
|
vme8349 \
|
2005-07-28 15:08:46 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
|
2003-10-15 23:53:47 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC85xx Systems (includes 8540, 8560 etc.)
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_85xx=" \
|
2007-12-21 15:36:37 +00:00
|
|
|
ATUM8548 \
|
2008-07-25 18:31:05 +00:00
|
|
|
MPC8536DS \
|
2007-08-10 20:34:48 +00:00
|
|
|
MPC8540ADS \
|
|
|
|
MPC8540EVAL \
|
|
|
|
MPC8541CDS \
|
|
|
|
MPC8544DS \
|
|
|
|
MPC8548CDS \
|
|
|
|
MPC8555CDS \
|
|
|
|
MPC8560ADS \
|
|
|
|
MPC8568MDS \
|
2009-03-27 21:02:45 +00:00
|
|
|
MPC8569MDS \
|
2008-08-12 16:13:08 +00:00
|
|
|
MPC8572DS \
|
2009-01-23 20:22:14 +00:00
|
|
|
MPC8572DS_36BIT \
|
2009-04-03 20:36:13 +00:00
|
|
|
P2020DS \
|
|
|
|
P2020DS_36BIT \
|
2007-08-10 20:34:48 +00:00
|
|
|
PM854 \
|
|
|
|
PM856 \
|
|
|
|
sbc8540 \
|
2007-12-13 12:45:08 +00:00
|
|
|
sbc8548 \
|
2007-08-10 20:34:48 +00:00
|
|
|
sbc8560 \
|
2008-04-30 09:42:50 +00:00
|
|
|
socrates \
|
2007-08-10 20:34:48 +00:00
|
|
|
stxgp3 \
|
|
|
|
stxssa \
|
|
|
|
TQM8540 \
|
|
|
|
TQM8541 \
|
2008-06-05 11:12:07 +00:00
|
|
|
TQM8548 \
|
2009-02-11 17:38:22 +00:00
|
|
|
TQM8548_AG \
|
2009-02-11 17:38:21 +00:00
|
|
|
TQM8548_BE \
|
2007-08-10 20:34:48 +00:00
|
|
|
TQM8555 \
|
|
|
|
TQM8560 \
|
2008-12-01 19:47:13 +00:00
|
|
|
XPEDITE5200 \
|
2008-12-17 22:36:23 +00:00
|
|
|
XPEDITE5370 \
|
2003-10-15 23:53:47 +00:00
|
|
|
"
|
|
|
|
|
2007-05-23 19:09:46 +00:00
|
|
|
#########################################################################
|
|
|
|
## MPC86xx Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_86xx=" \
|
2007-10-16 20:27:43 +00:00
|
|
|
MPC8610HPCD \
|
2007-08-10 20:34:48 +00:00
|
|
|
MPC8641HPCN \
|
2007-09-07 15:43:36 +00:00
|
|
|
sbc8641d \
|
2009-06-30 22:26:01 +00:00
|
|
|
XPEDITE5170 \
|
2007-05-23 19:09:46 +00:00
|
|
|
"
|
|
|
|
|
2002-11-02 23:17:16 +00:00
|
|
|
#########################################################################
|
|
|
|
## 74xx/7xx Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_74xx=" \
|
|
|
|
DB64360 \
|
|
|
|
DB64460 \
|
|
|
|
EVB64260 \
|
|
|
|
mpc7448hpc2 \
|
|
|
|
P3G4 \
|
|
|
|
p3m7448 \
|
|
|
|
PCIPPC2 \
|
|
|
|
PCIPPC6 \
|
|
|
|
ZUMA \
|
2002-11-02 23:17:16 +00:00
|
|
|
"
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_7xx=" \
|
|
|
|
BAB7xx \
|
|
|
|
CPCI750 \
|
|
|
|
ELPPC \
|
|
|
|
p3m750 \
|
|
|
|
ppmc7xx \
|
2002-11-02 23:17:16 +00:00
|
|
|
"
|
|
|
|
|
2008-04-20 22:35:52 +00:00
|
|
|
#########################################################################
|
|
|
|
## PowerPC groups
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
LIST_TSEC=" \
|
|
|
|
${LIST_83xx} \
|
|
|
|
${LIST_85xx} \
|
|
|
|
${LIST_86xx} \
|
|
|
|
"
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_ppc=" \
|
|
|
|
${LIST_5xx} \
|
2007-11-25 21:39:25 +00:00
|
|
|
${LIST_512x} \
|
2007-08-10 20:34:48 +00:00
|
|
|
${LIST_5xxx} \
|
|
|
|
${LIST_8xx} \
|
|
|
|
${LIST_8220} \
|
|
|
|
${LIST_824x} \
|
|
|
|
${LIST_8260} \
|
|
|
|
${LIST_83xx} \
|
|
|
|
${LIST_85xx} \
|
|
|
|
${LIST_86xx} \
|
|
|
|
${LIST_4xx} \
|
|
|
|
${LIST_74xx} \
|
|
|
|
${LIST_7xx} \
|
|
|
|
"
|
2002-11-02 23:17:16 +00:00
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
## StrongARM Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_SA=" \
|
|
|
|
assabet \
|
|
|
|
dnp1110 \
|
|
|
|
gcplus \
|
|
|
|
lart \
|
|
|
|
shannon \
|
|
|
|
"
|
2002-11-02 23:17:16 +00:00
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
## ARM7 Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_ARM7=" \
|
|
|
|
ap7 \
|
|
|
|
ap720t \
|
|
|
|
armadillo \
|
|
|
|
B2 \
|
|
|
|
ep7312 \
|
|
|
|
evb4510 \
|
|
|
|
impa7 \
|
|
|
|
integratorap \
|
|
|
|
lpc2292sodimm \
|
|
|
|
modnet50 \
|
|
|
|
SMN42 \
|
2005-09-24 23:48:28 +00:00
|
|
|
"
|
2002-11-02 23:17:16 +00:00
|
|
|
|
|
|
|
#########################################################################
|
|
|
|
## ARM9 Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_ARM9=" \
|
|
|
|
ap920t \
|
|
|
|
ap922_XA10 \
|
|
|
|
ap926ejs \
|
|
|
|
ap946es \
|
|
|
|
ap966 \
|
|
|
|
cp920t \
|
|
|
|
cp922_XA10 \
|
|
|
|
cp926ejs \
|
|
|
|
cp946es \
|
|
|
|
cp966 \
|
|
|
|
lpd7a400 \
|
2009-07-16 15:28:01 +00:00
|
|
|
mv88f6281gtw_ge \
|
2007-08-10 20:34:48 +00:00
|
|
|
mx1ads \
|
|
|
|
mx1fs2 \
|
|
|
|
netstar \
|
2009-07-04 23:06:06 +00:00
|
|
|
nhk8815 \
|
|
|
|
nhk8815_onenand \
|
2007-08-10 20:34:48 +00:00
|
|
|
omap1510inn \
|
|
|
|
omap1610h2 \
|
|
|
|
omap1610inn \
|
2008-01-18 20:45:45 +00:00
|
|
|
omap5912osk \
|
2007-08-10 20:34:48 +00:00
|
|
|
omap730p2 \
|
2009-07-16 15:32:24 +00:00
|
|
|
rd6281a \
|
2007-08-10 20:34:48 +00:00
|
|
|
sbc2410x \
|
|
|
|
scb9328 \
|
2009-07-16 15:28:00 +00:00
|
|
|
sheevaplug \
|
2007-08-10 20:34:48 +00:00
|
|
|
smdk2400 \
|
|
|
|
smdk2410 \
|
|
|
|
trab \
|
|
|
|
VCMA9 \
|
|
|
|
versatile \
|
|
|
|
versatileab \
|
|
|
|
versatilepb \
|
|
|
|
voiceblue \
|
|
|
|
davinci_dvevm \
|
|
|
|
davinci_schmoogie \
|
2008-05-21 17:58:41 +00:00
|
|
|
davinci_sffsdr \
|
2007-08-10 20:34:48 +00:00
|
|
|
davinci_sonata \
|
2009-05-15 21:48:37 +00:00
|
|
|
davinci_dm355evm \
|
2003-08-29 22:00:43 +00:00
|
|
|
"
|
2002-11-02 23:17:16 +00:00
|
|
|
|
2005-09-24 23:48:28 +00:00
|
|
|
#########################################################################
|
|
|
|
## ARM10 Systems
|
|
|
|
#########################################################################
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_ARM10=" \
|
|
|
|
integratorcp \
|
|
|
|
cp1026 \
|
2005-09-24 23:48:28 +00:00
|
|
|
"
|
|
|
|
|
2005-01-09 23:16:25 +00:00
|
|
|
#########################################################################
|
|
|
|
## ARM11 Systems
|
|
|
|
#########################################################################
|
2009-03-25 10:36:50 +00:00
|
|
|
LIST_ARM11=" \
|
|
|
|
cp1136 \
|
|
|
|
omap2420h4 \
|
|
|
|
apollon \
|
|
|
|
imx31_litekit \
|
|
|
|
imx31_phycore \
|
|
|
|
imx31_phycore_eet \
|
|
|
|
mx31ads \
|
2009-06-30 23:07:55 +00:00
|
|
|
mx31pdk \
|
2009-07-04 08:31:24 +00:00
|
|
|
mx31pdk_nand \
|
2009-03-25 10:36:50 +00:00
|
|
|
qong \
|
|
|
|
smdk6400 \
|
2005-09-24 23:48:28 +00:00
|
|
|
"
|
2005-01-09 23:16:25 +00:00
|
|
|
|
2009-01-27 17:19:12 +00:00
|
|
|
#########################################################################
|
|
|
|
## ARM Cortex-A8 Systems
|
|
|
|
#########################################################################
|
|
|
|
LIST_ARM_CORTEX_A8=" \
|
|
|
|
omap3_beagle \
|
2009-01-28 20:39:57 +00:00
|
|
|
omap3_overo \
|
2009-01-28 20:39:58 +00:00
|
|
|
omap3_evm \
|
2009-01-28 20:39:58 +00:00
|
|
|
omap3_pandora \
|
2009-01-28 20:40:16 +00:00
|
|
|
omap3_zoom1 \
|
2009-05-15 21:48:36 +00:00
|
|
|
omap3_zoom2 \
|
2009-01-27 17:19:12 +00:00
|
|
|
"
|
|
|
|
|
2008-05-24 10:47:46 +00:00
|
|
|
#########################################################################
|
|
|
|
## AT91 Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2009-07-09 08:16:29 +00:00
|
|
|
LIST_at91=" \
|
|
|
|
afeb9260 \
|
|
|
|
at91cap9adk \
|
|
|
|
at91rm9200dk \
|
|
|
|
at91rm9200ek \
|
|
|
|
at91sam9260ek \
|
|
|
|
at91sam9261ek \
|
|
|
|
at91sam9263ek \
|
2009-06-25 15:04:15 +00:00
|
|
|
at91sam9g10ek \
|
2009-07-09 08:16:29 +00:00
|
|
|
at91sam9g20ek \
|
2009-06-25 15:04:15 +00:00
|
|
|
at91sam9m10g45ek \
|
2009-07-09 08:16:29 +00:00
|
|
|
at91sam9rlek \
|
|
|
|
cmc_pu2 \
|
|
|
|
csb637 \
|
|
|
|
kb9202 \
|
|
|
|
meesc \
|
|
|
|
mp2usb \
|
|
|
|
m501sk \
|
|
|
|
pm9261 \
|
|
|
|
pm9263 \
|
2008-05-24 10:47:46 +00:00
|
|
|
"
|
|
|
|
|
2002-11-02 23:17:16 +00:00
|
|
|
#########################################################################
|
|
|
|
## Xscale Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_pxa=" \
|
|
|
|
cerf250 \
|
|
|
|
cradle \
|
|
|
|
csb226 \
|
|
|
|
delta \
|
|
|
|
innokom \
|
|
|
|
lubbock \
|
|
|
|
pleb2 \
|
2009-07-01 18:40:41 +00:00
|
|
|
polaris \
|
2007-08-10 20:34:48 +00:00
|
|
|
pxa255_idp \
|
2009-07-01 18:40:41 +00:00
|
|
|
trizepsiv \
|
2007-08-10 20:34:48 +00:00
|
|
|
wepep250 \
|
|
|
|
xaeniax \
|
|
|
|
xm250 \
|
|
|
|
xsengine \
|
|
|
|
zylonite \
|
2004-09-28 16:44:41 +00:00
|
|
|
"
|
2002-11-02 23:17:16 +00:00
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_ixp=" \
|
2008-01-17 23:04:28 +00:00
|
|
|
actux1 \
|
|
|
|
actux2 \
|
|
|
|
actux3 \
|
|
|
|
actux4 \
|
2007-08-10 20:34:48 +00:00
|
|
|
ixdp425 \
|
|
|
|
ixdpg425 \
|
|
|
|
pdnb3 \
|
|
|
|
scpu \
|
|
|
|
"
|
2002-11-02 23:17:16 +00:00
|
|
|
|
2008-04-20 22:35:52 +00:00
|
|
|
#########################################################################
|
|
|
|
## ARM groups
|
|
|
|
#########################################################################
|
2003-10-14 19:43:55 +00:00
|
|
|
|
2009-01-27 17:19:12 +00:00
|
|
|
LIST_arm=" \
|
|
|
|
${LIST_SA} \
|
|
|
|
${LIST_ARM7} \
|
|
|
|
${LIST_ARM9} \
|
|
|
|
${LIST_ARM10} \
|
|
|
|
${LIST_ARM11} \
|
|
|
|
${LIST_ARM_CORTEX_A8} \
|
|
|
|
${LIST_at91} \
|
|
|
|
${LIST_pxa} \
|
|
|
|
${LIST_ixp} \
|
2005-01-09 23:16:25 +00:00
|
|
|
"
|
2002-11-02 23:17:16 +00:00
|
|
|
|
2003-03-27 12:09:35 +00:00
|
|
|
#########################################################################
|
2005-08-13 22:27:00 +00:00
|
|
|
## MIPS Systems (default = big endian)
|
2003-03-27 12:09:35 +00:00
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_mips4kc=" \
|
|
|
|
incaip \
|
2008-01-16 17:27:51 +00:00
|
|
|
qemu_mips \
|
2009-01-21 16:25:01 +00:00
|
|
|
vct_platinum \
|
|
|
|
vct_platinum_small \
|
|
|
|
vct_platinum_onenand \
|
|
|
|
vct_platinum_onenand_small \
|
|
|
|
vct_platinumavc \
|
|
|
|
vct_platinumavc_small \
|
|
|
|
vct_platinumavc_onenand \
|
|
|
|
vct_platinumavc_onenand_small \
|
|
|
|
vct_premium \
|
|
|
|
vct_premium_small \
|
|
|
|
vct_premium_onenand \
|
|
|
|
vct_premium_onenand_small \
|
2007-08-10 20:34:48 +00:00
|
|
|
"
|
2003-03-27 12:09:35 +00:00
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_mips5kc=" \
|
|
|
|
purple \
|
|
|
|
"
|
2003-04-05 00:53:31 +00:00
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_au1xx0=" \
|
|
|
|
dbau1000 \
|
|
|
|
dbau1100 \
|
|
|
|
dbau1500 \
|
|
|
|
dbau1550 \
|
|
|
|
dbau1550_el \
|
|
|
|
gth2 \
|
|
|
|
"
|
2003-10-09 20:09:04 +00:00
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_mips=" \
|
|
|
|
${LIST_mips4kc} \
|
|
|
|
${LIST_mips5kc} \
|
|
|
|
${LIST_au1xx0} \
|
|
|
|
"
|
2003-03-27 12:09:35 +00:00
|
|
|
|
2005-08-13 22:27:00 +00:00
|
|
|
#########################################################################
|
|
|
|
## MIPS Systems (little endian)
|
|
|
|
#########################################################################
|
|
|
|
|
|
|
|
LIST_mips4kc_el=""
|
|
|
|
|
|
|
|
LIST_mips5kc_el=""
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_au1xx0_el=" \
|
|
|
|
dbau1550_el \
|
2007-10-27 06:00:25 +00:00
|
|
|
pb1000 \
|
2007-08-10 20:34:48 +00:00
|
|
|
"
|
2005-08-13 22:27:00 +00:00
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_mips_el=" \
|
|
|
|
${LIST_mips4kc_el} \
|
|
|
|
${LIST_mips5kc_el} \
|
|
|
|
${LIST_au1xx0_el} \
|
|
|
|
"
|
2005-08-13 22:27:00 +00:00
|
|
|
|
2003-05-31 18:35:21 +00:00
|
|
|
#########################################################################
|
|
|
|
## i386 Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_I486=" \
|
|
|
|
sc520_cdp \
|
2008-12-06 23:28:57 +00:00
|
|
|
sc520_eNET \
|
2007-08-10 20:34:48 +00:00
|
|
|
sc520_spunk \
|
|
|
|
sc520_spunk_rel \
|
|
|
|
"
|
2003-05-31 18:35:21 +00:00
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_x86=" \
|
|
|
|
${LIST_I486} \
|
|
|
|
"
|
2003-05-31 18:35:21 +00:00
|
|
|
|
2004-01-03 19:43:48 +00:00
|
|
|
#########################################################################
|
|
|
|
## NIOS Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_nios=" \
|
|
|
|
ADNPESC1 \
|
|
|
|
ADNPESC1_base_32 \
|
|
|
|
ADNPESC1_DNPEVA2_base_32\
|
|
|
|
DK1C20 \
|
|
|
|
DK1C20_standard_32 \
|
|
|
|
DK1S10 \
|
|
|
|
DK1S10_standard_32 \
|
|
|
|
DK1S10_mtx_ldk_20 \
|
2004-01-03 19:43:48 +00:00
|
|
|
"
|
|
|
|
|
2004-10-10 21:27:30 +00:00
|
|
|
#########################################################################
|
|
|
|
## Nios-II Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_nios2=" \
|
|
|
|
EP1C20 \
|
|
|
|
EP1S10 \
|
|
|
|
EP1S40 \
|
|
|
|
PCI5441 \
|
|
|
|
PK1C20 \
|
2006-06-10 17:27:47 +00:00
|
|
|
"
|
2004-10-10 21:27:30 +00:00
|
|
|
|
2004-07-10 23:48:41 +00:00
|
|
|
#########################################################################
|
|
|
|
## MicroBlaze Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2008-12-19 12:14:05 +00:00
|
|
|
LIST_microblaze=" \
|
|
|
|
microblaze-generic \
|
|
|
|
suzaku \
|
2006-06-10 17:27:47 +00:00
|
|
|
"
|
2004-07-10 23:48:41 +00:00
|
|
|
|
2006-01-26 22:38:46 +00:00
|
|
|
#########################################################################
|
|
|
|
## ColdFire Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_coldfire=" \
|
|
|
|
cobra5272 \
|
|
|
|
EB+MCF-EV123 \
|
|
|
|
EB+MCF-EV123_internal \
|
|
|
|
idmr \
|
2009-06-12 11:29:00 +00:00
|
|
|
M5208EVBE \
|
2008-01-14 23:43:33 +00:00
|
|
|
M52277EVB \
|
2007-08-17 00:23:50 +00:00
|
|
|
M5235EVB \
|
2007-08-16 18:20:50 +00:00
|
|
|
M5249EVB \
|
2008-07-23 22:11:47 +00:00
|
|
|
M5253DEMO \
|
2008-07-09 20:25:01 +00:00
|
|
|
M5253EVBE \
|
2007-08-10 20:34:48 +00:00
|
|
|
M5271EVB \
|
|
|
|
M5272C3 \
|
2008-01-24 20:02:32 +00:00
|
|
|
M5275EVB \
|
2007-08-10 20:34:48 +00:00
|
|
|
M5282EVB \
|
2008-10-22 11:38:21 +00:00
|
|
|
M53017EVB \
|
2008-01-14 23:23:08 +00:00
|
|
|
M5329AFEE \
|
|
|
|
M5373EVB \
|
2008-08-11 13:41:49 +00:00
|
|
|
M54451EVB \
|
2007-08-16 20:05:11 +00:00
|
|
|
M54455EVB \
|
2008-01-15 20:15:46 +00:00
|
|
|
M5475AFE \
|
|
|
|
M5485AFE \
|
2007-08-15 12:51:27 +00:00
|
|
|
TASREG \
|
2006-04-20 06:42:42 +00:00
|
|
|
"
|
2006-01-26 22:38:46 +00:00
|
|
|
|
2006-10-24 12:42:37 +00:00
|
|
|
#########################################################################
|
|
|
|
## AVR32 Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_avr32=" \
|
|
|
|
atstk1002 \
|
2007-10-29 12:02:54 +00:00
|
|
|
atstk1003 \
|
2007-10-29 12:02:54 +00:00
|
|
|
atstk1004 \
|
2007-11-22 11:14:11 +00:00
|
|
|
atstk1006 \
|
2007-04-14 15:11:49 +00:00
|
|
|
atngw100 \
|
avr32: add support for EarthLCD Favr-32 board
This patch adds support for the Favr-32 board made by EarthLCD.
This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
Ethernet, audio out, USB device, SD-card slot, USART and various other
connectors for cennecting stuff to SPI, I2C, GPIO, etc.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-08-06 12:42:13 +00:00
|
|
|
favr-32-ezkit \
|
2008-06-23 11:57:52 +00:00
|
|
|
hammerhead \
|
2008-07-30 12:07:27 +00:00
|
|
|
mimc200 \
|
2007-08-10 20:34:48 +00:00
|
|
|
"
|
2006-10-24 12:42:37 +00:00
|
|
|
|
2007-03-09 05:40:56 +00:00
|
|
|
#########################################################################
|
|
|
|
## Blackfin Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2007-08-10 20:34:48 +00:00
|
|
|
LIST_blackfin=" \
|
2008-10-13 01:32:52 +00:00
|
|
|
bf518f-ezbrd \
|
2008-10-13 01:30:48 +00:00
|
|
|
bf526-ezbrd \
|
2008-10-13 00:59:12 +00:00
|
|
|
bf527-ezkit \
|
2007-08-10 20:34:48 +00:00
|
|
|
bf533-ezkit \
|
|
|
|
bf533-stamp \
|
2008-10-13 03:16:52 +00:00
|
|
|
bf537-minotaur \
|
2008-10-13 03:08:03 +00:00
|
|
|
bf537-pnav \
|
2008-10-13 03:22:25 +00:00
|
|
|
bf537-srv1 \
|
2007-08-10 20:34:48 +00:00
|
|
|
bf537-stamp \
|
2008-10-13 01:25:33 +00:00
|
|
|
bf538f-ezkit \
|
2008-10-12 09:05:42 +00:00
|
|
|
bf548-ezkit \
|
2007-08-10 20:34:48 +00:00
|
|
|
bf561-ezkit \
|
2008-10-13 03:28:33 +00:00
|
|
|
blackstamp \
|
2008-10-13 01:55:45 +00:00
|
|
|
cm-bf527 \
|
2008-10-13 01:36:22 +00:00
|
|
|
cm-bf533 \
|
2008-10-13 01:41:06 +00:00
|
|
|
cm-bf537e \
|
2008-10-13 01:54:07 +00:00
|
|
|
cm-bf548 \
|
2008-10-13 01:45:05 +00:00
|
|
|
cm-bf561 \
|
2009-01-19 03:44:17 +00:00
|
|
|
ibf-dsp561 \
|
2008-10-13 01:49:28 +00:00
|
|
|
tcm-bf537 \
|
2007-03-09 05:40:56 +00:00
|
|
|
"
|
|
|
|
|
2007-11-27 08:44:53 +00:00
|
|
|
#########################################################################
|
|
|
|
## SH Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2008-08-31 14:02:04 +00:00
|
|
|
LIST_sh2=" \
|
|
|
|
rsk7203 \
|
|
|
|
"
|
2008-04-20 22:35:52 +00:00
|
|
|
LIST_sh3=" \
|
|
|
|
mpr2 \
|
|
|
|
ms7720se \
|
|
|
|
"
|
|
|
|
|
2007-11-27 08:44:53 +00:00
|
|
|
LIST_sh4=" \
|
2007-11-28 15:13:04 +00:00
|
|
|
ms7750se \
|
2007-11-27 08:44:53 +00:00
|
|
|
ms7722se \
|
2008-07-08 03:03:24 +00:00
|
|
|
MigoR \
|
2008-03-11 03:55:12 +00:00
|
|
|
r7780mp \
|
2008-03-25 08:11:24 +00:00
|
|
|
r2dplus \
|
2008-06-09 04:39:57 +00:00
|
|
|
sh7763rdp \
|
2008-08-31 13:45:08 +00:00
|
|
|
sh7785lcr \
|
2008-08-22 08:39:09 +00:00
|
|
|
ap325rxa \
|
2009-06-25 07:31:26 +00:00
|
|
|
espt \
|
2007-11-27 08:44:53 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
LIST_sh=" \
|
2008-08-22 08:39:09 +00:00
|
|
|
${LIST_sh2} \
|
2007-11-27 08:44:53 +00:00
|
|
|
${LIST_sh3} \
|
|
|
|
${LIST_sh4} \
|
|
|
|
"
|
|
|
|
|
2008-03-28 08:47:00 +00:00
|
|
|
#########################################################################
|
|
|
|
## SPARC Systems
|
|
|
|
#########################################################################
|
|
|
|
|
2008-03-28 09:20:43 +00:00
|
|
|
LIST_sparc="gr_xc3s_1500 gr_cpci_ax2000 gr_ep2s60 grsim grsim_leon2"
|
2008-03-28 08:47:00 +00:00
|
|
|
|
2003-05-31 18:35:21 +00:00
|
|
|
#-----------------------------------------------------------------------
|
2002-11-02 23:17:16 +00:00
|
|
|
|
|
|
|
#----- for now, just run PPC by default -----
|
|
|
|
[ $# = 0 ] && set $LIST_ppc
|
|
|
|
|
|
|
|
#-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
build_target() {
|
|
|
|
target=$1
|
|
|
|
|
|
|
|
${MAKE} distclean >/dev/null
|
|
|
|
${MAKE} ${target}_config
|
2006-09-01 17:49:50 +00:00
|
|
|
|
|
|
|
${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
|
|
|
|
| tee ${LOG_DIR}/$target.ERR
|
|
|
|
|
2008-01-28 10:56:19 +00:00
|
|
|
${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
|
2006-09-01 17:49:50 +00:00
|
|
|
| tee -a ${LOG_DIR}/$target.MAKELOG
|
2002-11-02 23:17:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
for arg in $@
|
|
|
|
do
|
|
|
|
case "$arg" in
|
2009-01-27 17:19:12 +00:00
|
|
|
arm|SA|ARM7|ARM9|ARM10|ARM11|ARM_CORTEX_A8|at91|ixp|pxa \
|
2008-04-20 22:35:52 +00:00
|
|
|
|avr32 \
|
|
|
|
|blackfin \
|
|
|
|
|coldfire \
|
|
|
|
|microblaze \
|
|
|
|
|mips|mips_el \
|
|
|
|
|nios|nios2 \
|
|
|
|
|ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx|TSEC \
|
2008-08-28 05:50:52 +00:00
|
|
|
|sh|sh2|sh3|sh4 \
|
2008-04-20 22:35:52 +00:00
|
|
|
|sparc \
|
|
|
|
|x86|I486 \
|
2007-11-27 08:44:53 +00:00
|
|
|
)
|
2002-11-02 23:17:16 +00:00
|
|
|
for target in `eval echo '$LIST_'${arg}`
|
|
|
|
do
|
|
|
|
build_target ${target}
|
|
|
|
done
|
|
|
|
;;
|
|
|
|
*) build_target ${arg}
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|