summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-112/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* 2011-27-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2011-07-281-0/+5
| | | | | * start/start.S: Align stack and tag TOS with a NULL pointer (help terminate when walking the stack).
* 2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-06-181-0/+4
| | | | * Makefile.am: Remove references to non-existing files.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-0/+5
| | | | | * startup/bspstart.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-0/+4
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-291-0/+4
| | | | * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
* 2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>Jennifer Averett2010-06-291-0/+4
| | | | * configure.ac: Added AC_CHECK_SIZEOF macro.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-0/+6
| | | | | | * include/irq-config.h: Removed file. * Makefile.am, preinstall.am: Reflect change above. * include/irq.h: Moved defines from 'include/irq-config.h'.
* add cache.rel to MakefileThomas Doerfler2009-10-301-0/+4
|
* Update for exception support changes.Thomas Doerfler2009-10-231-0/+7
|
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-0/+4
| | | | * make/custom/qemuppc.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-201-0/+4
| | | | * configure.ac: Don't add -ansi -fasm to CFLAGS.
* 2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-151-0/+4
| | | | * make/custom/qemuppc.cfg: New (relocated from /make/custom).
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-141-0/+4
| | | | * Makefile.am: Remove reference to timer_SOURCES.
* 2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-10-121-0/+5
| | | | | * include/bsp.h: BSP has plenty of memory. * startup/cmain.c: Comment out prints.
* increase size of ROM to 4 MegThomas Doerfler2009-10-121-0/+4
|
* various changesThomas Doerfler2009-10-061-0/+16
|
* add missing fileThomas Doerfler2009-10-031-0/+4
|
* * Makefile.am, irq/irq_config.h, irq/irq_init.c, irq/irq.h:Thomas Doerfler2009-10-021-0/+9
| | | | | | | | | add basic IRQ support (for decrementer) * start/start.S, startup/cmain.c, startup/linkcmds: add support for sdata* sections * startup/bsppanic.c: some cleanup
* 2009-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-011-0/+4
| | | | * include/bsp.h: BSP does not have much memory. Limited to BIOS space.
* 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-241-0/+4
| | | | * irq/irq.h: New file.
* 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-241-0/+7
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console-io.c, include/.cvsignore, include/bsp.h, start/start.S, startup/bsppanic.c, startup/cmain.c, startup/linkcmds: New files.