summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for BCM5464 Quad PhyJoe Hamman2007-05-151-0/+28
* Search the exception table with linear algorithmZang Roy-r619112007-05-151-21/+18
* Fix compilation issues on MACOSXAubrey.Li2007-05-152-3/+3
* Fix for compile of JSE targetStephen Williams2007-05-151-0/+1
* Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-05-151-5/+5
|\
| * Merge with /home/git/u-bootWolfgang Denk2007-05-051-1/+1
| |\
| * \ Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-05-057-58/+44
| |\ \
| | * | 5xxx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-05-051-0/+4
| | * | [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki2007-04-292-6/+14
| | * | [PATCH] simplify silent consoleLadislav Michl2007-04-252-46/+12
| | * | Fix file modeStefan Roese2007-04-231-0/+0
| | * | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-239-42/+76
| | |\ \
| | * | | [PATCH] Avoid assigning PCI resources from zero addressSergei Shtylyov2007-04-231-1/+6
| | * | | [patch] setenv(...) can delete environmentalvariablesJeffrey Mann2007-04-231-1/+4
| | * | | [patch] use unsigned char in smc91111 driver for macMike Frysinger2007-04-231-4/+4
* | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2007-05-153-20/+118
|\ \ \ \ \
| * \ \ \ \ Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-153-20/+118
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | [Motion-PRO] Add MTD and JFFS2 support, also add default partitionPiotr Kruszynski2007-05-101-0/+9
| | * | | | [Motion-PRO] Add support for I2C, EEPROM and RTC.Piotr Kruszynski2007-05-081-1/+29
| | * | | | [Motion-PRO] Add ATA support. Add CF-booting commands to the defaultBartlomiej Sieka2007-05-081-2/+23
| | * | | | [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. ThisBartlomiej Sieka2007-05-081-0/+7
| | * | | | [Motion-PRO] Enable Flat Device Tree support and modify default environmentBartlomiej Sieka2007-05-082-19/+41
| | * | | | [MPC5xxx] There are networking problems on the Motion-PRO board withBartlomiej Sieka2007-05-071-0/+11
* | | | | | Get rid of duplicated file (see include/configs/sbc8560.h instead)Wolfgang Denk2007-05-071-410/+0
* | | | | | Get rid of duplicated file (see doc/README.SBC8560 instead)Wolfgang Denk2007-05-071-53/+0
|/ / / / /
* | | | | 5xxx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-05-051-0/+4
* | | | | [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki2007-05-052-6/+14
* | | | | [PATCH] simplify silent consoleLadislav Michl2007-05-052-40/+6
* | | | | [PATCH] Avoid assigning PCI resources from zero addressSergei Shtylyov2007-05-051-1/+6
* | | | | [patch] setenv(...) can delete environmentalvariablesJeffrey Mann2007-05-051-1/+4
* | | | | [patch] use unsigned char in smc91111 driver for macMike Frysinger2007-05-051-4/+4
| |/ / / |/| | |
* | | | Coding stylke cleanup; update CHANGELOG.Wolfgang Denk2007-05-056-26/+87
* | | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-05-058-171/+55
|\ \ \ \
| * \ \ \ Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-05-0510-5/+1392
| |\ \ \ \
| * | | | | ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHzJeffrey Mann2007-05-051-1/+3
| * | | | | ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND bootingStefan Roese2007-05-052-6/+10
| * | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-29203-3191/+9483
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge with /home/stefan/git/u-boot/u-boot-ppc4xxStefan Roese2007-04-291-9/+21
| |\ \ \ \ \
| | * | | | | ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.Matthias Fuchs2007-04-241-9/+21
| * | | | | | ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driverStefan Roese2007-04-293-154/+8
| |/ / / / /
| * | | | | ppc4xx: Fix chip select timing for SysACE access on AMCC KatmaiStefan Roese2007-04-191-1/+13
* | | | | | Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.Wolfgang Denk2007-05-052-1/+270
* | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-05-0540-148/+3085
|\ \ \ \ \ \
| * | | | | | Cleaned up some 85xx PCI bugsAndy Fleming2007-05-026-19/+28
| * | | | | | Add support for the 8568 MDS boardAndy Fleming2007-05-0213-2/+1495
| * | | | | | Add support for treating unknown PHYs as generic PHYs.David Updegraff2007-05-021-0/+93
| * | | | | | Reworked 85xx speed detection codeAndy Fleming2007-04-231-36/+8
| * | | | | | Enable 8544 supportAndy Fleming2007-04-235-8/+23
| * | | | | | Support 1G size on 8548Andy Fleming2007-04-231-2/+9
| * | | | | | Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nGAndy Fleming2007-04-232-3/+3
OpenPOWER on IntegriCloud