aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2012-12-05mpc5200: Add SPL supportStefan Roese6-0/+201
2012-12-05SPL: Port SPL framework to powerpcStefan Roese2-0/+46
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese3-7/+6
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 Tabi2-7/+16
2012-11-27powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen2-0/+4
2012-11-27powerpc/corenet_ds: move SATA config to board configurationZang Roy-R619111-7/+0
2012-11-27powerpc/85xx: implement check for erratum A-004580 work-aroundTimur Tabi3-1/+50
2012-11-27powerpc/mpc8xxx: take fdt_fixup_crypto_node() off the checkstack listKim Phillips1-3/+3
2012-11-27powerpc/mpc85xx: Temporary fix for spin table backward compatibilityYork Sun3-1/+52
2012-11-27powerpc/85xx: implement check for erratum A-004849 work-aroundTimur Tabi2-0/+66
2012-11-27powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del CONFIG_SYS_FSL_ELBC_MULTIBIT_ECCTimur Tabi1-1/+1
2012-11-278xxx: Change all 8*xx_DDR addresses to 8xxxAndy Fleming10-61/+44
2012-11-26Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini11-82/+573
2012-11-26spl/85xx: new SPL supportScott Wood5-9/+98
2012-11-26spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood4-15/+70
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/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2-0/+334
2012-11-26powerpc/mpc85xx: fix TLB alignmentScott Wood1-4/+4
2012-11-26powerpc: change .fixup test to a GCC version testScott Wood2-6/+5
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-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2-2/+2
2012-11-04powerpc/mpc83xx: sparse fixesKim Phillips2-4/+6
2012-11-04powerpc/mpc85xx: sparse fixesKim Phillips2-2/+2
2012-11-04arch/powerpc/cpu/mpc8xxx/: sparse fixesKim Phillips4-7/+10
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips13-303/+206
2012-11-04arch/powerpc/lib/extable.c: sparse fixKim Phillips1-4/+1
2012-11-04arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefinedKim Phillips1-1/+0
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips2-2/+2
2012-10-28PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM)Wolfgang Denk2-16/+2
2012-10-23mpc83xx: add support for mpc8309Gerlando Falauto6-1/+84
2012-10-23cleanup: introduce CONFIG_MPC830xGerlando Falauto2-2/+5
2012-10-23cleanup: use CONFIG_QE instead of CONFIG_MPC8360 || CONFIG_MPC832xGerlando Falauto1-4/+4
2012-10-22Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini47-464/+3412
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 Gang3-2/+8
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 Sun6-112/+151
2012-10-22powerpc/mpc85xx: Remove R6 from spin tableYork Sun2-6/+4
2012-10-22powerpc/mpc8xxx: Fix DDR SPD failed messageYork Sun1-1/+13
2012-10-22powerpc/mpc8xxx: Add auto select bank interleaving modeYork Sun1-1/+32
2012-10-22powerpc/mpc85xx: Add workaround for DDR erratum A004934York Sun3-0/+7
2012-10-22powerpc/mpc85xx: software workaround for DDR erratum A-004468York Sun9-18/+111
2012-10-22powerpc/mpc8xxx: Fix DDR initialization waiting for D_INITYork Sun4-27/+71
2012-10-22powerpc/mpc8xxx: Fix DDR driver handling quad-rank DIMMs and address calculationYork Sun5-17/+87