summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanupWolfgang Denk2007-03-082-1/+178
* Merge with /home/hs/jupiter/u-bootWolfgang Denk2007-03-087-6/+821
|\
| * [PATCH] Added support for the jupiter board.Heiko Schocher2007-02-167-0/+815
* | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-0812-644/+171
|\ \
| * \ Merge with /home/stefan/git/u-boot/yucca-ddr2Stefan Roese2007-03-0812-644/+171
| |\ \
| | * | [PATCH] Update AMCC Luan 440SP eval board supportStefan Roese2007-03-085-240/+62
| | * | [PATCH] Update AMCC Yucca 440SPe eval board supportStefan Roese2007-03-083-378/+35
| | * | ppc4xx: Small AMCC Katmai 440SPe updateStefan Roese2007-03-082-0/+11
| | * | ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SPStefan Roese2007-03-082-26/+63
* | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-03-073-68/+48
|\ \ \ \ | |/ / /
| * | | [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval boardStefan Roese2007-03-072-64/+21
| * | | [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM'sStefan Roese2007-03-071-4/+27
| |/ /
* | | UC101: fix compiler warningsWolfgang Denk2007-03-071-9/+9
* | | HMI1001: fix build error, cleanup compiler warnings.Wolfgang Denk2007-03-072-9/+10
* | | Restructure POST directory to support of other CPUs, boards, etc.Wolfgang Denk2007-03-0645-45/+7719
* | | Fix HOSTARCH handling.Wolfgang Denk2007-03-061-5/+1
* | | [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setupStefan Roese2007-03-063-17/+26
|/ /
* | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-03-012-6/+8
|\ \
| * \ Merge with /home/sr/git/u-boot/denxStefan Roese2007-03-012-6/+8
| |\ \
| | * | SC3: fix typo in default environmentWolfgang Denk2007-02-281-1/+1
| | * | MCC200: Fixes for update procedureSergei Poselenov2007-02-281-5/+7
* | | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-03-0114-83/+617
|\ \ \ \ | |/ / /
| * | | [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUMStefan Roese2007-03-011-0/+8
| |/ /
| * | Minor code cleanup.Wolfgang Denk2007-02-2711-81/+518
| * | MCC200 update - add LCD Progress IndicatorSergei Poselenov2007-02-273-9/+98
* | | [PATCH] Update AMCC Katmai 440SPe eval board supportStefan Roese2007-03-017-180/+369
|/ /
* | [PATCH] get_dev() now unconditionally uses manual relocationStefan Roese2007-02-221-9/+1
* | [PATCH] Change systemace driver to select 8 & 16bit modeStefan Roese2007-02-221-5/+2
* | [PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang2007-02-2111-16/+54
* | [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)Stefan Roese2007-02-211-4/+4
* | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-211-9/+11
|\ \
| * \ Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-02-211-9/+11
| |\ \
| | * | MCC200: Software Updater: allow both "ramdisk" and "filesystem" typesWolfgang Denk2007-02-191-9/+11
* | | | [PATCH] Fix relocation problem with "new" get_dev() functionStefan Roese2007-02-201-0/+12
* | | | [PATCH] Update SystemACE driver for 16bit accessStefan Roese2007-02-201-3/+11
* | | | [PATCH] Clean up Katmai (440SPe) linker scriptStefan Roese2007-02-201-16/+0
* | | | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-02-2049-526/+1220
|\ \ \ \ | |/ / /
| * | | [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely2007-02-207-16/+15
| * | | [PATCH 8_9] Add block_write hook to block_dev_desc_tGrant Likely2007-02-201-0/+4
| * | | [PATCH 7_9] Replace ace_readw_ace_writeb functions with macrosGrant Likely2007-02-201-26/+10
| * | | [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2007-02-203-3/+2
| * | | [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)Grant Likely2007-02-201-149/+146
| * | | [PATCH 4_4] Remove local implementation of isprint() in ft_build.cGrant Likely2007-02-201-5/+1
| * | | [PATCH 3_9] Move buffer print code from md command to common functionGrant Likely2007-02-203-51/+86
| * | | [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targetsGrant Likely2007-02-207-8/+7
| * | | [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-2015-125/+82
| * | | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-02-191-47/+46
| |\ \ \ | | |/ /
| | * | MCC200: Extensions to Software Update MechanismSergei Poselenov2007-02-191-47/+46
| * | | [PATCH] Update Sequoia EBC configuration (NOR FLASH)Stefan Roese2007-02-191-2/+2
| |/ /
| * | Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-02-168-7/+690
| |\ \