summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* iop480_uart.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-2/+1
* 40x_spd_sdram.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-10/+10
* 44x_spd_ddr2.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-31/+1
* 44x_spd_ddr.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-4/+0
* cmd_ecctest.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-6/+3
* 4xx_ibm_ddr2_autocalib.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-6/+9
* 4xx_pcie.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-9/+2
* usb_ohci.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-2/+1
* arch/powerpc/cpu/mpc512x/i2c.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-161-2/+1
* arch/powerpc/cpu/mpc512x/pci.c: Fix GCC 4.6 warningsAnatolij Gustschin2011-11-161-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2011-11-161-0/+1
|\
| * font: split font data from video_font.hChe-Liang Chiou2011-11-151-0/+1
* | arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c: Fix GCC 4.6 build warningKumar Gala2011-11-111-5/+2
* | arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c: Fix GCC 4.6 build warningKumar Gala2011-11-111-1/+6
* | arch/powerpc/cpu/mpc8xxx/ddr/options.c: Fix GCC 4.6 build warningKumar Gala2011-11-111-0/+4
* | arch/powerpc/cpu/mpc8xxx/fsl_lbc.c: Fix GCC 4.6 build warningKumar Gala2011-11-111-2/+2
* | arch/powerpc/cpu/mpc85xx/tlb.c: Fix GCC 4.6 build warningKumar Gala2011-11-111-3/+2
* | arch/powerpc/cpu/mpc85xx/cpu_init.c: Fix GCC 4.6 build warningKumar Gala2011-11-111-2/+1
* | fsl_ifc: Fixed a bug in the erratum handling code for IFC_A003399Poonam Aggrwal2011-11-081-2/+2
* | powerpc/85xx: Add support for Book-E MMU Arch v2.0Kumar Gala2011-11-082-4/+14
* | powerpc/85xx: Fix warning for USB device-fixupRamneek Mehresh2011-11-081-11/+13
* | powerpc/85xx: resize the boot page TLB before relocating CCSRTimur Tabi2011-11-081-0/+49
* | powerpc/85xx: verify the current address of CCSR before relocating itTimur Tabi2011-11-081-0/+27
* | powerpc/85xx: add some missing sync instructions in the CCSR relocation codeTimur Tabi2011-11-081-0/+4
* | powerpc/85xx: fix some comments in the CCSR relocation codeTimur Tabi2011-11-081-2/+2
* | powerpc/85xx: fix definition of MAS register macrosTimur Tabi2011-11-081-5/+5
* | powerpc/mpc8548: Add workaround for erratum NMG_eTSEC129chenhui zhao2011-11-082-0/+5
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2011-11-083-6/+22
|\
| * mpc83xx: Cleanup usage of LBC constantsJoe Hershberger2011-11-031-1/+7
| * mpc83xx: Cleanup usage of DDR constantsJoe Hershberger2011-11-031-0/+9
| * mpc83xx: Fix ipic structure definitionJoe Hershberger2011-11-031-4/+5
| * mpc83xx: fix global timer structure definitionKim Phillips2011-11-031-1/+1
* | arch/powerpc/cpu/mpc8260/spi.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-071-4/+0
* | arch/powerpc/lib/bat_rw.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-1/+2
* | mpc8220/i2c.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-4/+2
* | mpc8260/i2c.c: replace PRINTD() by debug()Wolfgang Denk2011-11-071-49/+40
* | mpc8260/i2c.c: CodingStyle cleanupWolfgang Denk2011-11-071-270/+264
* | mpc8220/fec.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-3/+3
* | mpc8260/speed.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-071-10/+1
* | mpc8xx/spi.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-071-4/+0
* | mpc8xx/i2c.c: replace PRINTD() by debug()Wolfgang Denk2011-11-071-48/+46
* | mpc8xx/i2c.c: CodungStyle cleanupWolfgang Denk2011-11-071-149/+154
* | mpc8xx/cpu.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-071-1/+2
* | mpc8xx/fec.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-071-22/+25
* | arch/powerpc/cpu/mpc5xxx/usb_ohci.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-071-2/+1
* | arch/powerpc/lib/board.c: fix build warningWolfgang Denk2011-11-071-3/+0
* | arch/powerpc/lib/board.c: make (mostly) checkpatch-cleanWolfgang Denk2011-11-071-221/+234
* | arch/powerpc/cpu/mpc5xxx/i2c.c: fix GC 4.6 build warningsWolfgang Denk2011-11-071-4/+1
|/
* Reduce build timesWolfgang Denk2011-11-032-4/+4
* 4xx_pci.c: add error checking, fix GCC 4.6 build warningWolfgang Denk2011-11-031-2/+4
OpenPOWER on IntegriCloud