source: rtems/c/src/lib/libbsp/arm/gumstix/ChangeLog @ 93b8c70

4.115
Last change on this file since 93b8c70 was 93b8c70, checked in by Jennifer Averett <Jennifer.Averett@…>, on 10/18/11 at 18:26:55

2011-10-18 Jennifer Averett <Jennifer.Averett@…>

PR 1917/bsps

  • Makefile.am, console/uarts.c: Modifications to add dynamic tables for libchip serial drivers.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12011-10-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
2
3        PR 1917/bsps
4        * Makefile.am, console/uarts.c: Modifications to add dynamic tables for
5        libchip serial drivers.
6
72011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Require autoconf-2.68, automake-1.11.1.
10
112010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
12
13        * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
14        file.
15
162010-05-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
17
18        * rtl8019/rtl8019.c: Fix typo.
19
202010-05-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
21
22        * rtl8019/rtl8019.c: Fixed interrupt handler.
23
242010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
25
26        * Makefile.am, preinstall.am: Added generic interrupt support modules.
27        * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
28        * startup/bspstart.c, rtl8019/rtl8019.c: Interrupt support changes.
29
302010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
31
32        * make/custom/gumstix.cfg: Use VFP floating point model.
33
342010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
35
36        * rtl8019/rtl8019.c: make irq data types consistent
37
382010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * start/start.S: Verify boot_card() is passed a NULL.
41
422009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * make/custom/gumstix.cfg: Remove RTEMS_BSP_FAMILY.
45
462009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Don't add -ansi -fasm to CFLAGS.
49
502009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * make/custom/gumstix.cfg: New (relocated from /make/custom).
53
542009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * preinstall.am: Regenerate.
57
582009-09-16      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * configure.ac: Resolve confusion with Ralf's patch.
61
622009-09-16      Roxana Leontie <roxana.leontie@gmail.com>
63
64        * configure.ac, fb/fb.c, include/bsp.h: updates made for porting to
65        Nano-X and make testing easyer
66
672009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
70
71 2009-08-27     Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.am: If not on Skyeye, do not include the rtl8019 driver
74        in libbsp.
75
762009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * configure.ac: Add default value.
79
802009-08-22      Xi Yang <hiyangxi@gmail.com>
81
82        * fb/fb.c: Register correct device name.
83        * startup/bspstart.c: Fix warnings.
84
852009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
88        Should be automatically handled by confdefs.h or the application.
89
902009-08-21      Xi Yang <hiyangxi@gmail.com>
91
92        * Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support
93        * preinstall.am: Install skyeye_fb.h, Install wd80x3
94        * fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator
95        * rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support
96        * startup/memmap.c: Change the size of Map I/O to 1216M
97        * bsp/bsp.h: Add rtl8019 related infomation
98
992009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
102        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
103        have the same options.
104
1052009-07-10      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * Makefile.am: Fix typo.
108
1092009-07-10      Xi Yang <hiyangxi@gmail.com>
110
111        * Makefile.am: Complete update to current style.
112
1132009-06-29      Xi Yang <hiyangxi@gmail.com>
114
115        * Makefile.am: Update to current style.
116        * bsp_specs: Fix warning for _start.
117        * start/start.S: Proper attribution for origin.
118        * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye.
119        * include/.cvsignore: New file.
120        * include/bspopts.h.in: Removed.
121
1222009-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * startup/linkcmds: Fix spacing.
125
1262009-06-05      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least
129        enable fast idle mode. Also added some standard BSP options.
130
1312009-06-04      Xi Yang <hiyangxi@gmail.com>
132
133        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
134        preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in,
135        include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds,
136        startup/memmap.c: New files.
137
Note: See TracBrowser for help on using the repository browser.