u-boot/include/configs
Liu Gang 461632bd71 powerpc/corenet_ds: Slave module for boot from PCIE
When boot from PCIE, slave's core should be in holdoff after powered on for
some specific requirements. Master will release the slave's core at the
right time by PCIE interface.

Slave's ucode and ENV can be stored in master's memory space, then slave
can fetch them through PCIE interface. For the corenet platform, ucode is
for Fman.

NOTE: Because the slave can not erase, write master's NOR flash by
	  PCIE interface, so it can not modify the ENV parameters stored
	  in master's NOR flash using "saveenv" or other commands.

environment and requirement:

master:
	1. NOR flash for its own u-boot image, ucode and ENV space.
	2. Slave's u-boot image is in master NOR flash.
	3. Put the slave's ucode and ENV into it's own memory space.
	4. Normally boot from local NOR flash.
	5. Configure PCIE system if needed.
slave:
	1. Just has EEPROM for RCW. No flash for u-boot image, ucode and ENV.
	2. Boot location should be set to one PCIE interface by RCW.
	3. RCW should configure the SerDes, PCIE interfaces correctly.
	4. Must set all the cores in holdoff by RCW.
	5. Must be powered on before master's boot.

For the slave module, need to finish these processes:
	1. Set the boot location to one PCIE interface by RCW.
    2. Set a specific TLB entry for the boot process.
	3. Set a LAW entry with the TargetID of one PCIE for the boot.
	4. Set a specific TLB entry in order to fetch ucode and ENV from
	   master.
	5. Set a LAW entry with the TargetID one of the PCIE ports for
	   ucode and ENV.
	6. Slave's u-boot image should be generated specifically by
	   make xxxx_SRIO_PCIE_BOOT_config.
	   This will set SYS_TEXT_BASE=0xFFF80000 and other configurations.

In addition, the processes are very similar between boot from SRIO and
boot from PCIE. Some configurations like the address spaces can be set to
the same. So the module of boot from PCIE was added based on the existing
module of boot from SRIO, and the following changes were needed:
	1. Updated the README.srio-boot-corenet to add descriptions about
	   boot from PCIE, and change the name to
	   README.srio-pcie-boot-corenet.
	2. Changed the compile config "xxxx_SRIOBOOT_SLAVE" to
	   "xxxx_SRIO_PCIE_BOOT", and the image builded with
	   "xxxx_SRIO_PCIE_BOOT" can support both the boot from SRIO and
	   from PCIE.
	3. Updated other macros and documents if needed to add information
	   about boot from PCIE.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
2012-08-23 10:24:15 -05:00
..
km powerpc/82xx: move km/km82xx-common.h within km82xx.h 2012-07-31 22:36:27 +02:00
manroland
a4m072.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
a320evb.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
A3000.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
acadia.h nand_spl: store ecc data on the stack 2012-01-26 16:09:06 -06:00
actux1.h IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST} 2012-03-26 23:09:25 +02:00
actux2.h IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST} 2012-03-26 23:09:25 +02:00
actux3.h IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST} 2012-03-26 23:09:25 +02:00
actux4.h IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST} 2012-03-26 23:09:25 +02:00
ADCIOP.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
Adder.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
AdderUSB.h
adp-ag101.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
adp-ag101p.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
adp-ag102.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ADS860.h
aev.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
afeb9260.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
Alaska8220.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
alpr.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
am335x_evm.h SPL: Enable YMODEM support on BeagleBone and AM335x EVM 2012-03-26 23:09:25 +02:00
am3517_crane.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
am3517_evm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
amcc-common.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
AMX860.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ap325rxa.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
AP1000.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ap_sh4a_4a.h sh: Add support for AP-SH4A-4A board 2012-05-28 09:12:54 +09:00
APC405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
apollon.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
AR405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
aria.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ASH405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
aspenite.h
astro_mcf5373l.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
at91rm9200ek.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
at91sam9m10g45ek.h AT91: at91sam9m10g45ek : Enable EHCI instead OHCI 2012-07-07 14:07:29 +02:00
at91sam9rlek.h AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
at91sam9260ek.h AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
at91sam9261ek.h AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
at91sam9263ek.h AT91SAM9*: Change kernel address in dataflash to match u-boot's size 2012-07-07 14:07:30 +02:00
atc.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
atngw100.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
atstk1002.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
atstk1003.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
atstk1004.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
atstk1006.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
balloon3.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
bamboo.h nand_spl: store ecc data on the stack 2012-01-26 16:09:06 -06:00
BC3450.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bct-brettl2.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
bf506f-ezkit.h
bf518f-ezbrd.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf525-ucr2.h
bf526-ezbrd.h NAND: remove NAND_MAX_CHIPS definitions 2012-01-26 16:08:55 -06:00
bf527-ad7160-eval.h NAND: remove NAND_MAX_CHIPS definitions 2012-01-26 16:08:55 -06:00
bf527-ezkit.h Blackfin: easylogo: add lzma logos 2012-02-03 20:44:54 -05:00
bf527-sdp.h
bf533-ezkit.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf533-stamp.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf537-minotaur.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
bf537-pnav.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf537-srv1.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
bf537-stamp.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf538f-ezkit.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf548-ezkit.h Blackfin: easylogo: add lzma logos 2012-02-03 20:44:54 -05:00
bf561-acvilon.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf561-ezkit.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bfin_adi_common.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
blackstamp.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
blackvme.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
bluestone.h
BMW.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
br4.h Blackfin: br4: new board port 2012-02-12 15:03:25 -05:00
BSC9131RDB.h powerpc/mpc85xx:Add BSC9131 RDB Support 2012-07-06 17:30:29 -05:00
bubinga.h
c2mon.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ca9x4_ct_vxp.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
calimain.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
cam_enc_4xx.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CANBT.h
canmb.h
canyonlands.h nand_spl: store ecc data on the stack 2012-01-26 16:09:06 -06:00
CATcenter.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
charon.h
cm-bf527.h NAND: remove NAND_MAX_CHIPS definitions 2012-01-26 16:08:55 -06:00
cm-bf533.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm-bf537e.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm-bf537u.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm-bf548.h Blackfin: easylogo: add lzma logos 2012-02-03 20:44:54 -05:00
cm-bf561.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm41xx.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
cm4008.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
cm5200.h
cm_t35.h cm-t35: fix incorrect NAND_ECC layout selection 2012-07-07 14:07:36 +02:00
cmi_mpc5xx.h
CMS700.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
cobra5272.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
cogent_common.h
cogent_mpc8xx.h
cogent_mpc8260.h
colibri_pxa270.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
coreboot.h configs: Remove CONFIG_NET_MULTI from board files 2012-02-12 10:11:26 +01:00
corenet_ds.h powerpc/corenet_ds: Slave module for boot from PCIE 2012-08-23 10:24:15 -05:00
CPC45.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CPCI2DP.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CPCI405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CPCI405AB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CPCI405DT.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CPCI750.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CPCI4052.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
cpci5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CPCIISER4.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CPU86.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
CPU87.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
cpu9260.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
cpuat91.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
CRAYL1.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
csb272.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
csb472.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
CU824.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
da830evm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
da850evm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
DASA_SIM.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
davinci_dm355evm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
davinci_dm355leopard.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
davinci_dm365evm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
davinci_dm6467evm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
davinci_dvevm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
davinci_schmoogie.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
davinci_sffsdr.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
davinci_sonata.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
DB64360.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
DB64460.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
dbau1x00.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
debris.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
devkit3250.h devkit3250: add Timll DevKit3250 board initial support 2012-05-15 08:31:22 +02:00
devkit8000.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
dig297.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
digsy_mtc.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
dkb.h dkb: make mmc command as default enabled 2011-10-27 21:56:37 +02:00
dlvision-10g.h powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20 2012-04-30 15:01:11 +02:00
dlvision.h
dnp5370.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
dns325.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
dockstar.h
DP405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
dreamplug.h ARM: dreamplug: Enable FDT support 2012-05-15 08:31:21 +02:00
DU405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
DU440.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
dvlhost.h IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST} 2012-03-26 23:09:25 +02:00
ea20.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
eb_cpu5282.h rename EB+MCF-EV123 to its current marketing name EB+CPU5282 2012-08-09 23:07:32 +02:00
eb_cpux9k2.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ebony.h
ecovec.h sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth 2012-05-28 09:12:54 +09:00
edminiv2.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
efikamx.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ELPPC.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ELPT860.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
enbw_cmc.h arm,davinci: update for enbw_cmc board 2012-07-07 14:07:21 +02:00
eNET.h x86: Provide more configuration granularity 2011-11-29 21:09:52 +11:00
ep82xxm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
EP88x.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ep8248.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ep8260.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
espt.h sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth 2012-05-28 09:12:54 +09:00
ESTEEM192E.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ethernut5.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ETX094.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
EVB64260.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
eXalion.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
EXBITGEN.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
FADS823.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
FADS850SAR.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
FADS860T.h
favr-32-ezkit.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
FLAGADM.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
flea3.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
FPS850L.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
FPS860L.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
fx12mm.h
G2000.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
galaxy5200.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
gdppc440etx.h powerpc/ppc4xx: Update gdsys board configurations 2012-04-30 15:01:17 +02:00
GEN860T.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
GENIETV.h
gplugd.h CMD: Remove CMD_AUTOSCRIPT, it's not used 2012-04-19 22:01:12 +02:00
gr_cpci_ax2000.h sparc: fix unknown escape sequence warnings 2011-12-05 21:55:24 +01:00
gr_ep2s60.h sparc: fix unknown escape sequence warnings 2011-12-05 21:55:24 +01:00
gr_xc3s_1500.h sparc: fix unknown escape sequence warnings 2011-12-05 21:55:24 +01:00
grasshopper.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
grsim.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
grsim_leon2.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
gth2.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
guruplug.h
gw8260.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
h2_p2_dbg_board.h
hammerhead.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
harmony.h arm: Tegra: Use ODMDATA from BCT in IRAM 2012-07-07 14:07:21 +02:00
hawkboard.h hawkboard: Fix SPL Nand driver misconfiguration 2012-07-30 20:22:42 +02:00
hermes.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
HH405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
HIDDEN_DRAGON.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
highbank.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
hmi1001.h
HUB405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
HWW1U1A.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
hymod.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
IAD210.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ib62x0.h kirkwood: add NAS62x0 board support 2012-05-15 08:31:22 +02:00
ibf-dsp561.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
IceCube.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
icon.h
ICU862.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
idmr.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
IDS8247.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
igep00x0.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ima3-mx53.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
imx27lite-common.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
imx27lite.h
imx31_litekit.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
imx31_phycore.h mxc_i2c: specify i2c base address in config file 2012-07-11 10:54:29 +02:00
incaip.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
inka4x0.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
integratorap.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
integratorcp.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
intip.h powerpc/ppc4xx: Update gdsys board configurations 2012-04-30 15:01:17 +02:00
io.h powerpc/ppc4xx: Update gdsys board configurations 2012-04-30 15:01:17 +02:00
io64.h powerpc/ppc4xx: Update gdsys board configurations 2012-04-30 15:01:17 +02:00
iocon.h powerpc/ppc4xx: Update gdsys board configurations 2012-04-30 15:01:17 +02:00
ip04.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
IP860.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ipek01.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
IPHASE4539.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ISPAN.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
IVML24.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
IVMS8.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
jadecpu.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
jornada.h
JSE.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
jupiter.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
KAREF.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
katmai.h
kilauea.h CMD: Remove CMD_LOG, it's unused 2012-04-19 22:01:13 +02:00
km82xx.h powerpc/82xx: adapt SDRAM settings for mgcoge3ne 2012-07-31 22:36:38 +02:00
km8360.h powerpc/83xx: configure CONFIG_POST for kmcoge5ne 2012-06-15 17:12:51 -05:00
km_kirkwood.h arm/km: add implementation for read_dip_switch 2012-07-07 14:07:37 +02:00
korat.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
KUP4K.h
KUP4X.h
kvme080.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
lacie_kw.h lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2 2012-07-07 14:07:32 +02:00
LANTEC.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
linkstation.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
lsxl.h Kirkwood: add lschlv2 and lsxhl board support 2012-07-07 14:07:32 +02:00
luan.h
lubbock.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
lwmon.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
lwmon5.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
m28evk.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
M5208EVBE.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5235EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5249EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5253DEMO.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5253EVBE.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5271EVB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
M5272C3.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5275EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5282EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5329EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5373EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5475EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M5485EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M52277EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M53017EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M54451EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
M54455EVB.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
magnesium.h
makalu.h CMD: Remove CMD_LOG, it's unused 2012-04-19 22:01:13 +02:00
MBX.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MBX860T.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
mcc200.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mcx.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mecp5123.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mecp5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
medcom.h tegra: medcom: Add device tree support 2012-07-09 22:44:32 +02:00
meesc.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
MERGERBOX.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
METROBOX.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MHPC.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
microblaze-generic.h microblaze: Wire up SPI driver 2012-07-31 07:16:26 +02:00
MigoR.h CMD: Drop CONFIG_CMD_DFL, it's not used 2012-04-19 22:01:13 +02:00
mimc200.h ATMEL: use generic mmc framework 2012-03-13 12:06:41 +01:00
MIP405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ML2.h
ml507.h
motionpro.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MOUSSE.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
MPC86xADS.h
MPC832XEMDS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC837XEMDS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC837XERDB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC885ADS.h
mpc5121-common.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mpc5121ads.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mpc7448hpc2.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8260ADS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8266ADS.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
mpc8308_p1m.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8308RDB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8313ERDB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8315ERDB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8323ERDB.h powerpc/mpc83xx: increment malloc heap size 2012-07-03 11:07:21 -05:00
MPC8349EMDS.h powerpc/mpc83xx: increment malloc heap size 2012-07-03 11:07:21 -05:00
MPC8349ITX.h powerpc/mpc83xx: increment malloc heap size 2012-07-03 11:07:21 -05:00
MPC8360EMDS.h powerpc/mpc83xx: increment malloc heap size 2012-07-03 11:07:21 -05:00
MPC8360ERDK.h powerpc/mpc83xx: increment malloc heap size 2012-07-03 11:07:21 -05:00
MPC8536DS.h powerpc/85xx: improve definition of BR_PHYS_ADDR macro 2012-08-08 18:32:15 -05:00
MPC8540ADS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8541CDS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8544DS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8548CDS.h powerpc/85xx: improve definition of BR_PHYS_ADDR macro 2012-08-08 18:32:15 -05:00
MPC8555CDS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8560ADS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8568MDS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8569MDS.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8572DS.h powerpc/85xx: improve definition of BR_PHYS_ADDR macro 2012-08-08 18:32:15 -05:00
MPC8610HPCD.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MPC8641HPCN.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mpq101.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mpr2.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
ms7720se.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
ms7722se.h CMD: Drop CONFIG_CMD_DFL, it's not used 2012-04-19 22:01:13 +02:00
ms7750se.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
mt_ventoux.h OMAP3: mt_ventoux: sets its own mtdparts 2012-03-27 22:05:29 +02:00
muas3001.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mucmc52.h
munices.h
MUSENKI.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
mv-common.h include/configs: Remove CONFIG_SYS_64BIT_VSPRINTF 2012-05-15 08:31:28 +02:00
mv88f6281gtw_ge.h
MVBC_P.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MVBLM7.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MVBLUE.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
MVS1.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
MVSMR.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mx1ads.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
mx6qarm2.h No need to define CONFIG_ARCH_CPU_INIT. 2012-07-07 14:07:44 +02:00
mx6qsabrelite.h mx6qsabrelite: add i2c multi-bus support 2012-07-31 08:01:09 +02:00
mx25pdk.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
mx28evk.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
mx31ads.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
mx31pdk.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
mx35pdk.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
mx51evk.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
mx53ard.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
mx53evk.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
mx53loco.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
mx53smd.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
neo.h powerpc/ppc4xx: Make gdsys 405ep boards reset more generic 2012-04-30 15:00:56 +02:00
NETPHONE.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
NETTA.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
NETTA2.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
NETVIA.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
nhk8815.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
nios2-generic.h nios2: move gd and bd into BSS 2012-07-16 09:51:12 +08:00
ns9750dev.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
NSCU.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
NX823.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
o2dnt.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ocotea.h
OCRTC.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
omap3_beagle.h omap3_beagle: Add CONFIG_CMD_ASKENV 2012-07-07 14:07:23 +02:00
omap3_evm.h omap3evm: Add CONFIG_CMD_ASKENV 2012-07-07 14:07:23 +02:00
omap3_evm_common.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
omap3_evm_quick_mmc.h OMAP3: Add SPL support to omap3_evm 2011-12-06 23:59:38 +01:00
omap3_evm_quick_nand.h nand_spl_simple: store ecc data on the stack 2012-01-26 16:06:21 -06:00
omap3_logic.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
omap3_mvblx.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
omap3_overo.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
omap3_pandora.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
omap3_sdp3430.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
omap3_zoom1.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
omap3_zoom2.h OMAP3: Remove unused define CONFIG_OMAP3_*_DDR 2012-01-16 08:40:10 +01:00
omap4_common.h ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls. 2012-07-07 14:07:36 +02:00
omap4_panda.h OMAP4: ehci-omap: enable ehci-omap for panda boards 2012-02-12 10:11:31 +01:00
omap4_sdp4430.h mmc: omap: config VMMC, MMC1_PBIAS 2011-09-30 22:00:55 +02:00
omap5_evm.h ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls. 2012-07-07 14:07:36 +02:00
omap730.h
omap730p2.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
omap1510.h
omap1510inn.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
omap2420h4.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
omap5912osk.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
openrd.h
openrisc-generic.h openrisc: Add openrisc-generic example board 2012-01-13 21:17:00 +01:00
origen.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ORSG.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
otc570.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
P1_P2_RDB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
p1_p2_rdb_pc.h powerpc/85xx: improve definition of BR_PHYS_ADDR macro 2012-08-08 18:32:15 -05:00
P3G4.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
p3mx.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
p3p440.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
P1010RDB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
P1022DS.h powerpc/85xx: improve definition of BR_PHYS_ADDR macro 2012-08-08 18:32:15 -05:00
P1023RDS.h powerpc/85xx: Add USB device-tree fixup for various platforms 2012-07-06 17:03:25 -05:00
P2020COME.h powerpc/85xx: Add USB device-tree fixup for various platforms 2012-07-06 17:03:25 -05:00
P2020DS.h powerpc/85xx: improve definition of BR_PHYS_ADDR macro 2012-08-08 18:32:15 -05:00
P2041RDB.h powerpc/corenet_ds: Slave module for boot from PCIE 2012-08-23 10:24:15 -05:00
P3041DS.h powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h 2011-11-29 08:48:06 -06:00
P3060QDS.h powerpc/p3060qds: Add board related support for P3060QDS platform 2011-11-29 08:48:06 -06:00
P4080DS.h powerpc/85xx: Refactor some defines out of corenet_ds.h 2011-10-03 08:52:15 -05:00
P5020DS.h powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h 2011-11-29 08:48:06 -06:00
palmld.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
palmtc.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
PATI.h board/mpl/pati: use the CFI driver for the PATI board 2012-01-09 09:25:07 +01:00
paz00.h arm: Tegra: Use ODMDATA from BCT in IRAM 2012-07-07 14:07:21 +02:00
pb1x00.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
PCI405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
PCI5441.h
PCIPPC2.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
PCIPPC6.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
pcm030.h
pcs440ep.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
pdm360ng.h NAND: remove NAND_MAX_CHIPS definitions 2012-01-26 16:08:55 -06:00
pdnb3.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
pf5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PIP405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
PK1C20.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
PLU405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
plutux.h tegra: plutux: Add device tree support 2012-07-09 22:44:32 +02:00
pm9g45.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
PM520.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PM826.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
PM828.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
pm9261.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
pm9263.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
PMC405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
PMC405DE.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
PMC440.h nand_spl: store ecc data on the stack 2012-01-26 16:09:06 -06:00
PN62.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
pogo_e02.h kirkwood: add support for Cloud Engines Pogoplug E02 2012-05-15 08:31:22 +02:00
PPChameleonEVB.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ppmc7xx.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ppmc8260.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
pr1.h Blackfin: pr1: new board port 2012-02-12 15:03:25 -05:00
pxa-common.h PXA: Introduce common configuration header for PXA 2011-12-06 23:59:33 +01:00
pxa255_idp.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
qemu-mips.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
qi_lb60.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
qong.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
QS823.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
QS850.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
QS860T.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
quad100hd.h CMD: Remove CMD_LOG, it's unused 2012-04-19 22:01:13 +02:00
quantum.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
r0p7734.h sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth 2012-05-28 09:12:54 +09:00
r2dplus.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
R360MPI.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
r7780mp.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
Rattler.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
RBC823.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
rd6281a.h
redwood.h
RPXClassic.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
RPXlite.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
RPXlite_DW.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
RPXsuper.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
RRvision.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
rsdproto.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
rsk7203.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
rsk7264.h sh: Fix sh7264 clock speed and related serial setting 2012-03-08 10:26:32 +09:00
rsk7269.h sh: Add SH7269 device and RSK2+SH7269 board 2012-05-28 09:12:54 +09:00
s5p_goni.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
s5pc210_universal.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sacsng.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sandbox.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
Sandpoint8240.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
Sandpoint8245.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
sbc35_a9g20.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
sbc405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sbc8349.h powerpc/mpc83xx: increment malloc heap size 2012-07-03 11:07:21 -05:00
SBC8540.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sbc8548.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sbc8560.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sbc8641d.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sc3.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
scb9328.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
SCM.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
seaboard.h arm: Tegra: Use ODMDATA from BCT in IRAM 2012-07-07 14:07:21 +02:00
sequoia.h nand_spl: store ecc data on the stack 2012-01-26 16:09:06 -06:00
sh7757lcr.h sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth 2012-05-28 09:12:54 +09:00
sh7763rdp.h sh: Set CONFIG_SH_ETHER_PHY_MODE and CONFIG_SH_ETHER_SH7734_MII to boards with sh_eth 2012-05-28 09:12:54 +09:00
sh7785lcr.h CMD: Drop CONFIG_CMD_DFL, it's not used 2012-04-19 22:01:13 +02:00
sheevaplug.h
shmin.h
SIMPC8313.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
SM850.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
smdk2410.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
smdk5250.h CONFIG: SMDK5250: I2C: Enable I2C 2012-07-31 08:03:19 +02:00
smdk6400.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
smdkc100.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
smdkv310.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
snapper9260.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
socrates.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
sorcery.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
spc1920.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
SPD823TS.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
spear-common.h net: Multiple updates/enhancements to designware.c 2012-07-07 14:07:42 +02:00
spear3xx_evb.h cleanup/SPEAr: Define configuration flags more elegantly 2012-07-07 14:07:42 +02:00
spear6xx_evb.h cleanup/SPEAr: Define configuration flags more elegantly 2012-07-07 14:07:42 +02:00
spieval.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
stxgp3.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
stxssa.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
stxxtc.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
suvd3.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
svm_sc8xx.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
SX1.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
SXNI855T.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
t3corp.h
taihu.h
taishan.h
tam3517-common.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TASREG.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
tb0229.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
TB5200.h
tcm-bf518.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
tcm-bf537.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
tec.h tegra: Add Tamonten Evaluation Carrier support 2012-07-09 22:44:32 +02:00
tegra2-common-post.h tegra: define fdt_load/fdt_high variables 2012-07-09 22:44:34 +02:00
tegra2-common.h tegra: enable bootz command 2012-07-09 22:44:34 +02:00
tk71.h Kirkwood: Add support for Ka-Ro TK71 2012-07-07 14:07:33 +02:00
TK885D.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
tnetv107x_evm.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
tny_a9260.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
TOP860.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TOP5200.h
top9000.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
Total5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TQM85xx.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM823L.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM823M.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM834x.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM850L.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM850M.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM855L.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM855M.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM860L.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM860M.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM862L.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM862M.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM866M.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM885D.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM5200.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM8260.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
TQM8272.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
trats.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
tricorder.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
trimslice.h tegra: trimslice: fix a couple typos 2012-07-07 14:07:21 +02:00
trizepsiv.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
tt01.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
tuxx1.h powerpc/83xx/km: use tuxx1.h for kmsupx5 target 2012-06-15 16:42:32 -05:00
twister.h OMAP3: twister: add support to boot Linux from SPL 2012-03-27 22:05:29 +02:00
tx25.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
u8500_href.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
uc100.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
uc101.h
utx8245.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
v5fx30teval.h
v37.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
v38b.h
VCMA9.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
vct.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
ve8313.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ventana.h arm: Tegra: Use ODMDATA from BCT in IRAM 2012-07-07 14:07:21 +02:00
versatile.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
virtlab2.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
vision2.h configs: Remove unused symbol CONFIG_DISCOVER_PHY 2012-08-09 22:32:05 +02:00
vl_ma2sc.h add new board vl_ma2sc 2012-07-07 14:07:44 +02:00
vme8349.h powerpc/mpc83xx: increment malloc heap size 2012-07-03 11:07:21 -05:00
VOH405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
VOM405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
VoVPN-GW.h CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there 2012-06-20 20:26:16 +02:00
vpac270.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
W7OLMC.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
W7OLMG.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
walnut.h
whistler.h arm: Tegra: Use ODMDATA from BCT in IRAM 2012-07-07 14:07:21 +02:00
WUH405.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
xaeniax.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
xilinx-ppc.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
xilinx-ppc405-generic.h
xilinx-ppc405.h
xilinx-ppc440-generic.h
xilinx-ppc440.h
xpedite517x.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
xpedite520x.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
xpedite537x.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
xpedite550x.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
xpedite1000.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
yosemite.h
yucca.h
Yukon8220.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
zeus.h CMD: Remove CMD_LOG, it's unused 2012-04-19 22:01:13 +02:00
zipitz2.h PXA: Enable CONFIG_PREBOOT on zipitz2 2012-07-07 14:07:44 +02:00
zmx25.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ZPC1900.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00
ZUMA.h hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c 2012-06-20 20:36:51 +02:00