aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-03-27ppc4xx: PPC405EP Set EMAC noise filter bitsMarkus Brunner1-1/+1
2008-03-27ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPxMike Nuss1-1/+99
2008-03-27ppc4xx: Fix compilation warning in 4xx_enet.cStefan Roese1-7/+6
2008-03-27ppc4xx: Add AMCC Glacier 406GT eval board supportStefan Roese1-3/+48
2008-03-27ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clearStefan Roese1-3/+4
2008-03-2685xx: Add cpu_mp_lmb_reserve helper to reserve boot pageKumar Gala2-0/+15
2008-03-2685xx: Update multicore boot mechanism to ePAPR v0.81 specKumar Gala4-64/+115
2008-03-2685xx: Fix merge duplicationKumar Gala1-49/+0
2008-03-2685xx: Speed up get_ddr_freq() and get_bus_freq()James Yang1-16/+5
2008-03-2685xx: Show DDR memory data rate in addition to the memory clock frequency.James Yang1-3/+6
2008-03-2685xx: get_tbclk() speed up and rounding fixJames Yang1-5/+3
2008-03-26Update SVR numbers to expand supportAndy Fleming2-38/+49
2008-03-2685xx: Added support for multicore boot mechanismKumar Gala1-0/+49
2008-03-2685xx: Added support for multicore boot mechanismKumar Gala6-0/+405
2008-03-2685xx: Add the concept of CFG_CCSRBAR_PHYSKumar Gala1-3/+3
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