summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
* ppc4xx: Remove superfluous dram_init() call or replace it by initdram()Stefan Roese2008-06-032-8/+8
* ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC codeStefan Roese2008-06-031-2/+3
* ppc4xx: Fix common ECC generation code for 440GP style platformsStefan Roese2008-06-032-7/+34
* ppc4xx: Change Kilauea to use the common DDR2 init functionStefan Roese2008-06-031-0/+11
* ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1Stefan Roese2008-06-031-151/+0
* ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.SStefan Roese2008-06-031-126/+80
* ppc4xx: Enable Primordial Stack for 40x and Unify ECC HandlingGrant Erickson2008-06-039-259/+526
* PPC4xx: Simplified post_word_{load, store}Grant Erickson2008-06-031-15/+11
* Merge branch 'master' of git://git.denx.de/u-boot-testingWolfgang Denk2008-05-211-3/+3
|\
| * Fix some whitespace issuesWolfgang Denk2008-05-211-3/+3
* | Merge branch 'socrates' of /home/wd/git/u-boot/projectsWolfgang Denk2008-05-211-9/+14
|\ \ | |/ |/|
| * Fixed reset for socratesSergei Poselenov2008-05-201-9/+14
* | Big white-space cleanup.Wolfgang Denk2008-05-21106-748/+748
|/
* i386: Fix multiple definitions of __show_boot_progressJean-Christophe PLAGNIOL-VILLARD2008-05-191-10/+10
* ppc4xx: Add 405EX(r) revision C PVR definitions and detection codeStefan Roese2008-05-131-0/+20
* Fix @ -> <at> substitutionStelian Pop2008-05-105-5/+5
* mx31ads: fix 32kHz clock handlingGuennadi Liakhovetski2008-05-101-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2008-05-091-2/+4
|\
| * [MIPS] cpu/mips/cache.S: Fix build warningShinya Kuribayashi2008-05-061-2/+4
* | Merge branch 'master' of /home/wd/git/u-boot/master/Wolfgang Denk2008-05-093-3/+22
|\ \
| * | Fix some typosAdrian Filipi2008-05-091-1/+1
| * | 7450 and 86xx L2 cache invalidate bug correctionsWheatley Travis2008-05-092-2/+21
| |/
* | ppc4xx: Add weak default ft_board_setup() routineStefan Roese2008-05-081-3/+23
* | ppc4xx: Fix typos in 460GT/EX FBDV arrayDave Mitchell2008-05-081-1/+1
|/
* Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-05-051-3/+6
|\
| * Allow building mips versions with ELDK 3.1.1Vlad Lungu2008-05-051-3/+6
* | Merge branch 'master' of /home/wd/git/u-boot/master/Wolfgang Denk2008-05-042-1/+17
|\ \ | |/
| * Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2008-05-042-1/+17
| |\
| | * [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version pickerShinya Kuribayashi2008-05-031-1/+1
| | * [MIPS] cpu/mips/cache.S: Add dcache_enableShinya Kuribayashi2008-05-031-0/+16
* | | Revert "ColdFire: Get information from the correct GCC"Wolfgang Denk2008-05-036-6/+6
|/ /
* | pxa: fix previous definition on cpu initJean-Christophe PLAGNIOL-VILLARD2008-05-031-5/+1
* | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-05-031-2/+5
|\ \ | |/ |/|
| * ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.cStefan Roese2008-04-301-2/+5
* | Fix calculation of I2C clock for some 86xx chipsTimur Tabi2008-04-301-1/+13
* | ColdFire: Get information from the correct GCCTsiChung Liew2008-04-306-6/+6
|/
* 85xx: Add -mno-spe to e500/85xx buildsKumar Gala2008-04-291-0/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-04-294-35/+14
|\
| * ppc4xx: Fix compilation warning in denali_spd_ddr2.cStefan Roese2008-04-291-0/+1
| * ppc4xx: Complete remove bogus dflush()Stefan Roese2008-04-293-33/+5
| * ppc4xx: Fixup ebc clock in FDT for 405GP/EPMarkus Brunner2008-04-291-2/+8
* | 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docsKumar Gala2008-04-292-4/+4
* | 85xx: Additional fixes and cleanup of MP codeKumar Gala2008-04-292-2/+7
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-04-261-8/+0
|\
| * mpc83xx: remove the unused CPM's stuffDave Liu2008-04-251-8/+0
* | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-04-261-0/+42
|\ \ | |/ |/|
| * ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdtStefan Roese2008-04-251-0/+42
* | USB: fix more GCC 4.2.x aliasing warningsWolfgang Denk2008-04-253-6/+6
* | Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk2008-04-251-47/+23
|\ \
| * | ARM: Davinci: Fix DM644x timer overflow handling and cleanupDirk Behme2008-04-221-47/+23
| |/
OpenPOWER on IntegriCloud