summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-04-12 David Querbach <querbach@realtime.bc.ca>Joel Sherrill2004-04-121-1/+1
| | | | | | | | | | | | | | | * README, configure.ac, mpc5xx/Makefile.am, mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h, mpc5xx/timer/timer.c, shared/include/cpuIdent.h: addition of a significant amount of MPC5xx support as part of the addition of the SS555 BSP. * mpc5xx/README, mpc5xx/clock/clock.c, mpc5xx/console-generic/console-generic.c, mpc5xx/include/console.h, mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c, mpc5xx/irq/irq.h, mpc5xx/irq/irq_asm.S, mpc5xx/irq/irq_init.c, mpc5xx/vectors/vectors.S, mpc5xx/vectors/vectors.h, mpc5xx/vectors/vectors_init.c: New files. * mpc5xx/exceptions/asm_utils.S: Removed.
* 2004-03-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-03-091-0/+1
| | | | | * README: Add "mpc5xx (mpc565)", because Wilfried B. mentioned the mpc5xx being used on mpc565.
* 2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>Joel Sherrill2001-11-091-4/+12
| | | | | | | | | | | | | | | | This modification is part of the submitted modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did not negatively impact the ppc403 BSPs. The submission and tracking process was captured as PR50. * ppc403/console/console405.c ppc403/tty_drv/.cvsignore, ppc403/tty_drv/Makefile.am, ppc403/tty_drv/tty_drv.c, ppc403/tty_drv/tty_drv.h: New files. * Makefile.am, README, configure.ac, old_exception_processing/cpu.c, old_exception_processing/cpu.h, ppc403/Makefile.am, ppc403/clock/clock.c, ppc403/console/Makefile.am, ppc403/console/console.c, ppc403/ictrl/ictrl.c, ppc403/ictrl/ictrl.h, ppc403/timer/timer.c: Modified.
* 2001-10-22 Andy Dachs <a.dachs@sstl.co.uk>Joel Sherrill2001-10-221-0/+1
| | | | | | * Makefile.am, README, configure.ac, new_exception_processing/cpu.h, shared/include/cpu.h, shared/include/cpuIdent.c, shared/src/cache.c: Added mpc8260 support.
* Updated.Joel Sherrill1999-11-111-4/+15
|
* update from Andy Bray <andy@i-cubed.co.uk>Joel Sherrill1995-12-051-2/+2
|
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+4
|
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-231-0/+9
both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.