summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-143/+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-11-072011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
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-182011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett1-0/+6
PR 1917/bsps * Makefile.am, console/uarts.c: Modifications to add dynamic tables for libchip serial drivers.
2011-02-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-12-032010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+5
* bsp_specs, start/start.S, startup/linkcmds: Use linker command base file.
2010-05-142010-05-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-0/+4
* rtl8019/rtl8019.c: Fix typo.
2010-05-032010-05-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* rtl8019/rtl8019.c: Fixed interrupt handler.
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+6
* 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-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+4
* csb336/make/custom/csb336.cfg, csb337/make/custom/csb337.cfg, edb7312/make/custom/edb7312.cfg, gba/make/custom/gba.cfg, gdbarmsim/make/custom/arm920.cfg, gp32/make/custom/gp32.cfg, gumstix/make/custom/gumstix.cfg, lpc32xx/make/custom/lpc32xx_phycore.cfg, nds/make/custom/nds.cfg, rtl22xx/make/custom/rtl22xx.cfg, smdk2410/make/custom/smdk2410.cfg: Use VFP floating point model.
2010-04-09unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler1-0/+4
2010-04-072010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* start/start.S: Verify boot_card() is passed a NULL.
2009-10-212009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* make/custom/gumstix.cfg: Remove RTEMS_BSP_FAMILY.
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Don't add -ansi -fasm to CFLAGS.
2009-10-152009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* make/custom/gumstix.cfg: New (relocated from /make/custom).
2009-09-18preinstall.am: Regenerate.Thomas Doerfler1-0/+4
2009-09-162009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+4
* configure.ac: Resolve confusion with Ralf's patch.
2009-09-162009-09-16 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill1-0/+5
* configure.ac, fb/fb.c, include/bsp.h: updates made for porting to Nano-X and make testing easyer
2009-09-152009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+5
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
2009-08-27If not on Skyeye, do not include the rtl8019 driver in libbsp.Joel Sherrill1-0/+5
2009-08-272009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* configure.ac: Add default value.
2009-08-222009-08-22 Xi Yang <hiyangxi@gmail.com>Joel Sherrill1-0/+5
* fb/fb.c: Register correct device name. * startup/bspstart.c: Fix warnings.
2009-08-212009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+5
* include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application.
2009-08-212009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill1-0/+9
* 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-162009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* 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-102009-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* Makefile.am: Fix typo.
2009-07-102009-07-10 Xi Yang <hiyangxi@gmail.com>Joel Sherrill1-0/+4
* Makefile.am: Complete update to current style.
2009-06-292009-06-29 Xi Yang <hiyangxi@gmail.com>Joel Sherrill1-0/+9
* 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-112009-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* startup/linkcmds: Fix spacing.
2009-06-052009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* 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-042009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill1-0/+7
* .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.