summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'mpc8641'Jon Loeliger2007-06-05-29/+21
|\
| * mpc8641 image size cleanupEd Swarthout2007-06-05-29/+21
* | Merge branch 'mpc8641'Jon Loeliger2007-05-10-0/+4
|\ \ | |/
| * 8641hpcn: Fix Makefile after moving pixis to board/freescale.Ed Swarthout2007-05-08-0/+4
* | Get rid of duplicated file (see include/configs/sbc8560.h instead)Wolfgang Denk2007-05-07-410/+0
* | Get rid of duplicated file (see doc/README.SBC8560 instead)Wolfgang Denk2007-05-07-53/+0
* | 5xxx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-05-05-0/+4
* | [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki2007-05-05-6/+14
* | [PATCH] simplify silent consoleLadislav Michl2007-05-05-40/+6
* | [PATCH] Avoid assigning PCI resources from zero addressSergei Shtylyov2007-05-05-1/+6
* | [patch] setenv(...) can delete environmentalvariablesJeffrey Mann2007-05-05-1/+4
* | [patch] use unsigned char in smc91111 driver for macMike Frysinger2007-05-05-4/+4
* | Coding stylke cleanup; update CHANGELOG.Wolfgang Denk2007-05-05-26/+87
* | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-05-05-171/+55
|\ \
| * \ Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-05-05-5/+1392
| |\ \
| * | | ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHzJeffrey Mann2007-05-05-1/+3
| * | | ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND bootingStefan Roese2007-05-05-6/+10
| * | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-29-3191/+9483
| |\ \ \
| * \ \ \ Merge with /home/stefan/git/u-boot/u-boot-ppc4xxStefan Roese2007-04-29-9/+21
| |\ \ \ \
| | * | | | ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.Matthias Fuchs2007-04-24-9/+21
| * | | | | ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driverStefan Roese2007-04-29-154/+8
| |/ / / /
| * | | | ppc4xx: Fix chip select timing for SysACE access on AMCC KatmaiStefan Roese2007-04-19-1/+13
* | | | | Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.Wolfgang Denk2007-05-05-1/+270
* | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-05-05-148/+3085
|\ \ \ \ \
| * | | | | Cleaned up some 85xx PCI bugsAndy Fleming2007-05-02-19/+28
| * | | | | Add support for the 8568 MDS boardAndy Fleming2007-05-02-2/+1495
| * | | | | Add support for treating unknown PHYs as generic PHYs.David Updegraff2007-05-02-0/+93
| * | | | | Reworked 85xx speed detection codeAndy Fleming2007-04-23-36/+8
| * | | | | Enable 8544 supportAndy Fleming2007-04-23-8/+23
| * | | | | Support 1G size on 8548Andy Fleming2007-04-23-2/+9
| * | | | | Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nGAndy Fleming2007-04-23-3/+3
| * | | | | Only set ddrioovcr for 8548 rev1.Andy Fleming2007-04-23-6/+7
| * | | | | Tweak DDR ECC error counterAndy Fleming2007-04-23-2/+5
| * | | | | 85xx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-04-23-0/+20
| * | | | | Some 85xx cpu cleanupsAndy Fleming2007-04-23-3/+8
| * | | | | Add cpu support for the 8544Andy Fleming2007-04-23-2/+8
| * | | | | Add MPC8544DS basic port board files.Jon Loeliger2007-04-23-0/+686
| * | | | | Add MPC8544DS main configuration file.Jon Loeliger2007-04-23-0/+591
| * | | | | Fix PCI I/O space mapping on Freescale MPC85x0ADSSergei Shtylyov2007-04-23-13/+12
| * | | | | u-boot: Fix e500 v2 core reset bugZang Roy-r619112007-04-23-6/+15
| * | | | | u-boot: v2: Remove the fixed TLB and LAW entrynubmerZang Roy-r619112007-04-23-12/+4
| * | | | | u-boot: Fix the 85xxcds tsec bugZang Roy-r619112007-04-23-0/+2
| * | | | | u-boot: Fix CPU2 errata on MPC8548CDS boardZang Roy-r619112007-04-23-0/+7
| * | | | | u-boot: Disables MPC8548CDS 2T_TIMING for DDR by defaultebony.zhu@freescale.com2007-04-23-1/+1
| * | | | | u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS boardZang Roy-r619112007-04-23-40/+67
| | |/ / / | |/| | |
* | | | | Make "file" command happy with some config.mk files; update CHANGELOGWolfgang Denk2007-05-05-0/+111
* | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flashWolfgang Denk2007-05-05-21/+10
|\ \ \ \ \
| * \ \ \ \ Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-05-05-5/+1392
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | NAND: Wrong calculation of page number in nand_block_bad()Thomas Knobloch2007-05-05-5/+5
| * | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-23-37/+77
| |\ \ \ \ \ | | | |/ / / | | |/| | |