aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc85xx
AgeCommit message (Expand)AuthorFilesLines
2008-10-0885xx: Using proper I2C source clock divider for MPC8544Wolfgang Grandegger1-2/+2
2008-10-07Fix the incorrect DDR clk freq reporting on 8536DSJason Jin2-2/+4
2008-10-0785xx: Remove setting of *cache-line-size in device treesKumar Gala1-3/+0
2008-09-09Fix printf errors under -DDEBUGAndrew Klossner1-7/+7
2008-09-0985xx: Ensure timebase is zero on secondary coresKumar Gala1-0/+5
2008-09-08Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.Sergei Poselenov1-8/+7
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming1-23/+10
2008-08-27mpc85xx: remove redudant code with lib_ppc/interrupts.cKumar Gala1-97/+12
2008-08-27mpc85xx: Add support for the MPC8536Kumar Gala5-1/+199
2008-08-27mpc85xx: Add support for the MPC8572DS reference boardKumar Gala2-2/+2
2008-08-27FSL DDR: Remove old SPD support from cpu/mpc85xxKumar Gala2-1166/+0
2008-08-27FSL DDR: Add 85xx specific register settingKumar Gala4-0/+318
2008-08-27FSL DDR: Add e500 TLB helper for DDR codeKumar Gala1-0/+64
2008-08-27FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.Kumar Gala1-1/+10
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-1/+1
2008-08-1285xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala2-3/+3
2008-07-15Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk4-23/+42
2008-07-1485xx: Cleanup L2 cache size detectionKumar Gala1-17/+30
2008-07-148xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreqPaul Gortmaker1-1/+1
2008-07-14Change the temp map to ROM to align addresses to page size.Andrew Klossner1-4/+5
2008-07-14mpc85xx: use IS_E_PROCESSOR macroKim Phillips1-1/+1
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips1-0/+5
2008-07-14Fix some more printf() format problems.Kumar Gala1-2/+2
2008-07-09Fix printf errors.Andrew Klossner1-4/+4
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk1-0/+30
2008-07-06Add mechanisms for CPU and board-specific Ethernet initializationBen Warren1-0/+30
2008-06-28Coding Style CleanupWolfgang Denk1-1/+1
2008-06-19Fix 4xx build issueAnatolij Gustschin1-1/+1
2008-06-1185xx/86xx: Move to dynamic mgmt of LAWsKumar Gala1-1/+1
2008-06-11FSL LAW: Keep track of LAW allocationsKumar Gala1-17/+6
2008-06-11Added the upmconfig() function for 85xx.Sergei Poselenov1-0/+66
2008-06-10MPC85xx: Beautify boot output of L2 cache configurationWolfgang Grandegger2-9/+11
2008-06-1085xx: Add setting of cache props in the device tree.Kumar Gala1-0/+128
2008-06-1085xx: expose cpu identificationKumar Gala1-36/+40
2008-06-0985xx: Only use PORPLLSR[DDR_Ratio] on platforms that define itKumar Gala1-2/+6
2008-06-09MPC85xx: Change traps.c to not reference non-addressable memoryBecky Bruce1-3/+5
2008-05-21Merge branch 'socrates' of /home/wd/git/u-boot/projectsWolfgang Denk1-9/+14
2008-05-21Big white-space cleanup.Wolfgang Denk2-2/+2
2008-05-20Fixed reset for socratesSergei Poselenov1-9/+14
2008-04-2985xx: Add -mno-spe to e500/85xx buildsKumar Gala1-0/+1
2008-04-2985xx/86xx: Rename ext_refrec to timing_cfg_3 to match docsKumar Gala1-2/+2
2008-04-2985xx: Additional fixes and cleanup of MP codeKumar Gala2-2/+7
2008-04-2485xx: Round up frequency calculations to get reasonable outputKumar Gala1-7/+6
2008-04-1885xx: Fix size of cpu-release-addr propertyKumar Gala1-1/+1
2008-04-18Fix calculation of I2C clock for some 85xx chipsTimur Tabi1-1/+30
2008-04-1185xx: Fix detection of MP cpu spin upKumar Gala1-1/+5
2008-04-1185xx: Use SVR_SOC_VER instead of SVR_VERKumar Gala2-2/+2
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