u-boot-brain/include/configs
Stefan Roese 5bf39a96c2 ppc4xx: T3CORP fixes and updates
This patch fixes some problems for the T3CORP board. Here the list
of the changes:

- Add 600-67 and 677 CPU frequency setting to chip_config
  command
- Define CONFIG_DDR_RFDC_FIXED on t3corp:
  While using the "normal" auto calibration code, sometimes values for
  RFDC were picked (>= T3) that resulted in a non-working U-Boot (hang
  upon relocation, while running from SDRAM). With this optimized RFDC
  value we can force this register and use the auto-calibration code to
  setup the remaining calibration registers.
- Increase sizes of FPGA chips selects
- EBC timing updated OEN=3 for 66 MHz EBC speed
- Change ext. IRQ2 setup to level-low active
- Enable CONFIG_SYS_CFI_FLASH_STATUS_POLL

By defining CONFIG_SYS_CFI_FLASH_STATUS_POLL, DQ7 is polled to detect the
chip busy status. This is now used instead of the data toggle method which
is used historically by default in the common CFI driver. With this change
a problem with not written data is solved on this board, where a 32 byte
block of data is still erased instead of filled with the correct content
after these commands:

=> erase 0xfc100000 +0x1000000

....................................................................
done
Erased 128 sectors
=> cp.b 0x100000 0xfc100000 0x1000000
Copy to Flash... done
=> cmp.b 0x100000 0xfc100000 0x1000000
byte at 0x00d0d6c0 (0x00) != byte at 0xfcd0d6c0 (0xff)
Total of 12637888 bytes were the same

Signed-off-by: Stefan Roese <sr@denx.de>
2010-07-23 09:53:48 +02:00
..
manroland configs: remove unused CONFIG_COMMAND_HISTORY 2010-05-04 23:38:50 +02:00
a320evb.h arm: A320: Add support for Faraday A320 evaluation board 2009-11-27 16:26:17 -06:00
A3000.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
acadia.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
actux1.h Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ 2009-03-29 16:04:51 +02:00
actux2.h Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ 2009-03-29 16:04:51 +02:00
actux3.h Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ 2009-03-29 16:04:51 +02:00
actux4.h Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ 2009-03-29 16:04:51 +02:00
ADCIOP.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Adder.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
AdderUSB.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ADS860.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
aev.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
afeb9260.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
Alaska8220.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
alpr.h ppc4xx: alpr: Remove some not needed commands to make image fit again 2010-04-14 10:26:28 +02:00
am3517_evm.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
amcc-common.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
AMX860.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ap325rxa.h Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API 2009-07-22 22:53:44 -07:00
AP1000.h configs: remove unused CONFIG_COMMAND_HISTORY 2010-05-04 23:38:50 +02:00
APC405.h ppc4xx: Fix APC405 build breakage 2010-04-29 10:16:30 +02:00
apollon.h Remove superfluous uses of V_PROMPT macro. 2010-01-04 08:48:16 -06:00
AR405.h ppc4xx: Remove unused feature from AR405 board 2010-02-03 09:17:56 +01:00
aria.h mpc5121: determine RAM size using get_ram_size() 2010-04-24 22:56:35 +02:00
armadillo.h Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API 2009-08-25 13:35:54 -07:00
ASH405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
assabet.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
astro_mcf5373l.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
at91cap9adk.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
at91rm9200dk.h add new CONFIG_AT91_LEGACY 2010-02-12 12:31:54 -06:00
at91rm9200ek.h add new CONFIG_AT91_LEGACY 2010-02-12 12:31:54 -06:00
at91sam9m10g45ek.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
at91sam9rlek.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
at91sam9260ek.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
at91sam9261ek.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
at91sam9263ek.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
atc.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
atngw100.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
atstk1002.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
atstk1003.h Merge branch 'fixes' into cleanups 2008-12-17 16:53:07 +01:00
atstk1004.h Merge branch 'fixes' into cleanups 2008-12-17 16:53:07 +01:00
atstk1006.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
ATUM8548.h ppc/85xx: Clean up ATUM8548 PCI setup code 2010-01-05 13:49:06 -06:00
B2.h Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00
BAB7xx.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
bamboo.h NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS 2009-01-23 10:32:51 -06:00
barco.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
BC3450.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
bf518f-ezbrd.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bf526-ezbrd.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bf527-ad7160-eval.h Blackfin: bf527-ad7160-eval: new board support 2010-07-13 17:50:52 -04:00
bf527-ezkit.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bf533-ezkit.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bf533-stamp.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bf537-minotaur.h Blackfin: tweak embedded LDR env config option 2010-01-17 09:17:26 -05:00
bf537-pnav.h Merge branch 'master' of git://git.denx.de/u-boot-blackfin 2010-07-14 21:54:45 +02:00
bf537-srv1.h Blackfin: tweak embedded LDR env config option 2010-01-17 09:17:26 -05:00
bf537-stamp.h Merge branch 'master' of git://git.denx.de/u-boot-blackfin 2010-07-14 21:54:45 +02:00
bf538f-ezkit.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bf548-ezkit.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bf561-acvilon.h Merge branch 'master' of git://git.denx.de/u-boot-blackfin 2010-07-14 21:54:45 +02:00
bf561-ezkit.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
bfin_adi_common.h Blackfin: enable IP defrag for ADI boards 2010-07-13 17:50:52 -04:00
blackstamp.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
BMW.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
bubinga.h i2c: Update references to individual i2c commands 2009-06-12 20:39:46 +02:00
c2mon.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
CANBT.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
canmb.h net: removed board-specific CONFIGs from MPC5xxx FEC driver 2009-02-09 23:01:40 -08:00
canyonlands.h ppc4xx/Canyonlands added USB board callbacks 2010-07-23 09:53:20 +02:00
CATcenter.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
CCM.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
cerf250.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
cm41xx.h ks8695: move serial driver to drivers/serial 2009-03-29 23:01:42 +02:00
cm4008.h ks8695: move serial driver to drivers/serial 2009-03-29 23:01:42 +02:00
cm5200.h mtd: MTD related config header changes (mtdparts command) 2009-06-12 20:45:47 +02:00
cm-bf527.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
cm-bf533.h Blackfin: update tiny board settings (voltage/default env) 2010-01-17 09:17:26 -05:00
cm-bf537e.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
cm-bf537u.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
cm-bf548.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
cm-bf561.h Blackfin: cm-bf561: update network/env settings 2010-04-07 01:10:34 -04:00
cmc_pu2.h add new CONFIG_AT91_LEGACY 2010-02-12 12:31:54 -06:00
cmi_mpc5xx.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
CMS700.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
cobra5272.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
cogent_common.h * Patch by Shlomo Kut, 29 Mar 2004: 2004-09-29 11:02:56 +00:00
cogent_mpc8xx.h ppc: Clean up calling of misc_init_r() during init 2009-09-22 23:04:44 +02:00
cogent_mpc8260.h ppc: Clean up calling of misc_init_r() during init 2009-09-22 23:04:44 +02:00
colibri_pxa270.h PXA: Toradex Colibri PXA270 support 2010-07-14 23:27:48 +02:00
CPC45.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cpci5200.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
CPCI2DP.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
CPCI405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
CPCI405AB.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
CPCI405DT.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
CPCI750.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
CPCI4052.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
CPCIISER4.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
cpu9260.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
CPU86.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
CPU87.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
cpuat91.h cpuat91: unbreak ethernet 2010-07-12 00:14:29 -07:00
cradle.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
CRAYL1.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
csb226.h Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API 2009-08-25 13:35:54 -07:00
csb272.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
csb472.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
csb637.h add new CONFIG_AT91_LEGACY 2010-02-12 12:31:54 -06:00
CU824.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
da830evm.h DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files 2010-06-22 10:24:43 -04:00
da850evm.h TI: DaVinci: Add board specific code for da850 EVM 2010-06-10 12:04:42 -04:00
DASA_SIM.h ppc4xx: Update TEXT_BASE for DASA_SIM boards 2009-03-20 22:39:13 +01:00
davinci_dm355evm.h Davinci: Configurable NAND chip selects 2010-01-04 08:48:17 -06:00
davinci_dm355leopard.h Davinci: Configurable NAND chip selects 2010-01-04 08:48:17 -06:00
davinci_dm365evm.h DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files 2010-06-22 10:24:43 -04:00
davinci_dm6467evm.h Davinci: Configurable NAND chip selects 2010-01-04 08:48:17 -06:00
davinci_dvevm.h DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files 2010-06-22 10:24:43 -04:00
davinci_schmoogie.h DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files 2010-06-22 10:24:43 -04:00
davinci_sffsdr.h DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files 2010-06-22 10:24:43 -04:00
davinci_sonata.h DaVinci: EMAC: Get EMAC_MDIO_PHY_NUM from config files 2010-06-22 10:24:43 -04:00
DB64360.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
DB64460.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
dbau1x00.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
debris.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
delta.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
devkit8000.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
digsy_mtc.h digsy_mtc: Add TCR register value for RTC (DS1339) 2009-09-24 00:21:06 +02:00
dlvision.h ppc4xx: Add DL-Vision 405EP board support 2009-07-24 06:42:31 +02:00
dnp1110.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
DP405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
DU405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
DU440.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
eb_cpux9k2.h new board (eb_cpux9k2) 2010-02-12 12:36:04 -06:00
EB+MCF-EV123.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
ebony.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
edb93xx.h Add support for EDB93xx boards 2010-02-12 12:31:54 -06:00
edminiv2.h edminiv2: add ethernet support 2010-07-12 23:40:31 -07:00
ELPPC.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
ELPT860.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
eNET.h eNET: Implement eNET Watchdog 2010-05-06 00:20:04 +02:00
ep82xxm.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
ep7312.h Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API 2009-08-25 13:35:54 -07:00
ep8248.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
ep8260.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
EP88x.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ERIC.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
espt.h sh: Add support ESPT-GIGA borad 2009-07-11 09:02:21 +09:00
ESTEEM192E.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ETX094.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
evb4510.h arm: clean cache management 2009-04-05 13:06:31 +02:00
EVB64260.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
eXalion.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
EXBITGEN.h Enable CONFIG_NET_MULTI on all remaining PPC4xx boards 2009-06-12 20:39:47 +02:00
FADS823.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
FADS850SAR.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
FADS860T.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
favr-32-ezkit.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
FLAGADM.h 8xx, icache: enabling ICache not before running from RAM 2009-03-18 20:48:29 +01:00
FPS850L.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
FPS860L.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
fx12mm.h mtd: MTD related config header changes (mtdparts command) 2009-06-12 20:45:47 +02:00
G2000.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
galaxy5200.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
gcplus.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
gdppc440etx.h ppc4xx: Add GDsys PowerPC 440 ETX board support. 2009-01-26 10:13:30 +01:00
GEN860T.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
GENIETV.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
gr_cpci_ax2000.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
gr_ep2s60.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
gr_xc3s_1500.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
grsim_leon2.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
grsim.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
gth2.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
guruplug.h mvgbe: support SoCs other than kirkwood 2010-07-12 23:40:31 -07:00
gw8260.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
h2_p2_dbg_board.h * Code cleanup (ARM mostly) 2004-07-01 16:30:44 +00:00
hammerhead.h Merge branch 'fixes' into cleanups 2008-12-17 16:53:07 +01:00
hcu4.h ppc4xx: Update configs for Netstal boards 2008-10-21 17:34:57 +02:00
hcu5.h ppc4xx: Update configs for Netstal boards 2008-10-21 17:34:57 +02:00
hermes.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
HH405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
HIDDEN_DRAGON.h remove _IO_BASE and KSEG1ADDR from board configuration files 2009-07-11 00:19:16 +02:00
hmi1001.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
HMI10.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
HUB405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
hymod.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
IAD210.h boards: move board_get_enetaddr() into board-specific init 2009-03-20 22:39:12 +01:00
ibf-dsp561.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
IceCube.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
icon.h ppc4xx: icon: add support for SM502 chip 2010-06-17 23:12:15 +02:00
ICU862.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
idmr.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
IDS8247.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
impa7.h Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API 2009-08-25 13:35:54 -07:00
imx27lite-common.h arm, i.mx27: add support for magnesium board from projectiondesign 2010-04-30 05:23:23 -05:00
imx27lite.h arm, i.mx27: add support for magnesium board from projectiondesign 2010-04-30 05:23:23 -05:00
imx31_litekit.h MX: RTC13783 uses general function to access PMIC 2010-05-05 09:48:41 +02:00
imx31_phycore.h Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API 2009-07-22 22:53:44 -07:00
incaip.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
inka4x0.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
innokom.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
integratorap.h integratorap/cp: use cfi driver 2009-06-23 00:10:04 +02:00
integratorcp.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
intip.h ppc4xx: Make DDR2 timing for intip more robust 2009-09-23 15:46:02 +02:00
ip04.h Blackfin: convert plat-nand code to GPIO framework 2010-07-08 16:52:13 -05:00
IP860.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
ipek01.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
IPHASE4539.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ISPAN.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
IVML24.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
IVMS8.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
ixdp425.h Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ 2009-03-29 16:04:51 +02:00
ixdpg425.h arm: timer and interrupt init rework 2009-06-12 20:39:48 +02:00
JSE.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
jupiter.h net: removed board-specific CONFIGs from MPC5xxx FEC driver 2009-02-09 23:01:40 -08:00
KAREF.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
katmai.h ppc4xx: Add option for PPC440SPe ports without old Rev. A support 2010-04-14 10:27:39 +02:00
kb9202.h add new CONFIG_AT91_LEGACY 2010-02-12 12:31:54 -06:00
keymile-common.h configs: remove unused CONFIG_COMMAND_HISTORY 2010-05-04 23:38:50 +02:00
kilauea.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
km8xx.h powerpc: updates for the keymile boards 2009-07-21 00:06:11 +02:00
km_arm.h mvgbe: support SoCs other than kirkwood 2010-07-12 23:40:31 -07:00
kmeter1.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
kmsupx4.h 8xx: add support for new keymile kmsupx4 board. 2009-03-18 20:50:05 +01:00
korat.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
KUP4K.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
KUP4X.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
kvme080.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
LANTEC.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
lart.h Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API 2009-08-25 13:35:54 -07:00
linkstation.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
logodl.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
lpc2292sodimm.h arm: cleanup remaining CONFIG_INIT_CRITICAL 2009-06-12 20:39:48 +02:00
lpd7a400-10.h Fix SMC91111 regression: lpd7a40x build failures 2009-11-09 21:56:18 -08:00
lpd7a400.h lh7a40x: move serial driver to drivers/serial 2009-06-12 20:39:53 +02:00
lpd7a404-10.h Fix SMC91111 regression: lpd7a40x build failures 2009-11-09 21:56:18 -08:00
lpd7a404.h Fix SMC91111 regression: lpd7a40x build failures 2009-11-09 21:56:18 -08:00
luan.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
lubbock.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
lwmon5.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
lwmon.h ppc: Clean up calling of misc_init_r() during init 2009-09-22 23:04:44 +02:00
m501sk.h add new CONFIG_AT91_LEGACY 2010-02-12 12:31:54 -06:00
M5208EVBE.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5235EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5249EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5253DEMO.h ColdFire: Fix incorrect M5253DEMO default environment 2010-03-24 11:09:39 -05:00
M5253EVBE.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5271EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5272C3.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5275EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5282EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5329EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5373EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5475EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M5485EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M52277EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M53017EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M54451EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
M54455EVB.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
magnesium.h arm, i.mx27: add support for magnesium board from projectiondesign 2010-04-30 05:23:23 -05:00
makalu.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
MBX860T.h ppc: cleanup compiler errors/warnings 2009-03-27 20:23:32 +01:00
MBX.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mcc200.h mcc200: fix build error 2009-10-19 09:18:57 +02:00
mcu25.h ppc4xx: Update configs for Netstal boards 2008-10-21 17:34:57 +02:00
mecp5123.h mpc5121: determine RAM size using get_ram_size() 2010-04-24 22:56:35 +02:00
mecp5200.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
meesc.h at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT 2010-04-03 15:24:27 -05:00
METROBOX.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
mgcoge.h FDT: remove obsolete OF_CPU and OF_SOC macros. 2009-09-22 22:59:27 +02:00
mgsuvd.h 8xx, mgsuvd: rename board to a more generic name 2009-03-18 20:50:04 +01:00
MHPC.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
microblaze-generic.h microblaze: Stop stack clobbering in microblaze-generic. 2009-12-08 08:51:42 +01:00
MigoR.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
mimc200.h MIMC200: set default fbmem value 2009-11-22 22:07:17 +01:00
MIP405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
ml507.h ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg 2008-10-31 10:31:02 +01:00
ML2.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
modnet50.h netarm: move serial driver to drivers/serial 2009-03-29 23:01:41 +02:00
motionpro.h mtd: MTD related config header changes (mtdparts command) 2009-06-12 20:45:47 +02:00
MOUSSE.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mp2usb.h add new CONFIG_AT91_LEGACY 2010-02-12 12:31:54 -06:00
mpc5121-common.h mpc5121: add support for PDM360NG board 2010-04-24 22:56:37 +02:00
mpc5121ads.h mpc5121: determine RAM size using get_ram_size() 2010-04-24 22:56:35 +02:00
mpc7448hpc2.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
MPC86xADS.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
MPC832XEMDS.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
MPC837XEMDS.h powerpc: Update configs to properly set FSL_ELBC 2010-07-16 10:55:08 -05:00
MPC837XERDB.h powerpc: Update configs to properly set FSL_ELBC 2010-07-16 10:55:08 -05:00
MPC885ADS.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
MPC8260ADS.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
MPC8266ADS.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
MPC8308RDB.h MPC8308RDB: minimal support for devboard from Freescale 2010-07-09 16:10:36 -05:00
MPC8313ERDB.h powerpc: Update configs to properly set FSL_ELBC 2010-07-16 10:55:08 -05:00
MPC8315ERDB.h powerpc: Update configs to properly set FSL_ELBC 2010-07-16 10:55:08 -05:00
MPC8323ERDB.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
MPC8349EMDS.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
MPC8349ITX.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
MPC8360EMDS.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
MPC8360ERDK.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
MPC8536DS.h ppc/85xx: Convert MPC8536DS to using board common ICS307 code 2010-07-16 10:55:10 -05:00
MPC8540ADS.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
MPC8540EVAL.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8541CDS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8544DS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8548CDS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8555CDS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8560ADS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8568MDS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8569MDS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
MPC8572DS.h ppc/85xx: Convert MPC8572DS to using board common ICS307 code 2010-07-16 10:55:10 -05:00
MPC8610HPCD.h fsl: improve the PIXIS code and fix a few bugs 2010-04-07 00:21:27 -05:00
MPC8641HPCN.h mpc86xx: set the DDR BATs after calculating true DDR size 2010-03-30 10:50:22 -05:00
mpr2.h sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV 2009-07-08 11:43:16 +09:00
ms7720se.h sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV 2009-07-08 11:43:16 +09:00
ms7722se.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
ms7750se.h sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV 2009-07-08 11:43:16 +09:00
muas3001.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
mucmc52.h mpc5200, mucmc52, uc101: config cleanup 2009-09-25 01:19:17 +02:00
munices.h net: removed board-specific CONFIGs from MPC5xxx FEC driver 2009-02-09 23:01:40 -08:00
MUSENKI.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mv88f6281gtw_ge.h mvgbe: support SoCs other than kirkwood 2010-07-12 23:40:31 -07:00
MVBC_P.h Remove deprecated 'autoscr' command/variables 2009-09-22 23:03:24 +02:00
MVBLM7.h mpc83xx/mvBLM7: add usb commands and cleanup. 2010-05-07 12:20:15 -05:00
MVBLUE.h MVBLUE: Remove CONFIG_CMD_IRQ 2009-12-14 21:31:17 +01:00
MVS1.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
MVSMR.h Add initial support for Matrix Vision mvSMR board based on MPC5200B. 2010-04-10 00:06:05 +02:00
mx1ads.h Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API 2009-08-25 13:35:54 -07:00
mx1fs2.h mtd: MTD related config header changes (mtdparts command) 2009-06-12 20:45:47 +02:00
mx31ads.h MX: RTC13783 uses general function to access PMIC 2010-05-05 09:48:41 +02:00
mx31pdk.h MX: RTC13783 uses general function to access PMIC 2010-05-05 09:48:41 +02:00
mx51evk.h Add SPI support to mx51evk board 2010-05-05 09:48:41 +02:00
NC650.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
neo.h ppc4xx: Add GDSys neo 405EP board support 2008-10-21 17:35:02 +02:00
NETPHONE.h Fix boards broken after removal of legacy NAND and DoC support 2009-07-19 19:37:24 +02:00
netstal-common.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
netstar.h netstar.h: do not exceed 80 columns 2010-03-07 12:36:35 -06:00
NETTA2.h Fix boards broken after removal of legacy NAND and DoC support 2009-07-19 19:37:24 +02:00
NETTA.h Fix boards broken after removal of legacy NAND and DoC support 2009-07-19 19:37:24 +02:00
NETVIA.h Fix boards broken after removal of legacy NAND and DoC support 2009-07-19 19:37:24 +02:00
nhk8815.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
nios2-generic.h nios2: add gpio support to nios2-generic board 2010-05-28 10:56:03 -04:00
ns9750dev.h Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ 2009-03-29 16:04:51 +02:00
NSCU.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
NX823.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
o2dnt.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
ocotea.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
OCRTC.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
omap3_beagle.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
omap3_evm.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
omap3_overo.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
omap3_pandora.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
omap3_sdp3430.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
omap3_zoom1.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
omap3_zoom2.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
omap4_panda.h ARMV7: Add support for TI OMAP4 Panda 2010-07-05 20:00:22 -04:00
omap4_sdp4430.h ARMV7: Add support for TI OMAP4430 SDP 2010-07-05 20:00:15 -04:00
omap730.h ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h 2008-09-12 02:20:40 +02:00
omap730p2.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
omap1510.h ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h 2008-09-12 02:20:40 +02:00
omap1510inn.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
omap1610h2.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
omap1610inn.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
omap2420h4.h Remove superfluous uses of V_PROMPT macro. 2010-01-04 08:48:16 -06:00
omap5912osk.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
openrd_base.h mvgbe: support SoCs other than kirkwood 2010-07-12 23:40:31 -07:00
ORSG.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
otc570.h at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT 2010-04-03 15:24:27 -05:00
OXC.h unify {CONFIG_,}ENV_IS_EMBEDDED 2009-08-25 12:57:54 +02:00
p3mx.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
p3p440.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
P1_P2_RDB.h 85xx/p1_p2_rdb: PCIe E1000 card support added. 2010-07-16 10:55:10 -05:00
P3G4.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
P1022DS.h powerpc/85xx: Add command to report errata workarounds 2010-07-16 10:55:10 -05:00
P2020DS.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
PATI.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
pb1x00.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
PCI405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
PCI5441.h nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards. 2010-04-02 12:28:41 -04:00
PCIPPC2.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
PCIPPC6.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
pcm030.h board support patch for phyCORE-MPC5200B-tiny 2009-07-10 23:21:32 +02:00
pcs440ep.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
pcu_e.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
pdm360ng.h mpc5121: pdm360ng: add coprocessor POST 2010-04-24 22:56:41 +02:00
pdnb3.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
pf5200.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
PIP405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
PK1C20.h nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards. 2010-04-02 12:28:41 -04:00
pleb2.h LAN91C96: Enable NET_MULTI LAN driver 2009-12-13 21:31:26 -08:00
PLU405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
pm9g45.h add new board pm9g45 2010-06-06 08:36:28 -05:00
pm9261.h pm9261: remove CONFIG_CMD_AUTOSCRIPT 2010-04-30 05:23:22 -05:00
pm9263.h pm9263 converted to at91 soc access 2010-04-30 05:23:26 -05:00
PM520.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
PM826.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
PM828.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
PM854.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
PM856.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
PMC405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
PMC405DE.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
PMC440.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
PN62.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
PPChameleonEVB.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
ppmc7xx.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
ppmc8260.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
purple.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pxa255_idp.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
qemu-mips.h Refresh LZMA-lib to v4.65 2009-07-22 09:43:27 +02:00
qong.h MX31: Added support for the Casio COM57H5M10XRC to QONG 2010-05-19 09:15:50 +02:00
QS823.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
QS850.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
QS860T.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
quad100hd.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
quantum.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
r2dplus.h Merge branch 'master' of /home/wd/git/u-boot/custodians 2009-07-13 23:37:59 +02:00
r7780mp.h r7780mp: fix typo in Ethernet chip model number comment. 2009-09-10 23:11:03 +02:00
R360MPI.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
Rattler.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
RBC823.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
rd6281a.h mvgbe: support SoCs other than kirkwood 2010-07-12 23:40:31 -07:00
redwood.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
rmu.h rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared 2009-06-10 00:15:11 +02:00
RPXClassic.h boards: move board_get_enetaddr() into board-specific init 2009-03-20 22:39:12 +01:00
RPXlite_DW.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
RPXlite.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
RPXsuper.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
RRvision.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
rsdproto.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
rsk7203.h Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API 2009-07-22 22:53:44 -07:00
s5p_goni.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
sacsng.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
Sandpoint8240.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Sandpoint8245.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sbc35_a9g20.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
sbc405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
sbc2410x.h Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
sbc8240.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
sbc8260.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
sbc8349.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
sbc8548.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
sbc8560.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
sbc8641d.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
SBC8540.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
sc3.h Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
sc520_cdp.h i386: Fix malloc initialization 2009-12-05 01:02:10 +01:00
sc520_spunk_rel.h * Code cleanup: 2003-06-27 21:31:46 +00:00
sc520_spunk.h i386: Fix malloc initialization 2009-12-05 01:02:10 +01:00
scb9328.h Convert DM9000 driver for CONFIG_NET_MULTI 2009-06-15 00:13:55 -07:00
SCM.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sequoia.h Adds EHCI definitions to sequoia board configuration file. 2010-01-09 10:27:21 +01:00
sh7763rdp.h sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV 2009-07-08 11:43:16 +09:00
sh7785lcr.h sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV 2009-07-08 11:43:16 +09:00
shannon.h shannon/INFERNO: fix special handling of environment configuration 2010-07-04 23:48:55 +02:00
sheevaplug.h mvgbe: support SoCs other than kirkwood 2010-07-12 23:40:31 -07:00
SIMPC8313.h powerpc: Update configs to properly set FSL_ELBC 2010-07-16 10:55:08 -05:00
SM850.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
smdk2400.h Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
smdk2410.h Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
smdk6400.h ARM1176: Coexist with other ARM1176 platforms 2010-06-08 10:07:17 -05:00
smdkc100.h ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 2010-07-05 19:59:55 -04:00
smmaco4.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
SMN42.h arm: cleanup remaining CONFIG_INIT_CRITICAL 2009-06-12 20:39:48 +02:00
socrates.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
sorcery.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
spc1920.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
SPD823TS.h ppc: Clean up calling of phy_reset() during init 2009-09-22 23:05:29 +02:00
spear3xx.h mod change 755 => 644 for multiple files 2010-03-21 22:22:53 +01:00
spear6xx.h mod change 755 => 644 for multiple files 2010-03-21 22:22:53 +01:00
spear-common.h SPEAr : Support added for SPEAr600 board 2010-01-23 08:15:49 -06:00
spieval.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
stxgp3.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
stxssa.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
stxxtc.h FDT: remove obsolete OF_CPU and OF_SOC macros. 2009-09-22 22:59:27 +02:00
suen3.h arm: add support for the suen3 board from keymile 2010-03-07 12:36:36 -06:00
svm_sc8xx.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
SX1.h arm925t: Fix CONFIG_SYS_HZ to 1000 2009-04-29 21:39:46 +02:00
SXNI855T.h Remove legacy NAND and disk on chip references from boards. 2009-07-17 15:03:28 -05:00
t3corp.h ppc4xx: T3CORP fixes and updates 2010-07-23 09:53:48 +02:00
taihu.h i2c: Update references to individual i2c commands 2009-06-12 20:39:46 +02:00
taishan.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
TASREG.h ColdFire: Cache update for all platforms 2010-03-24 11:09:37 -05:00
tb0229.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
TB5200.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
tcm-bf518.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
tcm-bf537.h Blackfin: unify default I2C settings for ADI boards 2010-07-13 17:50:52 -04:00
TK885D.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
tnetv107x_evm.h TI: TNETV107X EVM initial support 2010-06-08 10:07:17 -05:00
tny_a9260.h ARM change name of defines for AT91 arm926ejs 2010-03-07 12:36:35 -06:00
TOP860.h Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
TOP5200.h net: removed board-specific CONFIGs from MPC5xxx FEC driver 2009-02-09 23:01:40 -08:00
Total5200.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
TQM85xx.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
TQM823L.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM823M.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM834x.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
TQM850L.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM850M.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM855L.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM855M.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM860L.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM860M.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM862L.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM862M.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM866M.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM885D.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
TQM5200.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
TQM8260.h TQM8260: fix locations of kernel and ramdisk images in flash 2009-02-17 10:26:38 +01:00
TQM8272.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
trab.h Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
trizepsiv.h xscale: add support for the polaris board 2009-07-06 21:52:58 +02:00
tx25.h Add support for KARO TX25 board 2010-03-07 12:36:36 -06:00
uc100.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
uc101.h mpc5200, mucmc52, uc101: config cleanup 2009-09-25 01:19:17 +02:00
utx8245.h rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV 2009-02-18 00:47:43 +01:00
v5fx30teval.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
v37.h Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
v38b.h mpc5xxx: Remove all references to MGT5100 2010-03-21 22:44:42 +01:00
VCMA9.h Add a unified s3c24x0 header file 2009-11-27 16:26:13 -06:00
vct.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
ve8313.h 83xx: add support for ve8313 board 2010-07-09 16:10:44 -05:00
versatile.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
virtlab2.h TQM8xx: enable device tree support on all TQM8xx based boards. 2010-03-12 00:06:07 +01:00
vme8349.h mpc83xx: turn on icache in core initialization to improve u-boot boot time 2010-04-22 18:44:56 -05:00
VOH405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
voiceblue.h VoiceBlue: limit line lenght to 80 characters 2010-03-07 12:36:35 -06:00
VOM405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
VoVPN-GW.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
vpac270.h PXA: Voipac PXA270 Support 2010-07-14 23:27:20 +02:00
W7OLMC.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
W7OLMG.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
walnut.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
wepep250.h pxa: move serial driver to drivers/serial 2009-06-12 20:39:52 +02:00
WUH405.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
xaeniax.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
xilinx-ppc405-generic.h ppc4xx: Generic architecture for xilinx ppc405(v3) 2008-10-24 17:26:09 +02:00
xilinx-ppc405.h ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg 2008-10-31 10:31:02 +01:00
xilinx-ppc440-generic.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
xilinx-ppc440.h ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg 2008-10-31 10:31:02 +01:00
xilinx-ppc.h mtd: MTD related config header changes (mtdparts command) 2009-06-12 20:45:47 +02:00
xm250.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
XPEDITE1000.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
XPEDITE5170.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00
XPEDITE5200.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
XPEDITE5370.h mpc85xx: Add reginfo command 2010-07-16 10:55:09 -05:00
xsengine.h Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
yosemite.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
yucca.h ppc4xx: Add option for PPC440SPe ports without old Rev. A support 2010-04-14 10:27:39 +02:00
Yukon8220.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
zeus.h i2c: Move PPC4xx I2C driver into drivers/i2c directory 2010-04-06 08:10:41 +02:00
zipitz2.h PXA: ZipitZ2 support 2010-07-14 23:27:49 +02:00
ZPC1900.h Update all board to support new bbmiiphy driver (with multibus support) 2009-10-10 23:16:55 -07:00
ZUMA.h Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitions 2010-06-23 23:24:11 +02:00
zylonite.h common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL 2009-12-08 22:14:07 +01:00