summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* ppc4xx: Clear Sequoia/Rainier security engine reset bitsJohn Otken john@softadvances.com2007-03-08-0/+4
* [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modulesMatthias Fuchs2007-03-08-0/+2
* [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is definedMatthias Fuchs2007-03-08-20/+20
* [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUSMatthias Fuchs2007-03-08-1/+1
* [PATCH] I2C: Add missing default CFG_SPD_BUS_NUMMatthias Fuchs2007-03-08-0/+3
* fixed ethernet phy configuration for plu405 boardMatthias Fuchs2007-03-08-12/+13
* Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-08-644/+171
|\
| * Merge with /home/stefan/git/u-boot/yucca-ddr2Stefan Roese2007-03-08-644/+171
| |\
| | * [PATCH] Update AMCC Luan 440SP eval board supportStefan Roese2007-03-08-240/+62
| | * [PATCH] Update AMCC Yucca 440SPe eval board supportStefan Roese2007-03-08-378/+35
| | * ppc4xx: Small AMCC Katmai 440SPe updateStefan Roese2007-03-08-0/+11
| | * ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SPStefan Roese2007-03-08-26/+63
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-07-68/+48
|\ \ \ | |/ /
| * | [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval boardStefan Roese2007-03-07-64/+21
| * | [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM'sStefan Roese2007-03-07-4/+27
| |/
* | UC101: fix compiler warningsWolfgang Denk2007-03-07-9/+9
* | HMI1001: fix build error, cleanup compiler warnings.Wolfgang Denk2007-03-07-9/+10
* | Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk2007-03-06-45/+7719
* | Fix HOSTARCH handling.Wolfgang Denk2007-03-06-5/+1
* | [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setupStefan Roese2007-03-06-17/+26
|/
* Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-03-01-6/+8
|\
| * Merge with /home/sr/git/u-boot/denxStefan Roese2007-03-01-6/+8
| |\
| | * SC3: fix typo in default environmentWolfgang Denk2007-02-28-1/+1
| | * MCC200: Fixes for update procedureSergei Poselenov2007-02-28-5/+7
* | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-03-01-83/+617
|\ \ \ | |/ /
| * | [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUMStefan Roese2007-03-01-0/+8
| |/
| * Minor code cleanup.Wolfgang Denk2007-02-27-81/+518
| * MCC200 update - add LCD Progress IndicatorSergei Poselenov2007-02-27-9/+98
* | [PATCH] Update AMCC Katmai 440SPe eval board supportStefan Roese2007-03-01-180/+369
|/
* [PATCH] get_dev() now unconditionally uses manual relocationStefan Roese2007-02-22-9/+1
* [PATCH] Change systemace driver to select 8 & 16bit modeStefan Roese2007-02-22-5/+2
* [PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang2007-02-21-16/+54
* [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)Stefan Roese2007-02-21-4/+4
* Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-21-9/+11
|\
| * Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-02-21-9/+11
| |\
| | * MCC200: Software Updater: allow both "ramdisk" and "filesystem" typesWolfgang Denk2007-02-19-9/+11
* | | [PATCH] Fix relocation problem with "new" get_dev() functionStefan Roese2007-02-20-0/+12
* | | [PATCH] Update SystemACE driver for 16bit accessStefan Roese2007-02-20-3/+11
* | | [PATCH] Clean up Katmai (440SPe) linker scriptStefan Roese2007-02-20-16/+0
* | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-20-526/+1220
|\ \ \ | |/ /
| * | [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely2007-02-20-16/+15
| * | [PATCH 8_9] Add block_write hook to block_dev_desc_tGrant Likely2007-02-20-0/+4
| * | [PATCH 7_9] Replace ace_readw_ace_writeb functions with macrosGrant Likely2007-02-20-26/+10
| * | [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2007-02-20-3/+2
| * | [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)Grant Likely2007-02-20-149/+146
| * | [PATCH 4_4] Remove local implementation of isprint() in ft_build.cGrant Likely2007-02-20-5/+1
| * | [PATCH 3_9] Move buffer print code from md command to common functionGrant Likely2007-02-20-51/+86
| * | [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targetsGrant Likely2007-02-20-8/+7
| * | [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-20-125/+82
| * | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-02-19-47/+46
| |\ \ | | |/