summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/qemuppc/ChangeLog112
1 files changed, 0 insertions, 112 deletions
diff --git a/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog b/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog
deleted file mode 100644
index 0d015e48fb..0000000000
--- a/c/src/lib/libbsp/powerpc/qemuppc/ChangeLog
+++ /dev/null
@@ -1,112 +0,0 @@
-2011-27-28 Till Straumann <strauman@slac.stanford.edu>
-
- * 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>
-
- * Makefile.am: Remove references to non-existing files.
-
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspstart.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
-
-2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>
-
- * configure.ac: Added AC_CHECK_SIZEOF macro.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * include/irq-config.h: Removed file.
- * Makefile.am, preinstall.am: Reflect change above.
- * include/irq.h: Moved defines from 'include/irq-config.h'.
-
-2009-10-29 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * Makefile.am: add cache.rel
-
-2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Update for exception support changes.
- * irq/irq_init.c: Changed exception header file includes.
- * startup/bspstart.c: Changed exception header file includes. Update
- for ppc_exc_initialize() changes.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/qemuppc.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/qemuppc.cfg: New (relocated from /make/custom).
-
-2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Remove reference to timer_SOURCES.
-
-2009-10-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: BSP has plenty of memory.
- * startup/cmain.c: Comment out prints.
-
-2009-10-12 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
- * linkcmds:
- increase size of ROM to 4 Meg
-
-2009-10-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
- * Makefile.am:
- do not use shared/timerstub
-
- * include/bsp.h:
- add macro to convert Decrementer value
-
- * startup/bspstart.c:
- set clock frequency to suitable value
-
- * startup/bsppanic.c:
- issue a reset after panic
-
- * startup/linkcmds:
- add space for stacks
-
-2009-10-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
- * startup/bspstart.c:
- add missing file
-
-2009-10-02 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
- * Makefile.am, irq/irq_config.h, irq/irq_init.c, irq/irq.h:
- 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>
-
- * include/bsp.h: BSP does not have much memory. Limited to BIOS space.
-
-2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * irq/irq.h: New file.
-
-2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .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.
-