u-boot-brain/include/configs
Grant Likely 8a783a6585 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
/bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
nulls in a string differently.  For example, the following statement:
    echo "this is a string\0" > afile
Will produce the following with /bin/bash:
    "this is a string\0"
But with /bin/dash, will produce:
    "this is a string

Bug fixed by moving the embedded null out of the makefile and into the
config header.  Also renamed the macro to avoid usage colision with the same
macro used by other board ports.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2007-09-18 21:24:59 +02:00
..
A3000.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
acadia.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
ADCIOP.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
Adder.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
AdderUSB.h Code cleanup 2006-06-14 18:14:56 +02:00
ADNPESC1_base_32.h * Patch by Stephan Linz, 09 Mar 2004 2004-03-14 15:20:55 +00:00
ADNPESC1.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
ADS860.h include/configs: Use new CONFIG_CMD_* in various A* named board config files. 2007-07-07 20:28:28 -05:00
ads5121.h Adjust default configuration of ADS5121 board. 2007-08-12 14:47:54 +02:00
adsvix.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
aev.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
Alaska8220.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
alpr.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
AmigaOneG3SE.h Fix some compile issues for MAI board. 2007-08-06 01:51:08 +02:00
AMX860.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
AP1000.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
APC405.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
AR405.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
armadillo.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
ASH405.h NAND: Add CFG_NAND_QUIET option 2007-09-15 21:05:33 +02:00
assabet.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
at91rm9200dk.h Add MACH_TYPE records for several AT91 boards. 2007-08-14 10:10:52 +01:00
atc.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
atstk1002.h Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 2007-09-15 20:48:41 +02:00
B2.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
BAB7xx.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
bamboo.h Merge with git://www.denx.de/git/u-boot.git 2007-08-14 16:36:29 +02:00
barco.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
BC3450.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
bf533-ezkit.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
bf533-stamp.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
bf537-stamp.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
bf561-ezkit.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
BMW.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
bubinga.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
c2mon.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
CANBT.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
canmb.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
CATcenter.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
CCM.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
cerf250.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cm41xx.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cm4008.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cm5200.h Minor coding style cleanup. Update CHANGELOG. 2007-08-13 21:57:53 +02:00
cmc_pu2.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cmi_mpc5xx.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
CMS700.h NAND: Add CFG_NAND_QUIET option 2007-09-15 21:05:33 +02:00
cobra5272.h ColdFire: cobra5272 platform for MCF52x2 update 2007-08-16 17:43:20 -06:00
cogent_common.h * Patch by Shlomo Kut, 29 Mar 2004: 2004-09-29 11:02:56 +00:00
cogent_mpc8xx.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cogent_mpc8260.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
CPC45.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
CPCI2DP.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
CPCI405.h Merge with git://www.denx.de/git/u-boot.git 2007-08-15 21:06:27 +02:00
CPCI405AB.h Merge with git://www.denx.de/git/u-boot.git 2007-08-15 21:06:27 +02:00
CPCI405DT.h Merge with git://www.denx.de/git/u-boot.git 2007-08-15 21:06:27 +02:00
CPCI440.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
CPCI750.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
CPCI4052.h Merge with git://www.denx.de/git/u-boot.git 2007-08-15 21:06:27 +02:00
cpci5200.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
CPCIISER4.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
CPU86.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
CPU87.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
cradle.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
CRAYL1.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
csb226.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
csb272.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
csb472.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
csb637.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
CU824.h Coding style cleanup. Update CHANGELOG. 2007-08-06 01:01:49 +02:00
DASA_SIM.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
davinci_dvevm.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
davinci_schmoogie.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
davinci_sonata.h [ARM] TI DaVinci support, hopefully final 2007-08-10 20:26:18 +02:00
DB64360.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
DB64460.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
dbau1x00.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
debris.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
delta.h Merge with git://www.denx.de/git/u-boot.git 2007-08-07 22:30:29 +02:00
DK1C20_safe_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1C20_standard_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1C20.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
DK1S10_mtx_ldk_20.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1S10_safe_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1S10_standard_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1S10.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
dnp1110.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
DP405.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
DU405.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
EB+MCF-EV123.h ColdFire: Update EB+MCF-EV123 platform 2007-08-16 17:43:20 -06:00
ebony.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
ELPPC.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
ELPT860.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
EP1C20.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
EP1S10.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
EP1S40.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
ep82xxm.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
EP88x.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
ep7312.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
ep8248.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
ep8260.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
ERIC.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
ESTEEM192E.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
ETX094.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
evb4510.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
EVB64260.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
eXalion.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
EXBITGEN.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
FADS823.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
FADS850SAR.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
FADS860T.h Patch by Yuli Barcohen, 19 Apr 2004: 2004-06-06 21:35:06 +00:00
FLAGADM.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
FPS850L.h TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels 2007-09-16 02:39:35 +02:00
FPS860L.h TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels 2007-09-16 02:39:35 +02:00
G2000.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
gcplus.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
GEN860T.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
GENIETV.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
GTH.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
gth2.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
gw8260.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
h2_p2_dbg_board.h * Code cleanup (ARM mostly) 2004-07-01 16:30:44 +00:00
hcu4.h Merge with git://www.denx.de/git/u-boot.git 2007-08-14 16:36:29 +02:00
hcu5.h ppc4xx: Remove unused option CFG_INIT_RAM_OCM 2007-08-22 08:56:09 +02:00
hermes.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
HH405.h NAND: Add CFG_NAND_QUIET option 2007-09-15 21:05:33 +02:00
HIDDEN_DRAGON.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
HMI10.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
hmi1001.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
HUB405.h NAND: Add CFG_NAND_QUIET option 2007-09-15 21:05:33 +02:00
hymod.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
IAD210.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
IceCube.h Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT 2007-09-06 09:46:23 -06:00
ICU862.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
idmr.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
IDS8247.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
impa7.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
incaip.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
inka4x0.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
innokom.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
integratorap.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
integratorcp.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
IP860.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
IPHASE4539.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
ISPAN.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
IVML24.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
IVMS8.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
ixdp425.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
ixdpg425.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
JSE.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
jupiter.h Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT 2007-09-06 09:46:23 -06:00
KAREF.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
katmai.h [PPC440SPe] PCIe environment settings for Katmai and Yucca 2007-09-07 18:35:37 +02:00
kb9202.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
KUP4K.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
KUP4X.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
kvme080.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
LANTEC.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
lart.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
logodl.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
lpc2292sodimm.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
lpd7a400-10.h * Patch by Paul Ruhland, 10 Jun 2004: 2004-06-10 21:55:33 +00:00
lpd7a400.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
lpd7a404-10.h * Patch by Paul Ruhland, 10 Jun 2004: 2004-06-10 21:55:33 +00:00
lpd7a404.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
luan.h lib_ppc: make board_add_ram_info weak 2007-08-18 21:39:46 +02:00
lubbock.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
lwmon.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
lwmon5.h ppc4xx: Add RTC POST test to lwmon5 board configuration 2007-08-24 15:41:42 +02:00
M5235EVB.h ColdFire: Add M5235EVB Platform for MCF523x 2007-08-17 11:36:29 -06:00
M5249EVB.h Coding style cleanup 2007-08-18 14:33:02 +02:00
M5253EVBE.h Coding style cleanup 2007-08-18 14:33:02 +02:00
M5271EVB.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
M5272C3.h ColdFire: Update Freescale MCF52x2 platforms 2007-08-16 17:43:20 -06:00
M5282EVB.h ColdFire: Update Freescale MCF52x2 platforms 2007-08-16 17:43:20 -06:00
M5329EVB.h ColdFire: MCF5329 Update and cleanup 2007-08-16 17:43:19 -06:00
M54455EVB.h ColdFire: Add M54455EVB for MCF5445x 2007-08-16 17:43:23 -06:00
MBX.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
MBX860T.h include/configs: Use new CONFIG_CMD_* in various M* named board config files. 2007-07-08 16:05:30 -05:00
mcc200.h Adapt board configuration and fix kernel crash on MCC200 board. 2007-08-12 15:11:38 +02:00
mecp5200.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
METROBOX.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
MHPC.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
MIP405.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
ML2.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
ml300.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
ml401.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
modnet50.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
motionpro.h Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT 2007-09-06 09:46:23 -06:00
MOUSSE.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
mp2usb.h Merge with git://www.denx.de/git/u-boot.git 2007-08-07 22:30:29 +02:00
MPC86xADS.h Switch MPC86xADS and MPC885ADS boards to use cpuclk environment 2006-03-12 01:55:43 +01:00
MPC832XEMDS.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC885ADS.h Switch MPC86xADS and MPC885ADS boards to use cpuclk environment 2006-03-12 01:55:43 +01:00
mpc7448hpc2.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8260ADS.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
MPC8266ADS.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
MPC8313ERDB.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8323ERDB.h mpc83xx: add support for the MPC8323E RDB 2007-08-10 01:12:25 -05:00
MPC8349EMDS.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8349ITX.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8360EMDS.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8540ADS.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8540EVAL.h Add CONFIG_HAS_ETH0 to all boards with TSEC 2007-08-16 16:35:02 -05:00
MPC8541CDS.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8544DS.h Fix ULI RTC support on MPC8544 DS 2007-09-04 16:00:48 -05:00
MPC8548CDS.h 8548cds fixes 2007-08-29 00:11:59 -05:00
MPC8555CDS.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8560ADS.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
MPC8568MDS.h Enable L2 cache for MPC8568MDS board 2007-08-29 00:11:44 -05:00
MPC8641HPCN.h support board vendor-common makefiles 2007-08-29 02:15:46 +02:00
MUSENKI.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
MVBLUE.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
MVS1.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
mx1ads.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
mx1fs2.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
NC650.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
NETPHONE.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
netstar.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
NETTA.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
NETTA2.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
NETVIA.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
ns9750dev.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
NSCU.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
NX823.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
o2dnt.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
ocotea.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
OCRTC.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
omap730.h * Patch by Rishi Bhattacharya, 08 May 2004: 2004-06-08 00:22:43 +00:00
omap730p2.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap1510.h Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
omap1510inn.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap1610h2.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap1610inn.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap2420h4.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap5912osk.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
ORSG.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
OXC.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
P3G4.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
p3mx.h lib_ppc: make board_add_ram_info weak 2007-08-18 21:39:46 +02:00
p3p440.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
PATI.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
pb1x00.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
PCI405.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
PCI5441.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
PCIPPC2.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
PCIPPC6.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
pcs440ep.h IDE: - make ide_inb () and ide_outb () "weak", so boards can 2007-08-28 17:39:14 +02:00
pcu_e.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
pdnb3.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
pf5200.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
PIP405.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
PK1C20.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
pleb2.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
PLU405.h NAND: Add CFG_NAND_QUIET option 2007-09-15 21:05:33 +02:00
PM520.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
PM826.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
PM828.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
PM854.h Add CONFIG_HAS_ETH0 to all boards with TSEC 2007-08-16 16:35:02 -05:00
PM856.h Add CONFIG_HAS_ETH0 to all boards with TSEC 2007-08-16 16:35:02 -05:00
PMC405.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
PN62.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
PPChameleonEVB.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
ppmc7xx.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
ppmc8260.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
purple.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
pxa255_idp.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
QS823.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
QS850.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
QS860T.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
quantum.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
R360MPI.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
r5200.h ColdFire: update r5200 platform for MCF52x2 2007-08-16 17:43:20 -06:00
Rattler.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
RBC823.h Fix build errors and warnings / code cleanup. 2007-08-02 00:48:45 +02:00
rmu.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
RPXClassic.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
RPXlite_DW.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
RPXlite.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
RPXsuper.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
RRvision.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
rsdproto.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
sacsng.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
Sandpoint8240.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
Sandpoint8245.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
sbc405.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
sbc2410x.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
sbc8240.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
sbc8260.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
sbc8349.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
SBC8540.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
sbc8560.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
sbc8641d.h sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE 2007-08-29 16:21:18 +02:00
sc3.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
sc520_cdp.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
sc520_spunk_rel.h * Code cleanup: 2003-06-27 21:31:46 +00:00
sc520_spunk.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
scb9328.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
SCM.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
sequoia.h ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia 2007-08-31 15:21:46 +02:00
shannon.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
SL8245.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
SM850.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
smdk2400.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
smdk2410.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
smmaco4.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
SMN42.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
sorcery.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
spc1920.h Fix compile error in spc1920 config. 2007-09-09 21:21:33 +02:00
SPD823TS.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
spieval.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
stxgp3.h Add CONFIG_HAS_ETH0 to all boards with TSEC 2007-08-16 16:35:02 -05:00
stxssa.h [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to 2007-09-11 15:42:11 +02:00
stxxtc.h fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 2007-08-29 01:46:25 +02:00
suzaku.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
svm_sc8xx.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
SX1.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
SXNI855T.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
taihu.h Merge with git://www.denx.de/git/u-boot.git 2007-08-14 16:36:29 +02:00
taishan.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
TASREG.h ColdFire: update TASREG platform for MCF52x2 2007-08-16 17:43:20 -06:00
tb0229.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
TB5200.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
TOP860.h include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:38:02 -05:00
TOP5200.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
Total5200.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
TQM85xx.h Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config 2007-09-18 21:24:59 +02:00
TQM823L.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM823M.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM834x.h Add CONFIG_HAS_ETH0 to all boards with TSEC 2007-08-16 16:35:02 -05:00
TQM850L.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM850M.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM855L.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM855M.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM860L.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM860M.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM862L.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM862M.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM866M.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
TQM885D.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
TQM5200.h Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT 2007-09-06 09:46:23 -06:00
TQM8260.h include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:38:02 -05:00
TQM8272.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
trab.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
trizepsiv.h PXA270: Added support for TrizepsIV board. 2007-09-07 01:06:19 +02:00
uc100.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
uc101.h [UC101] Fix: if no CF in the board, U-Boot resets sometimes. 2007-08-28 17:40:33 +02:00
utx8245.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
v37.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
v38b.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
VCMA9.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
versatile.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
virtlab2.h TQM8xx[LM]: Fix broken environment alignment. 2007-09-16 17:20:37 +02:00
VOH405.h NAND: Add CFG_NAND_QUIET option 2007-09-15 21:05:33 +02:00
voiceblue.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
VOM405.h include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:38:02 -05:00
VoVPN-GW.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
W7OLMC.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
W7OLMG.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
walnut.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
wepep250.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
WUH405.h Merge with git://www.denx.de/git/u-boot.git 2007-08-15 21:06:27 +02:00
xaeniax.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
xm250.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
XPEDITE1K.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
xsengine.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
xupv2p.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
yosemite.h Merge with git://www.denx.de/git/u-boot.git 2007-08-07 22:30:29 +02:00
yucca.h [PPC440SPe] PCIe environment settings for Katmai and Yucca 2007-09-07 18:35:37 +02:00
Yukon8220.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
zeus.h Merge with git://www.denx.de/git/u-boot.git 2007-08-14 16:36:29 +02:00
ZPC1900.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
ZUMA.h include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:38:02 -05:00
zylonite.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00