summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/ChangeLog
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
committerGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
commitfad2d38a9f1b9cd380c5bb891c5d1583af0b0a65 (patch)
tree53b406924f5c554a437e114f343988de699e5b99 /c/src/lib/libbsp/arm/gumstix/ChangeLog
parentlibchip: Fix prototypes (diff)
downloadrtems-fad2d38a9f1b9cd380c5bb891c5d1583af0b0a65.tar.bz2
RTEMS: Delete ChangeLog files.
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.
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/gumstix/ChangeLog143
1 files changed, 0 insertions, 143 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/ChangeLog b/c/src/lib/libbsp/arm/gumstix/ChangeLog
deleted file mode 100644
index 6974fb1032..0000000000
--- a/c/src/lib/libbsp/arm/gumstix/ChangeLog
+++ /dev/null
@@ -1,143 +0,0 @@
-2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1953/bsps
- * console/uarts.c: Do not use /dev/console in libchip configuration
- table. Shared driver framework selects device to use as /dev/console.
-
-2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
-
- PR 1917/bsps
- * Makefile.am, console/uarts.c: Modifications to add dynamic tables for
- libchip serial drivers.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
- file.
-
-2010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * rtl8019/rtl8019.c: Fix typo.
-
-2010-05-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * rtl8019/rtl8019.c: Fixed interrupt handler.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * Makefile.am, preinstall.am: Added generic interrupt support modules.
- * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
- * startup/bspstart.c, rtl8019/rtl8019.c: Interrupt support changes.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/gumstix.cfg: Use VFP floating point model.
-
-2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
-
- * rtl8019/rtl8019.c: make irq data types consistent
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/gumstix.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/gumstix.cfg: New (relocated from /make/custom).
-
-2009-09-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * preinstall.am: Regenerate.
-
-2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * configure.ac: Resolve confusion with Ralf's patch.
-
-2009-09-16 Roxana Leontie <roxana.leontie@gmail.com>
-
- * configure.ac, fb/fb.c, include/bsp.h: updates made for porting to
- Nano-X and make testing easyer
-
-2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
-
- 2009-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: If not on Skyeye, do not include the rtl8019 driver
- in libbsp.
-
-2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac: Add default value.
-
-2009-08-22 Xi Yang <hiyangxi@gmail.com>
-
- * fb/fb.c: Register correct device name.
- * startup/bspstart.c: Fix warnings.
-
-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-08-21 Xi Yang <hiyangxi@gmail.com>
-
- * Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support
- * preinstall.am: Install skyeye_fb.h, Install wd80x3
- * fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator
- * rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support
- * startup/memmap.c: Change the size of Map I/O to 1216M
- * bsp/bsp.h: Add rtl8019 related infomation
-
-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-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am: Fix typo.
-
-2009-07-10 Xi Yang <hiyangxi@gmail.com>
-
- * Makefile.am: Complete update to current style.
-
-2009-06-29 Xi Yang <hiyangxi@gmail.com>
-
- * Makefile.am: Update to current style.
- * bsp_specs: Fix warning for _start.
- * start/start.S: Proper attribution for origin.
- * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye.
- * include/.cvsignore: New file.
- * include/bspopts.h.in: Removed.
-
-2009-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * startup/linkcmds: Fix spacing.
-
-2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least
- enable fast idle mode. Also added some standard BSP options.
-
-2009-06-04 Xi Yang <hiyangxi@gmail.com>
-
- * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
- preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in,
- include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds,
- startup/memmap.c: New files.
-