summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05board_f: Drop return value from initdram()Simon Glass1-5/+9
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-2/+2
2017-01-05ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSYork Sun1-11/+11
2016-11-24powerpc: QEMU_E500: Remove macro CONFIG_QEMU_E500York Sun1-1/+1
2016-11-24powerpc: MPC8560: Remove macro CONFIG_MPC8560York Sun1-1/+1
2016-11-24powerpc: MPC8555: Remove macro CONFIG_MPC8555York Sun1-1/+1
2016-11-24powerpc: mpc8541: Remove macro CONFIG_MPC8541York Sun1-1/+1
2016-11-24powerpc: mpc8540: Remove macro CONFIG_MPC8540York Sun1-1/+1
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day1-2/+2
2015-03-04powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCsShaveta Leekha1-0/+28
2014-09-25driver/ddr: Restruct driver to allow standalone memory spaceYork Sun1-2/+2
2014-08-02mpc85xx: watchdog initialisation addedBoschung, Rainer1-0/+8
2014-05-13powerpc/85xx: add T4080 SoC supportShengzhou Liu1-0/+24
2014-04-23powerpc/85xx: Enhance get_sys_info() to check clocking modevijay rai1-0/+5
2014-04-23PPC 85xx: Add qemu-ppce500 machineAlexander Graf1-2/+3
2013-11-25Driver/IFC: Move Freescale IFC driver to a common driverYork Sun1-1/+1
2013-11-25Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun1-2/+2
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun1-8/+8
2013-08-20powerpcv2: Print hardcoded size like print_size() doesShruti Kanetkar1-1/+1
2013-08-20powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha1-21/+22
2013-08-09powerpc/corenet: Move RCW print to cpu.cYork Sun1-4/+19
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-21powerpc: Use lower case for the core namesFabio Estevam1-4/+4
2013-06-20powerpc/mpc85xx: explicit cast the SDRAM size to type phys_size_tMingkai Hu1-1/+1
2013-05-03mpc85xx: Fix a compiler warning when CONFIG_WATCHDOG is turned onHorst Kronstorfer1-8/+10
2013-02-04ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass1-1/+1
2012-11-288xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming1-7/+7
2012-11-27spl/85xx: new SPL supportScott Wood1-1/+2
2012-10-23poweprc/85xx: add QMan frequency info and fdt fixup.Haiying Wang1-0/+4
2012-10-22powerpc/mpc85xx: Add CONFIG_DDR_CLK_FREQ for corenet platformYork Sun1-10/+16
2012-10-22powerpc/corenet2: fix mismatch DDR sync bit from RCWYork Sun1-2/+8
2012-10-22powerpc/mpc85xx: check number of coresYork Sun1-0/+5
2012-10-22powerpc/85xx: Add determining and report IFC frequencyKumar Gala1-0/+4
2012-10-22powerpc mpc85xx: Only clear TSR:WIS in watchdog_reset.Mark Marshall1-4/+1
2012-08-23powerpc/mpc8xxx: Enable 3-way and 4-way DDR interleavingYork Sun1-1/+11
2012-08-23Add e6500 processor detectionKumar Gala1-0/+3
2011-11-29mpc85xx: support board-specific reset functionIra W. Snyder1-1/+16
2011-09-30powerpc/85xx: Cleanup how SVR_MAJ() is defined on MPC8536Kumar Gala1-3/+0
2011-09-30powerpc/mp: add support for discontiguous coresTimur Tabi1-4/+5
2011-07-29MPC8xxx: drop redundant boot messagesWolfgang Denk1-1/+1
2011-07-29powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500Kumar Gala1-19/+13
2011-07-22powerpc/mpc85xx: Add clear_ddr_tlbs functionBecky Bruce1-11/+3
2011-07-11powerpc/mpc8xxx: Enable calculation for fixed DDR chipsYork Sun1-1/+3
2011-04-29powerpc/85xx: Change timebase divisor to be defined per processorKumar Gala1-5/+6
2011-04-05powerpc/85xx: don't init SDRAM when CONFIG_SYS_RAMBOOTZhao Chenhui1-0/+11
2011-04-04powerpc/85xx: Add support for Integrated Flash Controller (IFC)Dipen Dudhat1-1/+6
2011-01-20powerpc/85xx: Protect all LBC code with CONFIG_FSL_LBCDipen Dudhat1-1/+8
2011-01-1485xx boards: Rename CONFIG_DDR_DLL to CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_INBecky Bruce1-1/+1
2011-01-14mpc85xx: rename sdram_init() lbc_sdram_init()Becky Bruce1-1/+1
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce1-0/+52