source: rtems/c/src/lib/libbsp/bfin/bf537Stamp/ChangeLog @ 5eb50f3

4.115
Last change on this file since 5eb50f3 was 5eb50f3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/11 at 20:20:17

2011-04-20 Rohan Kangralkar <rkangral@…>

PR 1781/bsps

  • console/console-io.c: The UART RX and TX are different ISR now. So the array containing the registeration changes. The change is due to change in the libcup uart function.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12011-04-20  Rohan Kangralkar <rkangral@ece.neu.edu>
2
3        PR 1781/bsps
4        * console/console-io.c: The UART RX and TX are different ISR
5        now. So the array containing the registeration changes. The
6        change is due to change in the libcup uart function.
7
82011-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * ChangeLog, start/start.S: Add HLT instruction on exit.
11
122011-02-15      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * start/start.S: Add HLT instruction on exit.
15
162011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * startup/bspstart.c:
19        Use "__asm__" instead of "asm" for improved c99-compliance.
20
212011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * configure.ac: Require autoconf-2.68, automake-1.11.1.
24
252010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
26
27        * Makefile.am: Do not use .rel files for libbsp pieces.
28
292010-03-10      Marc Pignat <marc.pignat@hevs.ch>
30
31        PR 1488/bsps
32        * start/start.S: Micromon on bf537 uses DMA for UART reception.
33        This prevents the UART driver in RTEMS from working (and also
34        causes received characters to be stored in a buffer that RTEMS
35        doesn't know about, so it's potentially dangerous, but in practice
36        the risk is small since an RTEMS app intended to be booted from
37        Micromon would normally be configured to leave the RAM Micromon
38        uses reserved).  The attached patch corrects this by disabling
39        all DMA channels at startup.
40
412009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
44
452009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * make/custom/bf537Stamp.cfg: Remove RTEMS_BSP_FAMILY.
48
492009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: Don't add -ansi -fasm to CFLAGS.
52
532009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * make/custom/bf537Stamp.cfg: New (relocated from /make/custom).
56
572009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
60
61 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
64        Should be automatically handled by confdefs.h or the application.
65
662009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
69        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
70        have the same options.
71
722009-05-25      Allan Hessenflow <allanh@kallisti.com>
73
74        * start/start.S: Correct call to boot_card to meet bfin abi by
75        clearing l0 - l3 and allocating some stack space.
76
772009-05-25      Allan Hessenflow <allanh@kallisti.com>
78
79        PR 1418/bsps
80        * startup/bspstart.c, startup/linkcmds: Enable caches and therefore
81        enable the mmu.
82        * start/start.S: Correct call to boot_card to meet bfin abi by
83        clearing l0 - l3 and allocating some stack space.
84
852009-04-28      Chris Johns <chrisj@rtems.org>
86
87        * start/start.S: Update for boot_card command line change.
88
892008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * bsp_specs: Move -e start from *link to *startfile to avoid warning
92        for undefined entry symbol when linking relocatables with binutils
93        2.19.
94
952008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
98        of building libbspstart.a, using automake-rules.
99
1002008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Eliminate *_SOURCES.
103
1042008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
107        components.
108
1092008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
112
1132008-09-25      Allan Hessenflow <allanh@kallisti.com>
114
115        * include/bsp.h, startup/bspstart.c:
116
1172008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable
120        features not supported on simulator.
121
1222008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * configure.ac, console/console.c: Add skyeye alias for bf537stamp.
125
1262008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * configure.ac: Make letting boot_card() handle work area allocation
129        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
130        BSP_BOOTCARD_OPTIONS.
131
1322008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * include/bsp.h: Remove unnecessary boilerplate comments.
135
1362008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am, startup/linkcmds: Use top level shared
139        bsp_get_work_area() implementation.
140
1412008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * startup/bspstart.c: Remove unnecessary includes of
144        rtems/libcsupport.h and rtems/libio.h.
145        * startup/linkcmds: Remove unused _HeapBase.
146
1472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
150        Split out bsp_get_work_area() into its own file and user BSP
151        Framework to perform more initialization.
152
1532008-08-15      Allan Hessenflow <allanh@kallisti.com>
154
155        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
156        preinstall.am, console/console.c, include/bsp.h,
157        network/networkconfig.c, start/start.S, startup/bspstart.c,
158        startup/linkcmds: New files.
159
Note: See TracBrowser for help on using the repository browser.