source: rtems/c/src/lib/libbsp/bfin/bf537Stamp/ChangeLog @ 6ab0094

4.115
Last change on this file since 6ab0094 was 6ab0094, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/10 at 23:27:57

2010-08-15 Joel Sherrill <joel.sherrilL@…>

  • Makefile.am: Do not use .rel files for libbsp pieces.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * Makefile.am: Do not use .rel files for libbsp pieces.
4
52010-03-10      Marc Pignat <marc.pignat@hevs.ch>
6
7        PR 1488/bsps
8        * start/start.S: Micromon on bf537 uses DMA for UART reception.
9        This prevents the UART driver in RTEMS from working (and also
10        causes received characters to be stored in a buffer that RTEMS
11        doesn't know about, so it's potentially dangerous, but in practice
12        the risk is small since an RTEMS app intended to be booted from
13        Micromon would normally be configured to leave the RAM Micromon
14        uses reserved).  The attached patch corrects this by disabling
15        all DMA channels at startup.
16
172009-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * console/console-io.c: Let bf537Stamp_BSP_poll_char return int.
20
212009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * make/custom/bf537Stamp.cfg: Remove RTEMS_BSP_FAMILY.
24
252009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Don't add -ansi -fasm to CFLAGS.
28
292009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * make/custom/bf537Stamp.cfg: New (relocated from /make/custom).
32
332009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
36
37 2009-08-21     Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
40        Should be automatically handled by confdefs.h or the application.
41
422009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
45        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
46        have the same options.
47
482009-05-25      Allan Hessenflow <allanh@kallisti.com>
49
50        * start/start.S: Correct call to boot_card to meet bfin abi by
51        clearing l0 - l3 and allocating some stack space.
52
532009-05-25      Allan Hessenflow <allanh@kallisti.com>
54
55        PR 1418/bsps
56        * startup/bspstart.c, startup/linkcmds: Enable caches and therefore
57        enable the mmu.
58        * start/start.S: Correct call to boot_card to meet bfin abi by
59        clearing l0 - l3 and allocating some stack space.
60
612009-04-28      Chris Johns <chrisj@rtems.org>
62
63        * start/start.S: Update for boot_card command line change.
64
652008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * bsp_specs: Move -e start from *link to *startfile to avoid warning
68        for undefined entry symbol when linking relocatables with binutils
69        2.19.
70
712008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
74        of building libbspstart.a, using automake-rules.
75
762008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Eliminate *_SOURCES.
79
802008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
83        components.
84
852008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
88
892008-09-25      Allan Hessenflow <allanh@kallisti.com>
90
91        * include/bsp.h, startup/bspstart.c:
92
932008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * configure.ac, console/console.c: Add BFIN_ON_SKYEYE define to disable
96        features not supported on simulator.
97
982008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * configure.ac, console/console.c: Add skyeye alias for bf537stamp.
101
1022008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * configure.ac: Make letting boot_card() handle work area allocation
105        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
106        BSP_BOOTCARD_OPTIONS.
107
1082008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * include/bsp.h: Remove unnecessary boilerplate comments.
111
1122008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * Makefile.am, startup/linkcmds: Use top level shared
115        bsp_get_work_area() implementation.
116
1172008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * startup/bspstart.c: Remove unnecessary includes of
120        rtems/libcsupport.h and rtems/libio.h.
121        * startup/linkcmds: Remove unused _HeapBase.
122
1232008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * Makefile.am, configure.ac, startup/bspstart.c, startup/linkcmds:
126        Split out bsp_get_work_area() into its own file and user BSP
127        Framework to perform more initialization.
128
1292008-08-15      Allan Hessenflow <allanh@kallisti.com>
130
131        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
132        preinstall.am, console/console.c, include/bsp.h,
133        network/networkconfig.c, start/start.S, startup/bspstart.c,
134        startup/linkcmds: New files.
135
Note: See TracBrowser for help on using the repository browser.