u-boot-brain/include/configs
Kyle Moffett 0ecb55132b eXMeritus HWW-1U-1A: Add support for the AT24C128N I2C EEPROM
This EEPROM is hardware-write-protected and used to persist key
information such as the serial number and MAC addresses even if the
primary environment sector in NOR FLASH is overwritten.

During manufacturing, the environment is initialized from Linux and then
the key parameters copied to the EEPROM via U-Boot:

  env export -c -s 0x2000 $loadaddr serial# macaddr mac1addr mac2addr
  eeprom write $loadaddr 0x0000 0x2000

The chip is then locked via hardware for delivery.

When doing a field U-Boot upgrade, the environment is erased and reset
to the defaults to avoid problems with "hwconfig" changes, etc.  After
loading the new U-Boot image, the hardware data is reloaded:

  i2c dev 0
  eeprom read $loadaddr 0x0000 0x2000
  env import -c $loadaddr 0x2000
  saveenv

The first three commands are saved in the "restore_eeprom" variable for
user convenience.  (EG: "run restore_eeprom && saveenv")

Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com>
Cc: Andy Fleming <afleming@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2012-01-11 13:57:53 -06:00
..
km Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx 2011-11-08 07:44:52 +01:00
manroland Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
a4m072.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
a320evb.h arm: a320evb: define mach-type in board config file 2011-11-27 19:44:49 +01:00
A3000.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
acadia.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
actux1.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
actux2.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
actux3.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
actux4.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ADCIOP.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
Adder.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
AdderUSB.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
adp-ag101.h adp-ag101: add board adp-ag101 support 2011-10-22 00:54:25 +02:00
adp-ag101p.h adp-ag101p: Add SoC and board support of ag101p 2011-11-10 10:46:54 +08:00
ADS860.h Makefile: move all Power Architecture boards into boards.cfg 2010-10-18 22:12:04 +02:00
aev.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
afeb9260.h board configs: drop NET_MULTI references 2011-10-05 22:22: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 am335x: Temporarily add MACH_TYPE define 2011-11-03 22:56:21 +01:00
am3517_crane.h AM3517 CraneBoard: Add SPL support 2011-12-06 23:59:39 +01:00
am3517_evm.h AM3517: Add SPL support 2011-12-06 23:59:39 +01:00
amcc-common.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
AMX860.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ap325rxa.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
AP1000.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
APC405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
apollon.h ARM: convert "apollon" board to use boards.cfg 2011-12-10 23:10:36 +01:00
AR405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
aria.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
ASH405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
aspenite.h Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT 2011-05-31 23:51:55 +02:00
astro_mcf5373l.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
at91rm9200ek.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
at91sam9m10g45ek.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
at91sam9rlek.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
at91sam9260ek.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
at91sam9261ek.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
at91sam9263ek.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
atc.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
atngw100.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
atstk1002.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
atstk1003.h atstk100x: switch to common cfi driver 2011-07-04 10:55:27 +02:00
atstk1004.h atstk100x: switch to common cfi driver 2011-07-04 10:55:27 +02:00
atstk1006.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
balloon3.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
bamboo.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
BC3450.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bct-brettl2.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
bf506f-ezkit.h Blackfin: bf506f-ezkit: disable import/export env commands 2011-04-25 02:02:51 -04:00
bf518f-ezbrd.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf525-ucr2.h Blackfin: bf525-ucr2: new board port 2011-04-08 00:44:26 -04:00
bf526-ezbrd.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf527-ad7160-eval.h Blackfin: bf537-stamp/bf527-ad7160-eval: convert to mmc_spi 2011-04-25 02:02:50 -04:00
bf527-ezkit.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
bf527-sdp.h Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
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 board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02: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 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
BMW.h net: drop !NET_MULTI bcm570x/tigon3 drivers 2011-10-05 22:22:15 +02:00
bubinga.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
c2mon.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ca9x4_ct_vxp.h arm: ca9x4_ct_vxp: enable PXE BOOTP options support 2011-10-17 22:25:36 +02:00
cam_enc_4xx.h arm, davinci: add cam_enc_4xx support 2011-11-03 22:56:25 +01:00
CANBT.h ppc4xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:09 +01:00
canmb.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
canyonlands.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
CATcenter.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
charon.h mpc52xx, charon: change mtd default partitions 2010-12-17 20:15:12 +01:00
cm_t35.h ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused 2011-12-06 23:59:35 +01:00
cm-bf527.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02: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 board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm-bf561.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm41xx.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm4008.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cm5200.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
cmi_mpc5xx.h 5xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:11 +01:00
CMS700.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cobra5272.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
cogent_common.h
cogent_mpc8xx.h 8xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:10 +01:00
cogent_mpc8260.h 8260: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:12 +01:00
colibri_pxa270.h PXA: Flip colibri_pxa27x to pxa-common.h 2011-12-06 23:59:33 +01:00
coreboot.h x86: Initial commit for running as a coreboot payload 2011-12-19 13:26:15 +11:00
corenet_ds.h powerpc/p3060qds: Add board related support for P3060QDS platform 2011-11-29 08:48:06 -06:00
CPC45.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CPCI2DP.h ppc4xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:09 +01:00
CPCI405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CPCI405AB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CPCI405DT.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CPCI750.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CPCI4052.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +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 powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
CPU87.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
cpu9260.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
cpuat91.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CRAYL1.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
csb272.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
csb472.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
CU824.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
da830evm.h davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM 2011-10-27 21:56:36 +02:00
da850_am18xxevm.h da850evm: pass board revision info to kernel 2011-12-06 23:59:40 +01:00
da850evm.h arm, da850evm: Add an SPL for SPI boot 2011-12-24 10:23:30 +01:00
DASA_SIM.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
davinci_dm355evm.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
davinci_dm355leopard.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
davinci_dm365evm.h davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM 2011-10-27 21:56:36 +02:00
davinci_dm6467evm.h dm646x: pass board revision info to kernel 2011-11-08 08:59:57 -05:00
davinci_dm6467Tevm.h ARM: davinci_dm6467Tevm: Fix build breakage 2011-12-06 23:59:35 +01:00
davinci_dvevm.h davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM 2011-10-27 21:56:36 +02:00
davinci_schmoogie.h davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board 2011-11-27 19:45:19 +01:00
davinci_sffsdr.h davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM 2011-10-27 21:56:36 +02:00
davinci_sonata.h davinci_sonata: define CONFIG_MACH_TYPE for davinci_sonata board 2011-11-27 19:45:27 +01:00
DB64360.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
DB64460.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
dbau1x00.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
debris.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
devkit8000.h devkit8000: Move CONFIG_SYS_TEXT_BASE out of bss 2011-12-06 23:59:41 +01:00
dig297.h ARM: OMAP3: Remove unused define SDRC_R_C_B 2011-12-06 23:59:35 +01:00
digsy_mtc.h mpc5200: digsy_mtc: Fix extension board detection 2011-12-12 08:17:05 +01:00
dkb.h dkb: make mmc command as default enabled 2011-10-27 21:56:37 +02:00
dlvision-10g.h ppc4xx: Improve lm63 pwm on dlvision-10g 2011-10-12 11:50:16 +02:00
dlvision.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
dnp5370.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
dockstar.h Seagate FreeAgent DockStar support 2010-11-26 21:12:52 +01:00
DP405.h ppc4xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:09 +01:00
dreamplug.h dreamplug: initial board support. 2011-10-27 21:56:32 +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 board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ea20.h Davinci: ea20: added PREBOOT to configuration 2011-11-03 22:56:26 +01:00
eb_cpux9k2.h Arm: re-introduce the MACH_TYPE_XXXXXX for EB_CPUX9K2 board 2011-11-05 13:43:27 +01:00
EB+MCF-EV123.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ebony.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ecovec.h sh: Add support for ecovec board 2011-12-02 13:46:22 +09:00
edminiv2.h ARM: orion5x: reduce dependence of including platform file 2011-10-27 21:56:33 +02:00
efikamx.h USB: efikamx: Enable USB on EfikaMX and EfikaSB 2011-12-11 14:50:14 +01:00
ELPPC.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ELPT860.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
enbw_cmc.h arm, davinci: add support for am1808 based enbw_cmc board 2011-12-06 23:59:37 +01:00
eNET.h x86: Provide more configuration granularity 2011-11-29 21:09:52 +11:00
ep82xxm.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
EP88x.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ep8248.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ep8260.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
espt.h sh: espt: change config for new sh_eth driver 2011-12-02 13:46:21 +09:00
ESTEEM192E.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ethernut5.h Ethernut 5 board support 2011-12-06 23:59:31 +01:00
ETX094.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
EVB64260.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
eXalion.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
EXBITGEN.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
FADS823.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
FADS850SAR.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
FADS860T.h Makefile: move all Power Architecture boards into boards.cfg 2010-10-18 22:12:04 +02:00
favr-32-ezkit.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
FLAGADM.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
flea3.h MX35: flea3: changes due to hardware revision B 2011-12-06 23:59:40 +01:00
FPS850L.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
FPS860L.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
fx12mm.h mtd: MTD related config header changes (mtdparts command) 2009-06-12 20:45:47 +02:00
G2000.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
galaxy5200.h Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments 2011-05-12 23:04:55 +02:00
gdppc440etx.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
GEN860T.h Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE 2010-10-26 21:03:25 +02:00
GENIETV.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
gplugd.h gplugD: Fix for error:MACH_TYPE_SHEEVAD undeclared 2011-11-03 22:56:21 +01: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 board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
grsim_leon2.h sparc: fix unknown escape sequence warnings 2011-12-05 21:55:24 +01:00
grsim.h sparc: fix unknown escape sequence warnings 2011-12-05 21:55:24 +01:00
gth2.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
guruplug.h kirkwood: guruplug: Relocate NAND environment area 2010-10-28 19:02:12 +05:30
gw8260.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
h2_p2_dbg_board.h arch/arm/include/asm/sizes.h: cleanups 2010-10-13 09:59:33 +02:00
hammerhead.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
harmony.h tegra2: Enable SPI environment on Seaboard 2011-12-24 10:23:31 +01:00
hawkboard.h arm, hawkboard: Use the pinmux configurations defined in the arch tree 2011-12-06 23:59:37 +01:00
hermes.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
HH405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
HIDDEN_DRAGON.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
highbank.h ARM: highbank: enable networking and pxe 2012-01-05 20:10:38 +01:00
hmi1001.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
HUB405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
HWW1U1A.h eXMeritus HWW-1U-1A: Add support for the AT24C128N I2C EEPROM 2012-01-11 13:57:53 -06:00
hymod.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
IAD210.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ibf-dsp561.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
IceCube.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
icon.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ICU862.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
idmr.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
IDS8247.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
igep0020.h ARM: OMAP3: Remove unused define SDRC_R_C_B 2011-12-06 23:59:35 +01:00
igep0030.h ARM: OMAP3: Remove unused define SDRC_R_C_B 2011-12-06 23:59:35 +01:00
imx27lite-common.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01: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: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
imx31_phycore.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
incaip.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
inka4x0.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
integratorap.h integrator: move text offset to config 2011-11-10 15:26:58 +01:00
integratorcp.h integrator: move text offset to config 2011-11-10 15:26:58 +01:00
intip.h ppc4xx: Change DDR2 CL from 4 to 5 for intip 2011-10-12 11:50:42 +02:00
io.h ppc4xx: Add DLVision-10G board support 2011-02-07 11:13:16 +01:00
io64.h ppc4xx: Add Io64 board support 2011-12-01 09:10:57 +01:00
iocon.h ppc4xx: Add DLVision-10G board support 2011-02-07 11:13:16 +01:00
ip04.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
IP860.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
ipek01.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
IPHASE4539.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
ISPAN.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
IVML24.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
IVMS8.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
jadecpu.h arm: jadecpu: Readd MACH_TYPE_JADECPU 2011-11-05 13:36:31 +01:00
jornada.h armv7: rename cache related CONFIG flags 2011-07-04 10:55:25 +02:00
JSE.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
jupiter.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
KAREF.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
katmai.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
kilauea.h PPC405EX CHIP_21 erratum 2011-05-12 16:10:51 +02:00
km_kirkwood.h arm/km: trigger reconfiguration for the Xilinx FPGA 2011-11-03 22:56:23 +01:00
kmeter1.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
kmsupx5.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
korat.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
KUP4K.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
KUP4X.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
kvme080.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
lacie_kw.h ARM: remove duplicated code for LaCie boards 2011-12-06 23:59:30 +01:00
LANTEC.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
linkstation.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
luan.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
lubbock.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
lwmon.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
lwmon5.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
m28evk.h M28: Cleanup memsize.o OOT build 2011-12-09 17:30:10 +01:00
M5208EVBE.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5235EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5249EVB.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
M5253DEMO.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5253EVBE.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
M5271EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5272C3.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5275EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5282EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5329EVB.h ColdFire: Move boards with simple _config rules to boards.cfg 2011-10-19 00:34:57 +08:00
M5373EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5475EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M5485EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M52277EVB.h ColdFire: Fix the compile issue for M52277 2011-11-07 22:02:33 +08:00
M53017EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M54451EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
M54455EVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
magnesium.h arm, i.mx27: add support for magnesium board from projectiondesign 2010-04-30 05:23:23 -05:00
makalu.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
MBX.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
MBX860T.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
mcc200.h 5xxx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:11 +01:00
mecp5123.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
mecp5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
medcom.h tegra: Fix build error in plutux, medcom 2011-12-24 10:23:32 +01:00
meesc.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
MERGERBOX.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
METROBOX.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
mgcoge.h keymile boards: move keymile specific header in subdir 2011-05-10 23:22:49 +02:00
mgcoge3ne.h keymile boards: move keymile specific header in subdir 2011-05-10 23:22:49 +02:00
mgcoge3un.h arm/km: add variable waitforne to mgcoge3un 2011-11-03 22:56:22 +01:00
MHPC.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
microblaze-generic.h microblaze: usable uart16550 for big endian systems 2011-11-27 15:49:48 +01:00
MigoR.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
mimc200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
MIP405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ML2.h Move LDSCRIPT definitions to board config files. 2010-12-09 10:27:41 +01:00
ml507.h ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg 2008-10-31 10:31:02 +01:00
motionpro.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
MOUSSE.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
MPC86xADS.h Makefile: move all Power Architecture boards into boards.cfg 2010-10-18 22:12:04 +02:00
MPC832XEMDS.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC837XEMDS.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC837XERDB.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC885ADS.h Makefile: move all Power Architecture boards into boards.cfg 2010-10-18 22:12:04 +02:00
mpc5121-common.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
mpc5121ads.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
mpc7448hpc2.h GCC4.6: Squash GTREADREG related errors 2011-10-27 23:54:08 +02:00
MPC8260ADS.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
MPC8266ADS.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
mpc8308_p1m.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC8308RDB.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC8313ERDB.h mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code 2011-11-03 18:27:56 -05:00
MPC8315ERDB.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC8323ERDB.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC8349EMDS.h mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code 2011-11-03 18:27:56 -05:00
MPC8349ITX.h mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code 2011-11-03 18:27:56 -05:00
MPC8360EMDS.h powerpc/mpc83xx: Add 33.33MHz support for mpc8360emds 2011-11-07 18:34:40 -06:00
MPC8360ERDK.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MPC8536DS.h powerpc/85xx: Fix NAND SPL support 2011-11-09 09:13:39 -06:00
MPC8540ADS.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
MPC8541CDS.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
MPC8544DS.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
MPC8548CDS.h powerpc/mpc8548cds: Fix network initialization 2011-11-08 08:30:47 -06:00
MPC8555CDS.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
MPC8560ADS.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
MPC8568MDS.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
MPC8569MDS.h powerpc/85xx: clean up and document the QE/FMAN microcode macros 2011-11-29 08:48:06 -06:00
MPC8572DS.h powerpc/85xx: Fix NAND SPL support 2011-11-09 09:13:39 -06:00
MPC8610HPCD.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
MPC8641HPCN.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
mpq101.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +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 board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ms7750se.h cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT 2011-10-27 23:53:59 +02:00
muas3001.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
mucmc52.h Makefile: move all Power Architecture boards into boards.cfg 2010-10-18 22:12:04 +02:00
munices.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
MUSENKI.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
mv-common.h Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments 2011-05-12 23:04:55 +02:00
mv88f6281gtw_ge.h kirkwood: added common config file mv-common.h 2010-10-13 09:36:10 +02:00
MVBC_P.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
MVBLM7.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
MVBLUE.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
MVS1.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
MVSMR.h Move LDSCRIPT definitions to board config files. 2010-12-09 10:27:41 +01:00
mx1ads.h cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT 2011-10-27 23:53:59 +02:00
mx6qarm2.h i.mx: i.mx6q: add the initial support for i.mx6q ARM2 board 2011-12-09 17:30:10 +01:00
mx25pdk.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
mx31ads.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
mx31pdk.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
mx35pdk.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
mx51evk.h USB: mx51evk: add end enable USB host support on port 1 2011-12-11 14:49:56 +01:00
mx53ard.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
mx53evk.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
mx53loco.h USB: mx53loco: add end enable USB host support on port 1 2011-12-11 14:49:50 +01:00
mx53smd.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
neo.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
NETPHONE.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
NETTA.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
NETTA2.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
NETVIA.h 8xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:10 +01:00
nhk8815.h cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT 2011-10-27 23:53:59 +02:00
nios2-generic.h board/nios2-generic: Use altera_pio driver and remove board specific driver 2011-10-28 09:51:19 +08:00
ns9750dev.h net: ns9750: drop !NET_MULTI driver 2011-10-23 23:34:20 +02:00
NSCU.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
NX823.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
o2dnt.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ocotea.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
OCRTC.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
omap3_beagle.h OMAP3: Add SPL support to Beagleboard 2011-12-06 23:59:38 +01:00
omap3_evm_common.h OMAP3: Add SPL support to omap3_evm 2011-12-06 23:59:38 +01: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 OMAP3: Add SPL support to omap3_evm 2011-12-06 23:59:38 +01:00
omap3_evm.h OMAP3: Add SPL support to omap3_evm 2011-12-06 23:59:38 +01:00
omap3_mvblx.h ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused 2011-12-06 23:59:35 +01:00
omap3_overo.h omap: overo: Use ubifs instead of jffs2 for nand 2011-12-09 17:28:28 +01:00
omap3_pandora.h ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused 2011-12-06 23:59:35 +01:00
omap3_sdp3430.h ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused 2011-12-06 23:59:35 +01:00
omap3_zoom1.h ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused 2011-12-06 23:59:35 +01:00
omap3_zoom2.h ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused 2011-12-06 23:59:35 +01:00
omap4_common.h omap4+: streamline CONFIG_SYS_TEXT_BASE and other SDRAM addresses 2011-12-06 23:59:34 +01:00
omap4_panda.h omap4_panda: Build in cmd_gpio support on panda 2011-10-27 21:56:35 +02:00
omap4_sdp4430.h mmc: omap: config VMMC, MMC1_PBIAS 2011-09-30 22:00:55 +02:00
omap5_evm.h omap4+: streamline CONFIG_SYS_TEXT_BASE and other SDRAM addresses 2011-12-06 23:59:34 +01:00
omap730.h arch/arm/include/asm/sizes.h: cleanups 2010-10-13 09:59:33 +02:00
omap730p2.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
omap1510.h arch/arm/include/asm/sizes.h: cleanups 2010-10-13 09:59:33 +02:00
omap1510inn.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
omap1610h2.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
omap1610inn.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
omap2420h4.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
omap5912osk.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
openrd.h Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT 2011-05-31 23:51:55 +02:00
origen.h S5PC2XX: Rename S5pc2XX to exynos 2011-12-09 17:30:09 +01:00
ORSG.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
otc570.h Fix Stelian's email address 2011-11-27 19:44:21 +01:00
p1_p2_rdb_pc.h powerpc/85xx: clean up and document the QE/FMAN microcode macros 2011-11-29 08:48:06 -06:00
P1_P2_RDB.h powerpc/85xx: Fix NAND SPL support 2011-11-09 09:13:39 -06:00
P3G4.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
p3mx.h GCC4.6: Squash GTREADREG related errors 2011-10-27 23:54:08 +02:00
p3p440.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
P1010RDB.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
P1022DS.h powerpc/85xx: CONFIG_FSL_SATA_V2 should be defined in config_mpc85xx.h 2011-11-29 08:48:06 -06:00
P1023RDS.h powerpc/85xx: clean up and document the QE/FMAN microcode macros 2011-11-29 08:48:06 -06:00
P2020COME.h Coding Style cleanup 2011-12-19 12:03:40 +01:00
P2020DS.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
P2041RDB.h powerpc/85xx: clean up and document the QE/FMAN microcode macros 2011-11-29 08:48:06 -06: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 PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
palmtc.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
PATI.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
pb1x00.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PCI405.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
PCI5441.h Timer: Allow reset_timer() only for systems with low resolution timers 2011-07-26 14:52:53 +02:00
PCIPPC2.h GCC4.6: Squash GTREADREG related errors 2011-10-27 23:54:08 +02:00
PCIPPC6.h GCC4.6: Squash GTREADREG related errors 2011-10-27 23:54:08 +02:00
pcm030.h Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments 2011-05-12 23:04:55 +02:00
pcs440ep.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
pdm360ng.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
pdnb3.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
pf5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PIP405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PK1C20.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PLU405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
plutux.h tegra: Fix build error in plutux, medcom 2011-12-24 10:23:32 +01:00
pm9g45.h pm9g45: init serial console before relocation 2011-12-12 10:28:57 +01:00
PM520.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PM826.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PM828.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
pm9261.h pm9261: init serial console before relocation 2011-12-12 10:28:46 +01:00
pm9263.h pm9263: init serial console before relocation 2011-12-12 10:28:30 +01:00
PMC405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PMC405DE.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
PMC440.h ppc4xx: use CONFIG_PCI_BOOTDELAY instead of private implementation 2011-12-01 09:10:28 +01:00
PN62.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
portl2.h arm/km: portl2 environment address update to P1B 2011-11-03 22:56:23 +01:00
PPChameleonEVB.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ppmc7xx.h GCC4.6: Squash GTREADREG related errors 2011-10-27 23:54:08 +02:00
ppmc8260.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
pxa-common.h PXA: Introduce common configuration header for PXA 2011-12-06 23:59:33 +01:00
pxa255_idp.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
qemu-mips.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
qi_lb60.h MIPS: Jz4740: Add qi_lb60 board support 2011-10-12 23:28:49 +09:00
qong.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
QS823.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
QS850.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
QS860T.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
quad100hd.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
quantum.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
r2dplus.h cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT 2011-10-27 23:53:59 +02:00
R360MPI.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
r7780mp.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
Rattler.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
RBC823.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
rd6281a.h Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT 2011-05-31 23:51:55 +02:00
redwood.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
RPXClassic.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
RPXlite_DW.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
RPXlite.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
RPXsuper.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
RRvision.h common: cosmetic: CONFIG_ROOTPATH checkpatch compliance 2011-10-22 01:21:15 +02:00
rsdproto.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
rsk7203.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
rsk7264.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
s5p_goni.h usb:gadget:s5p Enable the USB Gadget framework at GONI 2011-12-11 14:44:49 +01:00
s5pc210_universal.h usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal) 2011-12-16 21:37:17 +01:00
sacsng.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
sandbox.h sandbox/tegra2: fix typo in autocomplete define 2011-11-03 22:35:06 +01:00
Sandpoint8240.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
Sandpoint8245.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
sbc35_a9g20.h ARM: sbc35_a9g20: re-add MACH_TYPE_SBC35_A9G20 2011-12-19 17:52:44 +01:00
sbc405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
sbc8349.h mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code 2011-11-03 18:27:56 -05:00
SBC8540.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
sbc8548.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
sbc8560.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
sbc8641d.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
sc3.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
scb9328.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
SCM.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
seaboard.h tegra2: Enable SPI environment on Seaboard 2011-12-24 10:23:31 +01:00
sequoia.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
sh7757lcr.h sh: Add a flag which controls the DDR ECC mode of sh7757lcr 2011-12-02 13:46:21 +09:00
sh7763rdp.h sh7763rdp: change config for new sh_eth driver 2011-12-02 13:46:21 +09:00
sh7785lcr.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
sheevaplug.h kirkwood: added common config file mv-common.h 2010-10-13 09:36:10 +02:00
shmin.h Merge branch 'master' of git://git.denx.de/u-boot-sh 2011-02-04 20:38:27 +01:00
SIMPC8313.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
SM850.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
smdk2410.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
smdk6400.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
smdkc100.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
smdkv310.h S5PC2XX: Rename S5pc2XX to exynos 2011-12-09 17:30:09 +01:00
snapper9260.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
socrates.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
sorcery.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
spc1920.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
SPD823TS.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
spear-common.h spear: fix build errors for spear3xx/spear600 platforms 2011-08-04 13:50:01 +02:00
spear3xx.h mkconfig: change CONFIG_MK_ prefix into plain CONFIG_ 2010-10-18 22:01:21 +02:00
spear6xx.h mod change 755 => 644 for multiple files 2010-03-21 22:22:53 +01:00
spieval.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
stxgp3.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
stxssa.h common: cosmetic: CONFIG_BOOTFILE checkpatch compliance 2011-10-22 01:21:35 +02:00
stxxtc.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
suvd3.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
svm_sc8xx.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
SX1.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
SXNI855T.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
t3corp.h ppc4xx: t3corp: Add support for the Xilinx DS617 flash chip 2010-12-17 09:43:23 +01:00
taihu.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
taishan.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
tam3517-common.h ARM: omap3: added common configuration for Technexion TAM3517 2011-12-24 10:23:29 +01:00
TASREG.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
tb0229.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TB5200.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
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
tegra2-common.h tegra2: Change CONFIG_SYS_TEXT_BASE to 0x00108000. 2011-12-24 10:23:31 +01:00
TK885D.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
tnetv107x_evm.h TI: TNETV107X Fix Build Error 2011-07-17 17:01:32 +02:00
tny_a9260.h ARM: tny_a9260: re-add MACH_TYPE_TNY_A9G20 and MACH_TYPE_TNY_A9260 2011-12-19 17:52:44 +01:00
TOP860.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TOP5200.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
top9000.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
Total5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TQM85xx.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TQM823L.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM823M.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM834x.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
TQM850L.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM850M.h TQM850M: Add missing CONFIG_BOOTDELAY 2011-11-07 22:15:46 +01:00
TQM855L.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM855M.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM860L.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM860M.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM862L.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TQM862M.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TQM866M.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM885D.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
TQM5200.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
TQM8260.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
TQM8272.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
trizepsiv.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
tt01.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
tuda1.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
tuxa1.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
twister.h ARM: omap3: add support to Technexion twister board 2011-12-24 10:23:29 +01:00
tx25.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
u8500_href.h cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT 2011-10-27 23:53:59 +02:00
uc100.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
uc101.h Move LDSCRIPT definitions to board config files. 2010-12-09 10:27:41 +01:00
utx8245.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
v5fx30teval.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
v37.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
v38b.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
VCMA9.h ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE 2011-11-08 09:18:23 +01:00
vct.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
ve8313.h mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code 2011-11-03 18:27:56 -05:00
ventana.h arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master 2011-12-24 10:23:32 +01:00
versatile.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
virtlab2.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
vision2.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
vme8349.h mpc83xx: Cleanup usage of LBC constants 2011-11-03 18:27:56 -05:00
VOH405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
VOM405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
VoVPN-GW.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
vpac270.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
W7OLMC.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
W7OLMG.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
walnut.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
WUH405.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
xaeniax.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
xilinx-ppc.h xilinx-ppc4xx-generic: Use common u-boot.lds 2010-12-17 09:44:40 +01: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
xpedite517x.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
xpedite520x.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
xpedite537x.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
xpedite550x.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
xpedite1000.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
yosemite.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
yucca.h Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value 2010-10-26 21:05:30 +02:00
Yukon8220.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
zeus.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00
zipitz2.h PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X 2011-12-06 23:59:32 +01:00
zmx25.h MX: serial_mxc: cleanup removing nasty #ifdef 2011-12-06 23:59:40 +01:00
ZPC1900.h powerpc: cpm2 boards: update fcc register logic 2011-10-17 22:25:31 +02:00
ZUMA.h board configs: drop NET_MULTI references 2011-10-05 22:22:16 +02:00