summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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-051-4/+8
* Coding stylke cleanup; update CHANGELOG.Wolfgang Denk2007-05-052-11/+11
* Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-05-051-9/+21
|\
| * Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-04-2966-1113/+1396
| |\
| * | ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.Matthias Fuchs2007-04-241-9/+21
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-05-056-75/+95
|\ \ \
| * | | Cleaned up some 85xx PCI bugsAndy Fleming2007-05-021-4/+4
| * | | Add support for the 8568 MDS boardAndy Fleming2007-05-022-2/+7
| * | | Reworked 85xx speed detection codeAndy Fleming2007-04-231-36/+8
| * | | Support 1G size on 8548Andy Fleming2007-04-231-2/+9
| * | | Only set ddrioovcr for 8548 rev1.Andy Fleming2007-04-231-6/+7
| * | | Tweak DDR ECC error counterAndy Fleming2007-04-231-2/+5
| * | | 85xx: write MAC address to mac-address and local-mac-addressTimur Tabi2007-04-231-0/+20
| * | | Some 85xx cpu cleanupsAndy Fleming2007-04-231-3/+8
| * | | Add cpu support for the 8544Andy Fleming2007-04-231-2/+8
| * | | u-boot: Fix e500 v2 core reset bugZang Roy-r619112007-04-231-6/+15
| * | | u-boot: v2: Remove the fixed TLB and LAW entrynubmerZang Roy-r619112007-04-231-12/+4
| | |/ | |/|
* | | Merge with /home/wd/git/u-boot/custodian/u-boot-nand-flashWolfgang Denk2007-05-051-1/+1
|\ \ \
| * | | Remove BOARDLIBS usage completelyStefan Roese2007-04-231-1/+1
| |/ /
* | | Conditionalize 8641 Rev1.0 MCM workaroundsJames Yang2007-05-011-14/+28
* | | Rewrote picos_to_clk() to avoid rounding errors.James Yang2007-05-011-8/+20
* | | mpc86xx; Write MAC address to mac-address and local-mac-addressJon Loeliger2007-04-201-0/+12
* | | mpc86xx: protect memcpy to bad address if a mac-address is missing from dtJon Loeliger2007-04-201-4/+8
|/ /
* | Merge with /home/wd/git/u-boot/custodian/u-boot-fdtWolfgang Denk2007-04-181-53/+135
|\ \
| * | Fix the ft_cpu_setup() property settings.Gerald Van Baren2007-04-151-54/+135
| * | Merge git://www.denx.de/git/u-boot into fdt-cmdGerald Van Baren2007-04-141-0/+4
| |\ \
| * | | Moved fdt command support code to fdt_support.cGerald Van Baren2007-04-061-0/+1
* | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2007-04-181-7/+1
|\ \ \ \
| * | | | Add PIXIS FPGA support for MPC8641HPCN board.Haiying Wang2007-04-091-7/+1
* | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk2007-04-185-37/+122
|\ \ \ \ \
| * \ \ \ \ Merge with /home/git/u-bootWolfgang Denk2007-03-082-26/+40
| |\ \ \ \ \
| * \ \ \ \ \ Merge with /home/git/u-bootWolfgang Denk2007-03-081-4/+27
| |\ \ \ \ \ \
| * | | | | | | Some code cleanup.Wolfgang Denk2007-03-043-43/+43
| * | | | | | | Merge with http://opensource.freescale.com/pub/scm/u-boot-7448hpc2.gitWolfgang Denk2007-03-043-9/+94
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2007-02-2811-640/+3736
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2007-02-121-10/+18
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2007-01-305-4/+207
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2007-01-229-94/+155
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into hpc2roy zang2007-01-046-4/+65
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The originalroy zang2006-12-041-11/+7
| | * | | | | | | | | | | | Fix the exception occuring in RAM table search issue.roy zang2006-12-011-10/+6
| | * | | | | | | | | | | | Fix the confilcts when merging 'master' into hpc2.roy zang2006-12-0115-722/+858
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Clean up the code according to codestyle:roy zang2006-12-012-47/+51
| | * | | | | | | | | | | | | Solve the copyright conflicts when merging 'master' into hpc2.roy zang2006-11-296-46/+47
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | General code modification for mpc7448hpc2 board support.roy zang2006-11-023-8/+103
* | | | | | | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-avr32; code cleanup.Wolfgang Denk2007-04-1820-898/+1022
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Atmel MCI driverHaavard Skinnemoen2007-04-143-1/+675
| * | | | | | | | | | | | | | | | AVR32: Add clk and gpio infrastructure for mmciHaavard Skinnemoen2007-04-141-0/+10
| * | | | | | | | | | | | | | | | AVR32: Add clk and gpio infrastructure for macb0 and macb1Haavard Skinnemoen2007-04-141-0/+50
OpenPOWER on IntegriCloud