aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/ppc4xx
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-3/+3
2013-02-08Clean up libfdt.h includesGerald Van Baren1-1/+0
2013-02-04arm: Move uart_clk to arch_global_dataSimon Glass2-4/+4
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok1-1/+1
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips1-17/+9
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-2/+2
2012-10-15ppc4xx: Remove AP1000 board supportStefan Roese1-8/+0
2012-10-15ppc4xx: Remove IOP480 supportStefan Roese5-395/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut1-35/+0
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 serial driverMarek Vasut1-6/+59
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-3/+3
2011-12-07ppc4xx: Remove usbdev.cStefan Roese5-274/+0
2011-11-16iop480_uart.c: Fix GCC 4.6 build warningsStefan Roese1-2/+1
2011-11-1640x_spd_sdram.c: Fix GCC 4.6 build warningsStefan Roese1-10/+10
2011-11-1644x_spd_ddr2.c: Fix GCC 4.6 build warningsStefan Roese1-31/+1
2011-11-1644x_spd_ddr.c: Fix GCC 4.6 build warningsStefan Roese1-4/+0
2011-11-16cmd_ecctest.c: Fix GCC 4.6 build warningsStefan Roese1-6/+3
2011-11-164xx_ibm_ddr2_autocalib.c: Fix GCC 4.6 build warningsStefan Roese1-6/+9
2011-11-164xx_pcie.c: Fix GCC 4.6 build warningsStefan Roese1-9/+2
2011-11-16usb_ohci.c: Fix GCC 4.6 build warningsStefan Roese1-2/+1
2011-11-034xx_pci.c: add error checking, fix GCC 4.6 build warningWolfgang Denk1-2/+4
2011-11-034xx_uart.c: fix GCC 4.6 build warningsWolfgang Denk1-12/+14
2011-10-27GCC4.6: Squash warnings in 4xx_pcie.cMarek Vasut1-1/+2
2011-10-27GCC4.6: Squash warnings in 4xx_ibm_ddr2_autocalib.cMarek Vasut1-4/+4
2011-10-27GCC4.6: Squash warnings in 44x_spd_ddr.cMarek Vasut1-7/+10
2011-10-27GCC4.6: Squash warnings in denali_spd_ddr2.cMarek Vasut1-26/+26
2011-10-27GCC4.6: Squash warnings in denali_data_eye.cMarek Vasut1-5/+5
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-1/+0
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-4/+3
2011-09-19ppc4xx: Flush dcache after DDR2 autocalibration with caches onStefan Roese1-0/+7
2011-07-28unify version_stringAndreas Bießmann1-8/+1
2011-05-12PPC405EX CHIP_21 erratumSteven A. Falco1-0/+64
2011-04-20Revert "PowerPC: Add support for -msingle-pic-base"Wolfgang Denk1-20/+2
2011-04-11PowerPC: Add support for -msingle-pic-baseJoakim Tjernlund1-2/+20
2011-04-11PowerPC: Move -fPIC flag to common placeJoakim Tjernlund1-1/+1
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-3/+3
2011-01-11ppc4xx: Fix compilation breakage in miiphy.cStefan Roese1-1/+1
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-36/+36
2010-12-17PowerPC: Add relocation support for -fpicJoakim Tjernlund1-2/+3
2010-12-17xilinx-ppc4xx-generic: Use common u-boot.ldsRicardo Ribalda Delgado2-1/+9
2010-12-17ppc4xx: Clarify comment about boot chip-select in start.SStefan Roese1-12/+14
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-1/+0
2010-11-28ppc4xx: Flush complete dcache in relocate_code()Stefan Roese1-6/+7
2010-11-27powerpc: cmd_ecctest: Use return value of cmd_usageThomas Weber1-4/+2
2010-11-27ppc4xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-43/+10
2010-11-26arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings workWolfgang Denk1-4/+1
2010-11-26cpu/ppc4xx/Makefile: build only needed object filesWolfgang Denk3-22/+10
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2