summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8260
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk18-306/+18
2013-06-12powerpc: fix 8xx and 82xx type-punning warnings with GCC 4.7Scott Wood5-9/+9
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass2-3/+3
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-09Clean up libfdt.h includesGerald Van Baren1-1/+0
2013-02-04ppc: Move dp_alloc_base, dp_alloc_top to arch_global_dataSimon Glass1-9/+10
2013-02-04ppc: Move reset_status to arch_global_dataSimon Glass1-2/+2
2013-02-02ppc: Move clock fields to arch_global_dataSimon Glass1-8/+8
2013-02-02ppc: Move brg_clk to arch_global_dataSimon Glass3-4/+4
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips1-19/+10
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-17serial: Use default_serial_puts() in driversMarek Vasut2-16/+2
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut2-64/+0
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial driversMarek Vasut2-22/+120
2012-05-24net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-9/+8
2012-05-23arch/powerpc/cpu/mpc8260/ether_scc.c: Fix compile warningJoe Hershberger1-1/+1
2012-05-22arch/powerpc/cpu/mpc8260/ether_fcc.c: Fix compile warningJoe Hershberger1-1/+1
2011-11-08arch/powerpc/cpu/mpc8260/spi.c: Fix GCC 4.6 build warningsWolfgang Denk1-4/+0
2011-11-08mpc8260/i2c.c: replace PRINTD() by debug()Wolfgang Denk1-49/+40
2011-11-08mpc8260/i2c.c: CodingStyle cleanupWolfgang Denk1-270/+264
2011-11-08mpc8260/speed.c: Fix GCC 4.6 build warningsWolfgang Denk1-10/+1
2011-10-06net: drop !NET_MULTI codeMike Frysinger2-6/+1
2011-10-01sbc82xx: delete support for obsolete SBC8240/SBC8260Paul Gortmaker1-1/+1
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28unify version_stringAndreas Bießmann1-8/+1
2011-04-21Revert "PowerPC: Add support for -msingle-pic-base"Wolfgang Denk1-5/+1
2011-04-11PowerPC: Add support for -msingle-pic-baseJoakim Tjernlund1-1/+5
2011-04-11PowerPC: Move -fPIC flag to common placeJoakim Tjernlund1-1/+1
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-3/+3
2010-12-17PowerPC: Add relocation support for -fpicJoakim Tjernlund1-2/+3
2010-11-288260: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-45/+11
2010-11-27arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings workWolfgang Denk1-4/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-15PowerPC: Don't destroy fixup table while doing fixupsJoakim Tjernlund1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-0/+1
2010-10-19powerpc: do not fixup NULL ptrsJoakim Tjernlund1-1/+3
2010-10-19powerpc: Cleanup BOOTFLAG_* referencesPeter Tyser1-0/+1
2010-10-13powerpc: Remove warm reset entry pointPeter Tyser1-15/+3
2010-09-21POST cleanup.Michael Zaidman1-20/+0
2010-09-09bedbug_860.c, bedbug_603e.c: Fix return type to silence compile warnings.Wolfgang Denk1-4/+8
2010-08-09net ppc: fix ethernet device names with spacesHeiko Schocher2-2/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-8/+2
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk3-4/+4
2010-05-07powerpc: Consolidate bootcount_{store|load} for PowerPCStefan Roese1-24/+0
2010-04-22Move arch/ppc to arch/powerpcStefan Roese20-0/+7476