summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/e500 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libcpu/powerpc/e500/mmu/mmu.c: Fix warningsJoel Sherrill2014-10-161-331/+331
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-112-3/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-2/+2
| | | | | | | | | | | | | | * e500/mmu/mmu.c, mpc505/ictrl/ictrl.c, mpc505/timer/timer.c, mpc5xx/ictrl/ictrl.c, mpc5xx/timer/timer.c, mpc6xx/altivec/vec_sup.c, mpc6xx/clock/c_clock.c, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/pte121.c, mpc8260/timer/timer.c, mpc8xx/timer/timer.c, new-exceptions/cpu.c, new-exceptions/bspsupport/ppc_exc_initialize.c, ppc403/clock/clock.c, ppc403/console/console.c, ppc403/console/console.c.polled, ppc403/console/console405.c, ppc403/irq/ictrl.c, ppc403/tty_drv/tty_drv.c, rtems/powerpc/cache.h, shared/include/powerpc-utility.h, shared/src/cache.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-01-31 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-01-311-116/+34
| | | | * e500/mmu/mmu.c: Use common defines.
* Whitespace removal.Ralf Corsepius2009-11-302-26/+26
|
* various PowerPC code maintenanceThomas Doerfler2009-11-032-2/+2
|
* 2008-02-08 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-02-092-0/+946
* Makefile.am, e500/, e500/mmu, e500/mmu/mmu.c, e500/mmu/e500_mmu.h: added code for PPC E500 TLB manipulation.