aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8220
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-3/+3
2013-02-04ppc: Move mpc8220 clocks to arch_global_dataSimon Glass1-5/+7
2013-02-04ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass1-3/+5
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips1-62/+57
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 Vasut1-8/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from serial driversMarek Vasut1-32/+0
2012-10-15serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 serial driverMarek Vasut1-6/+61
2012-05-22arch/powerpc/cpu/mpc8220/fec.c: Fix compile warningJoe Hershberger1-3/+2
2011-11-07mpc8220/i2c.c: Fix GCC 4.6 build warningWolfgang Denk1-4/+2
2011-11-07mpc8220/fec.c: Fix GCC 4.6 build warningWolfgang Denk1-3/+3
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+1
2011-07-28unify version_stringAndreas Bießmann1-8/+1
2011-04-20Revert "PowerPC: Add support for -msingle-pic-base"Wolfgang Denk1-10/+1
2011-04-11PowerPC: Add support for -msingle-pic-baseJoakim Tjernlund1-1/+10
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-278220: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-45/+11
2010-11-26arch/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-14PowerPC: 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-18powerpc: do not fixup NULL ptrsJoakim Tjernlund1-1/+3
2010-10-18powerpc: Cleanup BOOTFLAG_* referencesPeter Tyser1-0/+1
2010-10-12powerpc: Remove warm reset entry pointPeter Tyser1-15/+2
2010-08-09miiphy: constify device nameMike Frysinger1-4/+4
2010-08-09net ppc: fix ethernet device names with spacesHeiko Schocher1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk2-2/+2
2010-05-03Remove unused "local_crc32" function.Detlev Zundel1-40/+1
2010-04-21Move arch/ppc to arch/powerpcStefan Roese22-0/+5848