summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether...Jean-Christophe PLAGNIOL-VILLARD2008-01-162-39/+17
| * | | | drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi2008-01-161-1/+1
| * | | | drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi2008-01-161-1/+5
| * | | | drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi2008-01-161-10/+7
| * | | | TSEC: Add the support for RealTek RTL8211B PHYDave Liu2008-01-162-0/+93
| * | | | Remove annoying debug printout for PHY less boards.Joakim Tjernlund2008-01-161-2/+1
| * | | | net: reduce boot latency on QE UEC based boardsKim Phillips2008-01-162-48/+79
| * | | | TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO busmichael.firth@bt.com2008-01-161-20/+12
| * | | | QE UEC: Extend number of supported UECs to 4David Saada2008-01-152-1/+45
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-01-2336-1078/+2920
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-01-1741-236/+2452
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge Sequoia beautification into Korat codeLarry Johnson2008-01-171-170/+141
| * | | | | ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5Stefan Roese2008-01-175-19/+16
| * | | | | ppc4xx: Netstal HCU4 board: added various fixes and POSTNiklaus Giger2008-01-172-267/+77
| * | | | | ppc4xx: netstal/common define routines used by all boardsNiklaus Giger2008-01-173-16/+255
| * | | | | ppc4xx: Netstal HCU5 board: added various fixes and POSTNiklaus Giger2008-01-175-236/+206
| * | | | | ppc4xx: Netstal HCU5 board. Added POST. Various fixesNiklaus Giger2008-01-173-53/+87
| * | | | | ppc4xx: Netstal HCU4 board. Added POST. Various fixesNiklaus Giger2008-01-172-49/+68
| * | | | | ppc4xx: Complete DU440 board supportMatthias Fuchs2008-01-174-0/+443
| * | | | | ppc4xx: Add DU440 board supportMatthias Fuchs2008-01-176-0/+1374
| * | | | | ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx filesStefan Roese2008-01-175-6/+6
| * | | | | ppc4xx: Sequoia coding style cleanup and beautificationMatthias Fuchs2008-01-162-139/+114
| * | | | | ppc4xx: Refactor ECC POST for AMCC Denali coreLarry Johnson2008-01-161-131/+135
| * | | | | Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-01-164-8/+19
| |\ \ \ \ \
| * | | | | | ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.cStefan Roese2008-01-151-2/+2
| * | | | | | ppc_4xx: Fix post spr.c for PPC405Niklaus Giger2008-01-141-0/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-01-235-47/+80
|\ \ \ \ \ \
| * | | | | | FSL: Fix common EEPROM_data structure definitionHaiying Wang2008-01-173-47/+78
| * | | | | | 86xx: enable command-line editingTimur Tabi2008-01-172-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-01-23106-3972/+3062
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'kumar'Andy Fleming2008-01-17106-3972/+3062
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | 85xx: Get ride of old TLB setup codeKumar Gala2008-01-1719-39/+0
| | * | | | | 85xx: Convert TQM85xx to new TLB setupKumar Gala2008-01-175-182/+116
| | * | | | | 85xx: Convert STXGP3 & STXSSA to new TLB setupKumar Gala2008-01-1710-418/+240
| | * | | | | 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setupKumar Gala2008-01-1711-321/+178
| | * | | | | 85xx: Convert PM854/PM856 to new TLB setupKumar Gala2008-01-1710-404/+238
| | * | | | | 85xx: Convert MPC8540EVAL to new TLB setupKumar Gala2008-01-175-141/+80
| | * | | | | 85xx: Convert MPC8568 MDS to new TLB setupKumar Gala2008-01-175-183/+102
| | * | | | | 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setupKumar Gala2008-01-1715-583/+334
| | * | | | | 85xx: Convert MPC8540/MPC8560 ADS to new TLB setupKumar Gala2008-01-1710-433/+264
| | * | | | | 85xx: Convert ATUM8548 to new TLB setupKumar Gala2008-01-175-180/+92
| | * | | | | 85xx: Convert MPC8544 DS to new TLB setupKumar Gala2008-01-175-179/+101
| | * | | | | 85xx: Reworked initial processor initKumar Gala2008-01-172-72/+115
| | * | | | | 85xx: Introduce new tlb APIKumar Gala2008-01-174-14/+130
| | * | | | | 85xx: Use proper defines for PCI addressesKumar Gala2008-01-1627-77/+77
| | * | | | | 85xx: Remove old style of LAW initKumar Gala2008-01-162-28/+0
| | * | | | | 85xx: convert remaining 85xx boards over to use new LAW init codeKumar Gala2008-01-1616-210/+242
| | * | | | | 85xx: convert STXGP3/STXSSA over to use new LAW init codeKumar Gala2008-01-168-109/+122
| | * | | | | 85xx: convert PM854/PM856 over to use new LAW init codeKumar Gala2008-01-168-110/+120
| | * | | | | 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init codeKumar Gala2008-01-169-97/+122
OpenPOWER on IntegriCloud