aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2-2/+2
2008-03-25mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixupsAnton Vorontsov1-0/+8
2008-03-2583xx: serdes setup routinesAnton Vorontsov2-0/+146
2008-03-2583xx: split COBJS onto separate linesAnton Vorontsov4-11/+12
2008-03-25mpc8323erdb: Improve the system performanceMichael Barkowski1-0/+6
2008-03-26Coding Style cleanyp; update CHANGELOGWolfgang Denk1-2/+0
2008-03-26Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk3-106/+186
2008-03-25MPC5200: support setup without FECAndré Schwarz1-0/+4
2008-03-258xx: Update OF support on 8xxBryan O'Donoghue4-12/+72
2008-03-25[MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kBShinya Kuribayashi1-5/+9
2008-03-25[MIPS] Fix dcache_status()Shinya Kuribayashi1-3/+7
2008-03-25[MIPS] Introduce _machine_restartShinya Kuribayashi1-7/+6
2008-03-25[MIPS] Cleanup CP0 Status initializationShinya Kuribayashi1-9/+25
2008-03-25[MIPS] Initialize CP0 Cause before setting up CP0 Status registerShinya Kuribayashi1-3/+3
2008-03-25[MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()Shinya Kuribayashi1-8/+0
2008-03-25[MIPS] Implement flush_cache()Shinya Kuribayashi1-0/+22
2008-03-25[MIPS] Fix I-/D-cache initialization loopsShinya Kuribayashi1-39/+76
2008-03-25[MIPS] Replace memory clearance code with f_fill64Shinya Kuribayashi1-15/+28
2008-03-25[MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macrosShinya Kuribayashi1-18/+7
2008-03-25[MIPS] Request for the 'mips_cache_lock()' removalShinya Kuribayashi2-0/+4
2008-03-20LWMON5: POST RTC fixYuri Tikhonov1-1/+3
2008-03-15ppc4xx: Add Canyonlands NAND booting supportStefan Roese1-1/+7
2008-03-15ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)Stefan Roese5-7/+178
2008-03-15ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)Stefan Roese5-93/+553
2008-03-15ppc4xx: interrupt.c reworkedStefan Roese1-448/+141
2008-03-15ppc4xx: program_tlb now uses 64bit physical addessStefan Roese1-13/+14
2008-03-15ppc4xx: miiphy.c reworkedStefan Roese1-116/+80
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz5-17/+44
2008-03-04PPC4xx (Sequoia): Fix Ethernet "remote fault" problemsMike Nuss1-3/+2
2008-03-02ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1Stefan Roese1-2/+3
2008-03-02Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2-6/+14
2008-03-02MPC5121e ADS PCI support take 3John Rigby1-5/+16
2008-03-02ppc4xx: Fix problem in 4xx_enet.c driverAnatolij Gustschin1-1/+9
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz10-86/+72
2008-02-2785xx: Don't icbi when unlocking the cacheKumar Gala1-5/+2
2008-02-27Fix source for ECM error IVPRAndy Fleming1-1/+1
2008-02-27Invalidate INIT_RAM TLB mappingsAndy Fleming1-0/+11
2008-02-24Coding style cleanup. Prepare v1.3.2-rc2 release candidatev1.3.2-rc2Wolfgang Denk1-8/+10
2008-02-23cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.Shinya Kuribayashi1-5/+5
2008-02-23cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.Shinya Kuribayashi1-1/+1
2008-02-23cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.Shinya Kuribayashi1-1/+1
2008-02-22Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk5-70/+54
2008-02-21[new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz3-3/+3
2008-02-20ColdFire: Fix 5282 and 5271 interrupt mask bitTsiChungLiew1-1/+1
2008-02-1886xx: Convert sbc8641d to use libfdt.Jon Loeliger3-66/+47
2008-02-18mpc86xx: Fix unused variable 'config' and 'immap'Jean-Christophe PLAGNIOL-VILLARD1-4/+6
2008-02-18mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'Jean-Christophe PLAGNIOL-VILLARD1-0/+1
2008-02-17s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'Jean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-02-17pxa: fix assignment from incompatible pointer typeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-15Merge branch '080208_dupint' of git://linux-arm.org/u-boot-armdevPeter Pearse13-1613/+10