summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Expand)AuthorAgeLines
* Added support for the mgsuvd board from keymile.Heiko Schocher2008-01-12-0/+16
* Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-01-12-0/+2
|\
| * ppc4xx: Fix dflush() to restore DVLIM registerLarry Johnson2008-01-10-0/+2
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-01-12-3/+9
|\ \
| * | mpc83xx: Fix the bug of 266MHz data rate DDRDave Liu2008-01-10-3/+3
| * | mpc83xx: add "fsl, qe" compatible fixupsAnton Vorontsov2008-01-10-0/+6
| |/
* | Merge commit 'wd/master'Jon Loeliger2008-01-10-42/+63
|\ \ | |/
| * Fix Ethernet init() return codesBen Warren2008-01-10-6/+6
| * Add QE brg freq and correct qe bus freq fdt update codeKim Phillips2008-01-09-1/+3
| * 85xx: add ability to upload QE firmwareTimur Tabi2008-01-09-0/+1
| * 85xx: Remove cache config from configs.hKumar Gala2008-01-09-2/+7
| * Reworked FSL Book-E TLB macros to be more readableKumar Gala2008-01-09-13/+10
| * Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk2008-01-09-0/+16
| |\
| | * Merge git://www.denx.de/git/u-bootMarkus Klotzbuecher2008-01-09-2825/+5168
| | |\
| | * | PXA USB OHCI: "usb stop" implementation.Rodolfo Giometti2007-10-31-0/+16
| * | | fix various commentsMarcel Ziswiler2008-01-09-19/+19
| * | | fix comments with new drivers organizationMarcel Ziswiler2008-01-09-1/+1
* | | | 86xx: Support 2GB DIMMsBecky Bruce2008-01-10-1/+10
|/ / /
* | | Fix and optimize MII operations on FEC (MPC8xx) controllersGuennadi Liakhovetski2008-01-09-54/+53
| |/ |/|
* | Coding Style clenaup; update CHANGELOGWolfgang Denk2008-01-09-2/+2
* | IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46xJean-Christophe PLAGNIOL-VILLARD2008-01-09-14/+10
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-01-09-399/+320
|\ \
| * | mpc83xx: convert to using do_fixup_*()Kim Phillips2008-01-08-480/+103
| * | Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-08-1/+115
| * | mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-08-3/+10
| * | mpc83xx: Add the support of MPC8315E SoCDave Liu2008-01-08-3/+49
| * | mpc83xx: Add the support of MPC837x SoCDave Liu2008-01-08-30/+161
* | | Merge branch 'lwmon5-no-ocm'Stefan Roese2008-01-09-1/+65
|\ \ \
| * | | ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storageStefan Roese2008-01-09-1/+13
| * | | ppc4xx: Add 44x cache locking to better support init-ram in d-cacheStefan Roese2008-01-09-0/+52
* | | | ppc4xx: Move cpu/ppc4xx/vecnum.h into include pathMatthias Fuchs2008-01-09-408/+5
* | | | ppc4xx: Fix UIC2 vector number baseMatthias Fuchs2008-01-09-16/+16
* | | | ppc4xx: Return 0 on success in 4xx ethernet driverStefan Roese2008-01-08-2/+3
| |/ / |/| |
* | | ppc4xx: Remove weak binding from common Denali data-eye search codeLarry Johnson2008-01-05-7/+0
* | | Merge branch 'katmai-ddr-gda'Stefan Roese2008-01-05-59/+37
|\ \ \
| * | | ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.cStefan Roese2008-01-05-44/+0
| * | | ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setupStefan Roese2008-01-05-15/+37
* | | | ppc4xx: Add functionality to GPIO supportLawrence R. Johnson2008-01-04-23/+40
|/ / /
* | | Merge commit 'wd/master'Jon Loeliger2008-01-03-1844/+4559
|\ \ \ | |/ /
| * | ppc4xx: Enable 405EP PCI arbiter per default on all boardsStefan Roese2007-12-28-0/+5
| * | ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)Stefan Roese2007-12-28-1/+1
| * | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese2007-12-27-259/+739
| |\ \
| | * \ Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-27-4/+1
| | |\ \
| | | * | TQM885D: Exchanged SDRAM timing by a more relaxed timing.Jens Gehrlein2007-12-27-4/+1
| | * | | Fix coding style issues; update CHANGELOG.Wolfgang Denk2007-12-27-44/+40
| | * | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-27-0/+529
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2007-12-27-0/+529
| | | |\ \
| | | | * \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-07-61/+17
| | | | |\ \
| | | | * \ \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-29-341/+392
| | | | |\ \ \
| | | | * | | | sh: Update core code of SuperH.Nobuhiro Iwamatsu2007-09-23-22/+152