aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-09-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini37-926/+1359
2012-09-02powerpc: re-add bi_ip_addr to bd_t structAnatolij Gustschin1-0/+1
2012-09-02ppc: Create a stack frame for wait_ticks()Joakim Tjernlund1-2/+5
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese2-98/+0
2012-09-01mpc5xxx: add GPIO port configurationAnatolij Gustschin1-0/+14
2012-08-23Revert "powerpc: Fix declaration type for I/O functions"Andy Fleming1-10/+10
2012-08-23powerpc/85xx: clear out TLB on bootScott Wood3-33/+48
2012-08-23powerpc/mpc8xxx: Move HWCONFIG_BUFFER_SIZE into config.hYork Sun4-5/+4
2012-08-23powerpc/mpc8xxx DDR: Fix interactive DDR debuggingYork Sun1-2/+2
2012-08-23powerpc/mpc8xxx DDR: Fall back to raw timing for first controller onlyYork Sun1-1/+1
2012-08-23powerpc/mpc8xxx DDR: Fix CAS latency calculationYork Sun1-2/+4
2012-08-23powerpc/mpc8xxx: Fix bug for extended DDR timingYork Sun2-20/+43
2012-08-23powerpc/mpc8xxx: Enable 3-way and 4-way DDR interleavingYork Sun9-318/+455
2012-08-23powerpc/mpc8xxx: Add support for cas latency 12 and aboveYork Sun1-7/+21
2012-08-23powerpc/mpc8xxx: Add fine timing support for DDR3York Sun3-12/+36
2012-08-23powerpc/mpc85xx: Skip zero values for DDR debug registersYork Sun1-3/+11
2012-08-23powerpc/mpc8xxx: fix core id for multicore bootingYork Sun4-6/+53
2012-08-23Added new ext fields to IFCKumar Gala2-6/+24
2012-08-23Add IFC offset for DPAA/Corenet platformsKumar Gala1-0/+1
2012-08-23Add e6500 processor detectionKumar Gala2-0/+4
2012-08-23powerpc/mpc8xxx: use topology registers to calculate number of coresYork Sun3-9/+70
2012-08-23powerpc/mpc8xxx: Add immap for topology and rcpm registersYork Sun1-1/+87
2012-08-23powerpc/mpc85xx: Add IFC LAW target ID for FSL High-End SoCPrabhakar Kushwaha1-0/+1
2012-08-23powerpc/mpc85xx:Enable debugger support to missed e500v2 SoCPrabhakar Kushwaha1-0/+4
2012-08-23powerpc/fsl-corenet: work around erratum A004510Scott Wood5-0/+330
2012-08-23powerpc/fsl-corenet: remove dead variant symbolsScott Wood3-69/+4
2012-08-23powerpc/85xx: remove support for the Freescale P3060Timur Tabi8-261/+2
2012-08-23powerpc/85xx: add support for FM2 DTSEC5Timur Tabi3-0/+8
2012-08-23p1014rdb: set ddr bus width properly depending on SVRMatthew McClintock1-0/+1
2012-08-23powerpc/mpc8xxx: Remove P1015 and P1016 from CPU listYork Sun6-39/+2
2012-08-23powerpc/corenet_ds: Master module for boot from PCIELiu Gang1-22/+22
2012-08-23powerpc/corenet_ds: Get rid of the CONFIG_SRIOBOOT_SLAVE_PORTx macroLiu Gang1-0/+1
2012-08-23powerpc/corenet_ds: Get rid of the SRIOBOOT_MASTER build targetLiu Gang3-99/+63
2012-08-23powerpc/mpc85xx: Make NMG_CPU_A011 workaround conditionalYork Sun4-3/+56
2012-08-22powerpc: Stack Pointer not properly alignedJoakim Tjernlund1-3/+2
2012-08-22mpc85xx: Initial SP alignment is wrong.Joakim Tjernlund1-11/+5
2012-08-09powerpc: Fix declaration type for I/O functionsPrabhakar Kushwaha1-10/+10
2012-08-09powerpc:Fix return type & parameter passed for I/O functionsPrabhakar Kushwaha1-15/+15
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-08-08powerpc/85xx: use CONFIG_SYS_FSL_PCIE_COMPAT macro when setting the PCI LIODNsTimur Tabi4-14/+14
2012-08-08powerpc/mpc85xx: Ignore E bit for BSC9130/1York Sun1-2/+0
2012-08-08powerpc/85xx: improve definition of BR_PHYS_ADDR macroTimur Tabi1-3/+3
2012-08-08powerpc/ddr: fix fsl_ddr_get_dimm_params compile errorShaohui Xie1-1/+1
2012-08-08powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134 for DDR over 4GBYork Sun1-2/+11
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk1-1/+2
2012-07-30MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.cMarek Vasut1-1/+2
2012-07-21MPC83xx, MPC85xx: compile stub cache functionStefano Babic2-2/+2
2012-07-08Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk14-152/+336
2012-07-06powerpc/mpc85xx: Fix Handling the lack of L2 cache on P2040/P2040EYork Sun1-7/+4
2012-07-06powerpc/mpc85xx: Workaround for erratum CPU_A011York Sun4-10/+39