aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace __bss_end__ with __bss_endSimon Glass5-6/+6
2013-02-07common/fdt_support.c: sparse fixesKim Phillips1-1/+1
2013-02-04ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass1-2/+2
2013-02-04ppc: Move dp_alloc_base, dp_alloc_top to arch_global_dataSimon Glass1-9/+10
2013-02-04ppc: Move used_tlb_cams to arch_global_dataSimon Glass1-4/+4
2013-02-04ppc: Move CONFIG_QE to arch_global_dataSimon Glass1-2/+2
2013-02-04ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass1-5/+5
2013-02-04ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass3-4/+4
2013-02-01ppc: Move clock fields to arch_global_dataSimon Glass1-4/+4
2013-02-01ppc: Move brg_clk to arch_global_dataSimon Glass2-3/+3
2013-01-30powerpc/t4240: Adding workaround errata A-005871Shengzhou Liu2-0/+18
2013-01-30powerpc/mpc85xx: Add property 'fsl, sec-era' in device tree node 'crypto'Vakul Garg1-0/+8
2013-01-30powerpc/mpc85xx: add support for MMUv2 page sizesScott Wood2-6/+15
2013-01-30powerpc/mpc85xx: Add BSC9132/BSC9232 processor supportPrabhakar Kushwaha2-0/+98
2013-01-30powerpc/mpc85xx:Fix Core cluster configuration loopPrabhakar Kushwaha1-8/+22
2013-01-30powerpc/mpc85xx:Add support of B4420 SoCPoonam Aggrwal3-0/+54
2013-01-30powerpc/mpc85xx: Few updates for B4860 cpu changesPoonam Aggrwal1-0/+15
2013-01-30powerpc/mpc85xx: Reserve default boot pageYork Sun1-0/+16
2012-12-13env: Use getenv_yesno() more generallyJoe Hershberger1-3/+1
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese1-1/+0
2012-11-27powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLEYork Sun1-2/+2
2012-11-27powerpc/85xx: update the work-around for P4080 erratum SERDES-9Timur Tabi1-7/+13
2012-11-27powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen1-0/+3
2012-11-27powerpc/85xx: implement check for erratum A-004580 work-aroundTimur Tabi1-0/+48
2012-11-27powerpc/mpc85xx: Temporary fix for spin table backward compatibilityYork Sun2-1/+46
2012-11-27powerpc/85xx: implement check for erratum A-004849 work-aroundTimur Tabi1-0/+63
2012-11-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming4-22/+19
2012-11-26spl/85xx: new SPL supportScott Wood4-4/+92
2012-11-26spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood2-14/+38
2012-11-26powerpc/mpc85xx: consistently use COBJS-yScott Wood1-9/+10
2012-11-26spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood1-0/+0
2012-11-26spl/mpc85xx: move udelay to cpu codeScott Wood1-0/+17
2012-11-26powerpc/mpc85xx: fix TLB alignmentScott Wood1-4/+4
2012-11-26powerpc/mpc85xx: add comma before "already enabled"Scott Wood1-1/+1
2012-11-26powerpc/mpc85xx: move debug tlb entry after TLB is in known stateScott Wood1-44/+40
2012-11-04powerpc/mpc85xx: sparse fixesKim Phillips2-2/+2
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips1-24/+12
2012-10-22Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini24-384/+2123
2012-10-2285xx: Protect timeout_save variable with ifdefsAndy Fleming1-1/+4
2012-10-22powerpc/boot: Change the compile macro for SRIO & PCIE boot master moduleLiu Gang1-1/+1
2012-10-22poweprc/85xx: add QMan frequency info and fdt fixup.Haiying Wang3-0/+13
2012-10-22mpc85xx/portals: Add qman and bman ip_cfg field into portal infoHaiying Wang1-2/+11
2012-10-22powerpc/mpc85xx: Add CONFIG_DDR_CLK_FREQ for corenet platformYork Sun2-10/+20
2012-10-22powerpc/mpc85xx: Rewrite spin table to comply with ePAPR v1.1York Sun5-112/+148
2012-10-22powerpc/mpc85xx: Remove R6 from spin tableYork Sun2-6/+4
2012-10-22powerpc/mpc85xx: Add workaround for DDR erratum A004934York Sun2-0/+6
2012-10-22powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun3-11/+90
2012-10-22powerpc/mpc8xxx: Fix DDR initialization waiting for D_INITYork Sun1-24/+56
2012-10-22powerpc/mpc8xxx: Update DDR registersYork Sun1-0/+5
2012-10-22powerpc/mpc85xx: Add B4860 and variant SoCsYork Sun3-0/+306