aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese
2012-09-01mpc5xxx: add GPIO port configurationAnatolij Gustschin
2012-08-09powerpc: Fix declaration type for I/O functionsPrabhakar Kushwaha
2012-08-09powerpc:Fix return type & parameter passed for I/O functionsPrabhakar Kushwaha
2012-08-09global_data: unify global flag definesMike Frysinger
2012-08-08powerpc/85xx: use CONFIG_SYS_FSL_PCIE_COMPAT macro when setting the PCI LIODNsTimur Tabi
2012-08-08powerpc/mpc85xx: Ignore E bit for BSC9130/1York Sun
2012-08-08powerpc/85xx: improve definition of BR_PHYS_ADDR macroTimur Tabi
2012-08-08powerpc/ddr: fix fsl_ddr_get_dimm_params compile errorShaohui Xie
2012-08-08powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134 for DDR over 4GBYork Sun
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk
2012-07-30MPC8xx: Fixup warning in arch/powerpc/cpu/mpc8xx/cpu.cMarek Vasut
2012-07-21MPC83xx, MPC85xx: compile stub cache functionStefano Babic
2012-07-08Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2012-07-06powerpc/mpc85xx: Fix Handling the lack of L2 cache on P2040/P2040EYork Sun
2012-07-06powerpc/mpc85xx: Workaround for erratum CPU_A011York Sun
2012-07-06powerpc/mpc85xx: Ignore E bit for SVR_SOC_VER()York Sun
2012-07-06powerpc/P4080: Check SVR for CPU22 workaroundYork Sun
2012-07-06lib/powerpc: addrmap_phys_to_virt() should return a pointerTimur Tabi
2012-07-06powerpc/mpc85xx:NAND_SPL:Avoid IFC/eLBC Base address settingPrabhakar Kushwaha
2012-07-06powerpc/mpc85xx:Add debugger support for e500v2 SoCPrabhakar Kushwaha
2012-07-06powerpc/85xx:Fix NAND code base to support debuggerPrabhakar Kushwaha
2012-07-06powerpc/85xx:Make debug exception vector accessiblePrabhakar Kushwaha
2012-07-06powerpc/85xx:Fix MSR[DE] bit in MSR to support debuggerPrabhakar Kushwaha
2012-07-06powerpc/mpc85xx:Add BSC9131/BSC9130/BSC9231 Processor SupportPrabhakar Kushwaha
2012-07-03powerpc/mpc83xx: fix copyright string in serdes.cTimur Tabi
2012-06-07MPC8xxx: Define cache ops for USBMarek Vasut
2012-05-23net: cosmetic: Un-typedef Ethernet_tJoe Hershberger
2012-05-23net: Encapsulate CDP packet identificationJoe Hershberger
2012-05-22arch/powerpc/cpu/mpc8260/ether_scc.c: Fix compile warningJoe Hershberger
2012-05-22arch/powerpc/cpu/mpc85xx/ether_fcc.c: Fix compile warningJoe Hershberger
2012-05-22arch/powerpc/cpu/mpc8260/ether_fcc.c: Fix compile warningJoe Hershberger
2012-05-22arch/powerpc/cpu/mpc8220/fec.c: Fix compile warningJoe Hershberger
2012-05-22MPC8xx: fix "Remove volatile from net API" aftermathWolfgang Denk
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2012-05-18powerpc/85xx: fix NAND boot linker scripts for -fpicScott Wood
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-04-24powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSRTimur Tabi
2012-04-24powerpc/corenet_ds: Slave core in holdoff when boot from SRIOLiu Gang
2012-04-24powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang
2012-04-24powerpc/corenet_ds: Slave uploads ucode when boot from SRIOLiu Gang
2012-04-24powerpc/corenet_ds: Master module for boot from SRIOLiu Gang
2012-04-24powerpc/srio: Rewrite the struct ccsr_rioLiu Gang
2012-04-24powerpc/85xx:Fix lds for nand boot debug infoPrabhakar Kushwaha
2012-04-24powerpc/85xx:Avoid vector table compilation for nand_splPrabhakar Kushwaha
2012-04-24powerpc/85xx:Fix IVORs addr after vector table relocationPrabhakar Kushwaha
2012-04-24powerpc/85xx:Avoid hardcoded vector address for IVORsPrabhakar Kushwaha
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass