aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk7-399/+320
2008-01-09Merge branch 'lwmon5-no-ocm'Stefan Roese2-1/+65
2008-01-09ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storageStefan Roese1-1/+13
2008-01-09ppc4xx: Add 44x cache locking to better support init-ram in d-cacheStefan Roese1-0/+52
2008-01-09ppc4xx: Move cpu/ppc4xx/vecnum.h into include pathMatthias Fuchs6-408/+5
2008-01-09ppc4xx: Fix UIC2 vector number baseMatthias Fuchs1-16/+16
2008-01-08ppc4xx: Return 0 on success in 4xx ethernet driverStefan Roese1-2/+3
2008-01-08mpc83xx: convert to using do_fixup_*()Kim Phillips4-480/+103
2008-01-08Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund1-1/+115
2008-01-08mpc83xx: Add the support of MPC837xEMDS boardDave Liu2-3/+10
2008-01-08mpc83xx: Add the support of MPC8315E SoCDave Liu2-3/+49
2008-01-08mpc83xx: Add the support of MPC837x SoCDave Liu2-30/+161
2008-01-05ppc4xx: Remove weak binding from common Denali data-eye search codeLarry Johnson1-7/+0
2008-01-05Merge branch 'katmai-ddr-gda'Stefan Roese1-59/+37
2008-01-05ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.cStefan Roese1-44/+0
2008-01-05ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setupStefan Roese1-15/+37
2008-01-04ppc4xx: Add functionality to GPIO supportLawrence R. Johnson1-23/+40
2008-01-03Merge commit 'wd/master'Jon Loeliger52-1844/+4559
2007-12-28ppc4xx: Enable 405EP PCI arbiter per default on all boardsStefan Roese1-0/+5
2007-12-28ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)Stefan Roese1-1/+1
2007-12-27Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese26-259/+739
2007-12-27Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx MakefileLarry Johnson1-0/+2
2007-12-27Add 440EPx DDR2 SPD DIMM supportLarry Johnson1-0/+1254
2007-12-27Copy 440EPx/GRx SDRAM data-eye search to common directoryLarry Johnson1-0/+396
2007-12-27Add Ethernet 1000BASE-X support for PPC4xxLarry Johnson1-52/+114
2007-12-27ppc4xx: fdt: Cleanup setup of cpu node setupStefan Roese1-3/+4
2007-12-27Fix ppc4xx clear_bss() codeAnatolij Gustschin1-4/+13
2007-12-27PPC4xx: Minimal changes to add vxWorks supportNiklaus Giger1-1/+5
2007-12-27ppc4xx: fix flush + invalidate_dcache_range argumentsMatthias Fuchs1-3/+3
2007-12-27ppc4xx: fdt: use fdt_fixup_ethernet()Stefan Roese1-71/+2
2007-12-27ppc4xx: Bring 4xx fdt support up-to-dateStefan Roese1-80/+34
2007-12-27Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-4/+1
2007-12-27TQM885D: Exchanged SDRAM timing by a more relaxed timing.Jens Gehrlein1-4/+1
2007-12-27Fix coding style issues; update CHANGELOG.Wolfgang Denk6-44/+40
2007-12-27Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk8-0/+529
2007-12-27Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk8-0/+529
2007-12-27Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk3-7/+15
2007-12-27Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk3-7/+15
2007-12-17AVR32: Fix wrong pin setup for USART3Haavard Skinnemoen1-1/+1
2007-12-17AVR32: Make some AT32AP700x peripherals optionalHaavard Skinnemoen1-0/+7
2007-12-17AVR32: Rename at32ap7000 -> at32ap700xHaavard Skinnemoen2-0/+0
2007-12-17atmel_mci: Show SR when block read failsHaavard Skinnemoen1-6/+7
2007-12-11Handle Asynchronous DDR clock on 85xxKumar Gala3-4/+43
2007-12-11Stop using immap_t on 85xxKumar Gala6-32/+18
2007-12-11Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdtKumar Gala2-123/+0
2007-12-11Stop using immap_t for cpm offset on 85xxKumar Gala5-66/+63
2007-12-11Stop using immap_t for guts offset on 85xxKumar Gala4-6/+5
2007-12-11Add libfdt based ft_cpu_setup for mpc85xxKumar Gala2-1/+67
2007-12-11ppc4xx: Correct GPIO offset in gpio_config()Stefan Roese1-1/+1
2007-12-11Merge commit 'u-boot/master' into for-1.3.1Stefan Roese40-196/+246