summaryrefslogtreecommitdiffstats
path: root/include/configs
Commit message (Expand)AuthorAgeFilesLines
* Change UEC PHY interface to RGMII on MPC8568MDSHaiying Wang2008-10-181-2/+2
* Remove unwanted ';' at end of define.Selvamuthukumar2008-10-147-12/+12
* Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE referencesPeter Tyser2008-10-1464-66/+0
* sh: rsk7203: Add smc911x driver support to board config fileNobuhiro Iwamatsu2008-10-141-0/+5
* Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-10-1315-14/+36
|\
| * Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-10-123-7/+3
| |\
| | * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2008-10-123-7/+3
| | |\
| | | * i.MX31: switch to CFG_HZ=1000Guennadi Liakhovetski2008-10-083-7/+3
| * | | Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-10-1211-7/+30
| |\ \ \ | | |/ /
| | * | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2008-10-122-4/+18
| | |\ \
| | | * | MPC8572DS: Fix compile warningsKumar Gala2008-10-081-1/+1
| | | * | Remove redundant #define for MPC8536DSHaiying Wang2008-10-071-1/+0
| | | * | Add ID EEPROM support for MPC8572DSHaiying Wang2008-10-071-0/+11
| | | * | Minor fixes for I2C address on MPC8572DSHaiying Wang2008-10-071-2/+6
| | | * | Fix the incorrect DDR clk freq reporting on 8536DSJason Jin2008-10-071-1/+1
| | | |/
| | * | mpc83xx: don't disable autobootKim Phillips2008-09-243-3/+3
| | * | mpc83xx: add h/w flash protection to board configsKim Phillips2008-09-249-0/+9
| | |/
| * | TQM5200: enable support for ATAPI devicesWolfgang Denk2008-10-011-0/+3
| |/
* | ppc4xx: Update DU440 configMatthias Fuchs2008-10-101-2/+4
|/
* socrates: change default mtest address rangeAnatolij Gustschin2008-09-221-2/+2
* socrates: fix SPD EEPROM addressAnatolij Gustschin2008-09-221-1/+1
* ADS5121: fix typo in "rootpath" default settingWolfgang Denk2008-09-181-1/+1
* TQM8xx: Fix CFI flash driver support for all TQM8xx based boardsWolfgang Denk2008-09-1616-10/+43
* 85xx: socrates: Add support for new image format.u-boot@bugs.denx.de2008-09-131-0/+5
* Merge branch 'Makefile-next' of git://git.denx.de/u-boot-armWolfgang Denk2008-09-12432-2651/+2650
|\
| * ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVERJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+0
| * rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-10432-1906/+1906
| * rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-10372-458/+458
| * cleanup use of CFG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-105-5/+5
| * rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-1048-52/+52
| * rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-102-2/+2
| * rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENANDJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
| * rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-1054-80/+80
| * rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD2008-09-1019-25/+25
| * rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASHJean-Christophe PLAGNIOL-VILLARD2008-09-108-13/+13
| * rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-1081-110/+110
| * cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-104-5/+5
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2008-09-122-1/+6
|\ \
| * | ppc4xx: Enable device tree (FDT) support in zeus board portStefan Roese2008-09-121-0/+6
| * | ppc4xx: Fix SDRAM inititialization of multiple 405 based board portsStefan Roese2008-09-121-1/+0
| |/
* | ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & o...Gururaja Hebbar K R2008-09-122-2/+2
* | i.MX31: Make the SPI bus and chip select configurable for MC13783Magnus Lilja2008-09-122-0/+6
|/
* muas3001: update BR4 settingsHeiko Schocher2008-09-101-1/+1
* muas3001: added support for the LM75 sensor.Heiko Schocher2008-09-101-0/+10
* muas3001: activate WDT for the muas3001 board.Heiko Schocher2008-09-101-3/+17
* muas3001: added 64MB SDRAM autodetection.Heiko Schocher2008-09-101-5/+11
* Remove support for booting ARTOS imagesKumar Gala2008-09-094-8/+0
* Moved conditional compile into MakefileAndreas Engel2008-09-093-3/+3
* Update i386 code (sc520_cdp)Graeme Russ2008-09-091-0/+24
* 85xx: socrates: Enable Lime support.Anatolij Gustschin2008-09-091-0/+24
OpenPOWER on IntegriCloud