summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx
Commit message (Expand)AuthorAgeLines
* [PPC440SPe] Improve PCIe configuration space accessGrzegorz Bernacki2007-09-07-31/+97
* [PPC440SPe] Convert machine check exceptions handlingGrzegorz Bernacki2007-09-07-44/+37
* lib_ppc: make board_add_ram_info weakKim Phillips2007-08-18-2/+0
* Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-14-25/+75
|\
| * Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-08-07-383/+643
| |\
| | * Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-06-23/+23
| | |\
| | | * Coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-08-06-1/+1
| | | * Merge branch 'testing' into workingAndy Fleming2007-08-03-23/+23
| | | |\
| | | | * cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-3/+3
| | | | * cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-20/+20
| | | | * Fix problem with get/setdcr commands introduced by cfg patchesStefan Roese2007-07-06-1/+1
| | | | * Fix a few file permission problems.Wolfgang Denk2007-07-04-0/+0
| | | | * cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-17/+17
| * | | | Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-06-06-289/+362
| |\ \ \ \
| * | | | | USB: ohci fixes and cleanup for ppc4xx and yosemite board.Markus Klotzbuecher2007-06-06-1/+51
| * | | | | Merge git://www.denx.de/git/u-boot into 2007_05_15-testingMarkus Klotzbuecher2007-05-29-5/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-05-07-9/+21
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-04-23-255/+408
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge with git://www.denx.de/git/u-boot.git#testing-USBMarkus Klotzbuecher2007-03-23-2/+2
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge with /home/mk/git/u-boot-generic_ohci#generic_ohciWolfgang Denk2006-11-27-3/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher2006-11-27-1/+2
* | | | | | | | | | | Coding style cleanupStefan Roese2007-08-14-2/+2
* | | | | | | | | | | Merge with /home/stefan/git/u-boot/zeusStefan Roese2007-08-14-30/+67
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ppc4xx: Add initial Zeus (PPC405EP) board supportStefan Roese2007-08-14-42/+35
| * | | | | | | | | | | ppc4xx: Add support for AMCC 405EP Taihu boardJohn Otken2007-07-26-1/+45
* | | | | | | | | | | | ppc4xx: Fix problem in PLL clock calculationStefan Roese2007-08-13-18/+24
* | | | | | | | | | | | ppc4xx: Code cleanupStefan Roese2007-08-02-1/+1
* | | | | | | | | | | | [ppc440SPe] Graceful recovery from machine check during PCIe configurationGrzegorz Bernacki2007-08-02-9/+57
* | | | | | | | | | | | [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.ARafal Jaworowski2007-08-02-3/+8
* | | | | | | | | | | | ppc4xx: Update AMCC Bamboo 440EP supportEugene OBrien2007-07-31-1/+1
* | | | | | | | | | | | ppc4xx: Only print ECC related info when the error bis are setStefan Roese2007-07-30-14/+24
|/ / / / / / / / / / /
* | | | | | | | | | | ppc4xx: Fix bug with default GPIO output valueStefan Roese2007-07-20-2/+2
* | | | | | | | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-07-16-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | Update CHANGELOG, minor coding style cleanup.Wolfgang Denk2007-07-12-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | ppc4xx: Code cleanupStefan Roese2007-07-16-1/+0
* | | | | | | | | | ppc4xx: Add new weak functions to support boardspecific DDR2 configurationStefan Roese2007-07-16-14/+44
* | | | | | | | | | ppc4xx: Add remove_tlb() function to remove a mem area from TLB setupStefan Roese2007-07-16-1/+61
* | | | | | | | | | ppc4xx: Change receive buffer handling in the 4xx emac driverStefan Roese2007-07-12-3/+5
|/ / / / / / / / /
* | | | | | | | | Coding style cleanup; update CHANGELOG.Wolfgang Denk2007-07-10-1/+1
* | | | | | | | | Merge with /home/hs/Atronic/u-bootWolfgang Denk2007-07-09-41/+61
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANGHeiko Schocher2007-06-25-53/+58
| * | | | | | | | | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-22-41/+56
* | | | | | | | | | Merged POST framework with the current TOT.Sergei Poselenov2007-07-05-0/+8
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-06-25-5/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Coding stylke cleanup; rebuild CHANGELOGWolfgang Denk2007-06-22-5/+5
| * | | | | | | | | Extend POST support for PPC440Igor Lisitsin2007-06-22-0/+2
* | | | | | | | | | ppc4xx: PPC440EPx Emit DDR0 registers on machine check interruptNiklaus Giger2007-06-25-1/+86
* | | | | | | | | | ppc4xx: Fix O=buildir buildsNiklaus Giger2007-06-25-1/+1
* | | | | | | | | | ppc4xx: Add pci_pre_init() for 405 boardsMatthias Fuchs2007-06-25-8/+22
* | | | | | | | | | ppc4xx: Fix problem with extended program_tlb() funtionStefan Roese2007-06-22-0/+8
|/ / / / / / / / /