summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/haleakala/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/ChangeLog179
1 files changed, 0 insertions, 179 deletions
diff --git a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog b/c/src/lib/libbsp/powerpc/haleakala/ChangeLog
deleted file mode 100644
index db11868d99..0000000000
--- a/c/src/lib/libbsp/powerpc/haleakala/ChangeLog
+++ /dev/null
@@ -1,179 +0,0 @@
-2011-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove references to non-existing files.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * startup/bspstart.c: Add BSP_poll_char.
-
-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-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * start/start.S: removed "bootbard calling" warning
-
-2009-12-16 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * startup/bspstart.c: warning removal
-
-2009-11-12 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * INSTALL: Remove.
-
-2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Update for exception support changes.
- * irq/irq.c, include/tm27.h: 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/haleakala.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-16 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/linkcmds: Fix up .sbss .sbss.* section handling.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/haleakala.cfg: New (relocated from /make/custom).
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
- Should be automatically handled by confdefs.h or the application.
-
-2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
- RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
- have the same options.
-
-2009-04-28 Chris Johns <chrisj@rtems.org>
-
- * dlentry/dlentry.S: Update for boot_card command line change.
-
-2008-12-18 Michael Hamel <nigel@adi.co.nz>
-
- PR 1349/bsps
- * startup/bspstart.c: Add missing volatile on UART access pointer.
-
-2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am, preinstall.am: Use shared tm27.h stub.
- * include/tm27.h: Removed.
-
-2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/tm27.h: Remove reference to set_vector.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
- of building libbspstart.a, using automake-rules.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Eliminate *_SOURCES.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
- components.
-
-2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove noinst_PROGRAMS (Unused).
-
-2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
-
-2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Make letting boot_card() handle work area allocation
- mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
- BSP_BOOTCARD_OPTIONS.
-
-2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: Use standardized bsp_cleanup() which can
- optionally print a message, poll for user to press key, and call
- bsp_reset(). Using this eliminates the various bsp_cleanup()
- implementations which had their own implementation and variety of
- string constants.
- * startup/bspclean.c: Removed.
-
-2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, startup/linkcmds: Use top level shared
- bsp_get_work_area() implementation.
- * startup/bspgetworkarea.c: Removed.
-
-2008-09-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac, startup/bspstart.c: Create
- bsp_get_work_area() into its own file and use BSP Framework to
- perform more initialization.
- * startup/bspgetworkarea.c: New file.
-
-2008-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * startup/bspstart.c: Convert to "bool".
-
-2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * irq/irq.c, irq/irq_init.c, startup/bspstart.c:
- Add missing prototypes.
-
-2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * Makefile.am: Do not build .rel files. Reduces code bloat.
-
-2008-07-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove reference to startup/setvec.c.
-
-2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, include/.cvsignore: New files.
-
-2008-07-14 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
-
- * irq/irq.c: adapted DCR access syntax
-
- * startup/linkcmds, startup/bspstartup.c, Makefile.am:
- adapted to exception support code
-
-2008-07-14 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
-
- * README, bsp_specs, INSTALL, bsp_specs.dl, configure.ac,
- * Makefile.am, preinstall.am, dlentry/dlentry.S,
- * include/bsp.h, include/coverhd.h, include/tm27.h
- * irq/irq.c, irq/irq.h, irq/irq_init.c,
- * startup/bspclean.c, startup/bspstart.c, startup/linkcmds:
-
- Added BSP contributed by Michael Hamel
-
-
-
-