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

4.115
Last change on this file since bb2b825 was 3dcdad4a, checked in by Joel Sherrill <joel.sherrill@…>, on 11/07/11 at 21:46:16

2011-11-07 Joel Sherrill <joel.sherrill@…>

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.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12011-11-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        PR 1953/bsps
4        * console/uarts.c: Do not use /dev/console in libchip configuration
5        table. Shared driver framework selects device to use as /dev/console.
6
72011-10-18      Jennifer Averett <Jennifer.Averett@OARcorp.com>
8
9        PR 1917/bsps
10        * Makefile.am, console/uarts.c: Modifications to add dynamic tables for
11        libchip serial drivers.
12
132011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require autoconf-2.68, automake-1.11.1.
16
172010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
20        file.
21
222010-05-14      Joel Sherrill <joel.sherrilL@OARcorp.com>
23
24        * rtl8019/rtl8019.c: Fix typo.
25
262010-05-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        * rtl8019/rtl8019.c: Fixed interrupt handler.
29
302010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
31
32        * Makefile.am, preinstall.am: Added generic interrupt support modules.
33        * include/bsp.h: Define BSP_FEATURE_IRQ_EXTENSION.
34        * startup/bspstart.c, rtl8019/rtl8019.c: Interrupt support changes.
35
362010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
37
38        * make/custom/gumstix.cfg: Use VFP floating point model.
39
402010-04-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
41
42        * rtl8019/rtl8019.c: make irq data types consistent
43
442010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * start/start.S: Verify boot_card() is passed a NULL.
47
482009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * make/custom/gumstix.cfg: Remove RTEMS_BSP_FAMILY.
51
522009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Don't add -ansi -fasm to CFLAGS.
55
562009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * make/custom/gumstix.cfg: New (relocated from /make/custom).
59
602009-09-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
61
62        * preinstall.am: Regenerate.
63
642009-09-16      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * configure.ac: Resolve confusion with Ralf's patch.
67
682009-09-16      Roxana Leontie <roxana.leontie@gmail.com>
69
70        * configure.ac, fb/fb.c, include/bsp.h: updates made for porting to
71        Nano-X and make testing easyer
72
732009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
76
77 2009-08-27     Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am: If not on Skyeye, do not include the rtl8019 driver
80        in libbsp.
81
822009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * configure.ac: Add default value.
85
862009-08-22      Xi Yang <hiyangxi@gmail.com>
87
88        * fb/fb.c: Register correct device name.
89        * startup/bspstart.c: Fix warnings.
90
912009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
94        Should be automatically handled by confdefs.h or the application.
95
962009-08-21      Xi Yang <hiyangxi@gmail.com>
97
98        * Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support
99        * preinstall.am: Install skyeye_fb.h, Install wd80x3
100        * fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator
101        * rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support
102        * startup/memmap.c: Change the size of Map I/O to 1216M
103        * bsp/bsp.h: Add rtl8019 related infomation
104
1052009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
108        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
109        have the same options.
110
1112009-07-10      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am: Fix typo.
114
1152009-07-10      Xi Yang <hiyangxi@gmail.com>
116
117        * Makefile.am: Complete update to current style.
118
1192009-06-29      Xi Yang <hiyangxi@gmail.com>
120
121        * Makefile.am: Update to current style.
122        * bsp_specs: Fix warning for _start.
123        * start/start.S: Proper attribution for origin.
124        * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye.
125        * include/.cvsignore: New file.
126        * include/bspopts.h.in: Removed.
127
1282009-06-11      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * startup/linkcmds: Fix spacing.
131
1322009-06-05      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least
135        enable fast idle mode. Also added some standard BSP options.
136
1372009-06-04      Xi Yang <hiyangxi@gmail.com>
138
139        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
140        preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in,
141        include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds,
142        startup/memmap.c: New files.
143
Note: See TracBrowser for help on using the repository browser.