summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
* Fix and optimize MII operations on FEC (MPC8xx) controllersGuennadi Liakhovetski2008-01-091-54/+53
* Coding Style clenaup; update CHANGELOGWolfgang Denk2008-01-091-2/+2
* IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46xJean-Christophe PLAGNIOL-VILLARD2008-01-091-14/+10
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-01-097-399/+320
|\
| * mpc83xx: convert to using do_fixup_*()Kim Phillips2008-01-084-480/+103
| * Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-081-1/+115
| * mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-082-3/+10
| * mpc83xx: Add the support of MPC8315E SoCDave Liu2008-01-082-3/+49
| * mpc83xx: Add the support of MPC837x SoCDave Liu2008-01-082-30/+161
* | Merge branch 'lwmon5-no-ocm'Stefan Roese2008-01-092-1/+65
|\ \
| * | ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storageStefan Roese2008-01-091-1/+13
| * | ppc4xx: Add 44x cache locking to better support init-ram in d-cacheStefan Roese2008-01-091-0/+52
* | | ppc4xx: Move cpu/ppc4xx/vecnum.h into include pathMatthias Fuchs2008-01-096-408/+5
* | | ppc4xx: Fix UIC2 vector number baseMatthias Fuchs2008-01-091-16/+16
* | | ppc4xx: Return 0 on success in 4xx ethernet driverStefan Roese2008-01-081-2/+3
| |/ |/|
* | ppc4xx: Remove weak binding from common Denali data-eye search codeLarry Johnson2008-01-051-7/+0
* | Merge branch 'katmai-ddr-gda'Stefan Roese2008-01-051-59/+37
|\ \
| * | ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.cStefan Roese2008-01-051-44/+0
| * | ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setupStefan Roese2008-01-051-15/+37
* | | ppc4xx: Add functionality to GPIO supportLawrence R. Johnson2008-01-041-23/+40
|/ /
* | Merge commit 'wd/master'Jon Loeliger2008-01-0352-1844/+4559
|\ \ | |/
| * ppc4xx: Enable 405EP PCI arbiter per default on all boardsStefan Roese2007-12-281-0/+5
| * ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)Stefan Roese2007-12-281-1/+1
| * Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese2007-12-2726-259/+739
| |\
| | * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-271-4/+1
| | |\
| | | * TQM885D: Exchanged SDRAM timing by a more relaxed timing.Jens Gehrlein2007-12-271-4/+1
| | * | Fix coding style issues; update CHANGELOG.Wolfgang Denk2007-12-276-44/+40
| | * | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-278-0/+529
| | |\ \ | | | |/
| | | * Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2007-12-278-0/+529
| | | |\
| | | | * Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-074-61/+17
| | | | |\
| | | | * \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-2950-341/+392
| | | | |\ \
| | | | * | | sh: Update core code of SuperH.Nobuhiro Iwamatsu2007-09-235-22/+152
| | | | * | | Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-09-23203-5470/+14939
| | | | |\ \ \
| | | | * | | | sh: First support code of SuperH.Nobuhiro Iwamatsu2007-05-137-0/+399
| | * | | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-273-7/+15
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk2007-12-273-7/+15
| | | |\ \ \ \ \
| | | | * | | | | AVR32: Fix wrong pin setup for USART3Haavard Skinnemoen2007-12-171-1/+1
| | | | * | | | | AVR32: Make some AT32AP700x peripherals optionalHaavard Skinnemoen2007-12-171-0/+7
| | | | * | | | | AVR32: Rename at32ap7000 -> at32ap700xHaavard Skinnemoen2007-12-172-0/+0
| | | | * | | | | atmel_mci: Show SR when block read failsHaavard Skinnemoen2007-12-171-6/+7
| | | | | |_|_|/ | | | | |/| | |
| | * | | | | | Handle Asynchronous DDR clock on 85xxKumar Gala2007-12-113-4/+43
| | * | | | | | Stop using immap_t on 85xxKumar Gala2007-12-116-32/+18
| | * | | | | | Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdtKumar Gala2007-12-112-123/+0
| | * | | | | | Stop using immap_t for cpm offset on 85xxKumar Gala2007-12-115-66/+63
| | * | | | | | Stop using immap_t for guts offset on 85xxKumar Gala2007-12-114-6/+5
| | * | | | | | Add libfdt based ft_cpu_setup for mpc85xxKumar Gala2007-12-112-1/+67
| | |/ / / / /
| | * | | | | Convert boards that set memory node to use fdt_fixup_memory()Kumar Gala2007-12-071-16/+2
| | |/ / / /
| * | | | | Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx MakefileLarry Johnson2007-12-271-0/+2
| * | | | | Add 440EPx DDR2 SPD DIMM supportLarry Johnson2007-12-271-0/+1254
| * | | | | Copy 440EPx/GRx SDRAM data-eye search to common directoryLarry Johnson2007-12-271-0/+396
OpenPOWER on IntegriCloud