source: rtems/c/src/lib/libbsp/sparc/ChangeLog @ 226455f

4.104.114.84.95
Last change on this file since 226455f was 226455f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/07 at 13:27:25

2007-09-06 Daniel Hellstrom <daniel@…>

New drivers: PCI, b1553BRM, SpaceWire?(GRSPW), CAN (GRCAN,OC_CAN),
Raw UART.

  • shared/1553/b1553brm.c, shared/1553/b1553brm_pci.c, shared/1553/b1553brm_rasta.c, shared/can/grcan.c, shared/can/grcan_rasta.c, shared/can/occan.c, shared/can/occan_pci.c, shared/spw/grspw.c, shared/spw/grspw_pci.c, shared/spw/grspw_rasta.c, shared/uart/apbuart.c, shared/uart/apbuart_pci.c, shared/uart/apbuart_rasta.c: New files missed in previous commit.
  • Property mode set to 100644
File size: 7.7 KB
RevLine 
[226455f]12007-09-06      Daniel Hellstrom <daniel@gaisler.com>
2
3        New drivers: PCI, b1553BRM, SpaceWire(GRSPW), CAN (GRCAN,OC_CAN),
4        Raw UART.
5        * shared/1553/b1553brm.c, shared/1553/b1553brm_pci.c,
6        shared/1553/b1553brm_rasta.c, shared/can/grcan.c,
7        shared/can/grcan_rasta.c, shared/can/occan.c, shared/can/occan_pci.c,
8        shared/spw/grspw.c, shared/spw/grspw_pci.c, shared/spw/grspw_rasta.c,
9        shared/uart/apbuart.c, shared/uart/apbuart_pci.c,
10        shared/uart/apbuart_rasta.c: New files missed in previous commit.
11
[e16e0ca]122007-09-06      Daniel Hellstrom <daniel@gaisler.com>
13
14        * Makefile.am: Add the following new drivers: PCI, b1553BRM,
15        SpaceWire(GRSPW), CAN (GRCAN,OC_CAN), Raw UART.
16        * shared/include/apbuart.h, shared/include/apbuart_pci.h,
17        shared/include/apbuart_rasta.h, shared/include/b1553brm.h,
18        shared/include/b1553brm_pci.h, shared/include/b1553brm_rasta.h,
19        shared/include/debug_defs.h, shared/include/grcan.h,
20        shared/include/grcan_rasta.h, shared/include/grcan_spwrtc.h,
21        shared/include/grspw.h, shared/include/grspw_pci.h,
22        shared/include/grspw_rasta.h, shared/include/occan.h,
23        shared/include/occan_pci.h, shared/include/pci.h: New files.
24
25
[3d0d969b]262007-09-05      Daniel Hellstrom <daniel@gaisler.com>
27
28        * shared/bspstart.c: LEON2 and LEON3 Data cache snooping detection on
29        startup, for drivers. (LEON2,3 are configurable processors, they can
30        be with or without DCache snooping. Caches without snooping needs the
31        drivers to flush cache or use the sparc instruction lda to force
32        cache miss...)
33
[2eb4aba9]342007-09-05      Daniel Hellstrom <daniel@gaisler.com>
35
36        * shared/amba/ambapp.c, shared/include/ambapp.h: New files.
37
[4393845e]382007-09-05      Daniel Hellstrom <daniel@gaisler.com>
39
40        * Makefile.am: LEON3 AMBA PnP bus scanning moved to shared/amba/amba.c
41        and shared/include/ambapp.h. The AMBA scanning was improved to take
42        account for PnP info address translation. This is useful when
43        scanning remote AMBA busses for example when a board connected with
44        PCI has an AMBA bus that needs to be scanned, before the addresses
45        was hard coded. Also, LEON2 now have AMBA PnP bus scanning support.
46        By using the new AMBA scanning routines it is possible to isolate the
47        AMBA scanning code to ambapp.c, however existing drivers should be
48        updated to use them in order to save space.
49
[40a12376]502007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * shared/bspstart.c: Add include <rtems/bspIo.h> to remove warning.
53
[1ab18ec]542007-05-09      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * shared/bspstart.c, shared/gnatcommon.c: Remove debug print methods
57        that are redundant with prntk and replace their use with printk.
58
[4608d1b]592007-04-17      Joel Sherrill <joel@OARcorp.com>
60
61        * erc32/tools/runtest.in, leon2/tools/runtest.in,
62        leon3/tools/runtest.in: Do not run pppd.exe from batch mode script.
63
[e523ebea]642007-03-11      Joel Sherrill <joel@OARcorp.com>
65
66        * shared/bspstart.c: Remove assignments of
67        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
68        value in boot_card.c
69
[fcb0cd46]702006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * configure.ac: New BUG-REPORT address.
73
[9824dafe]742006-11-16      Joel Sherrill <joel@OARcorp.com>
75
76        * shared/bspstart.c, shared/start.S: Use common clock driver template
77        and eliminate all fast idle code specific to this BSP. This
78        eliminates a fair amount of code in the BSP clock driver and
79        bsp_startup. The LEON3 has to do a scan of the AMBA bus to find the
80        timer so I added the new hook Clock_driver_support_find_timer to
81        support this. In general, there was some clean up to the file headers
82        of various files.
83
[11c60096]842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Require autoconf-2.60. Require automake-1.10.
87
[dcf4e0f1]882006-01-10      Joel Sherrill <joel@OARcorp.com>
89
90        * shared/start.S: Add include of bspopts.h so SIS quirks will trigger.
91
[ca8892b]922006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * shared/start.S: Backport from rtems-4-6-branch.
95
[1b7e802b]962005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * Makefile.am: Merge-in shared/Makefile.am.
99        * ChangeLog: Merge-in shared/ChangeLog.
100        * configure.ac: Remove shared/Makefile.am.
101
1022005-09-02      Joel Sherrill <joel@OARcorp.com>
103
104        PR 821/bsps
105        * shared/start.S: Workaround -- just avoid copying non-existent
106        initialized data in ROM to RAM.
107
1082004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]109
110        * configure.ac: Require automake > 1.9.
111
[1b7e802b]1122004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[717a34e9]113
[1b7e802b]114        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
115
1162004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * shared/bspstart.c, shared/gnatcommon.c: Convert to using c99 fixed
119        size types.
[717a34e9]120
[34354c6]1212004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
[1b7e802b]124        * acinclude.m4: Regenerate.
[34354c6]125
[194d1282]1262004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
129        $(RTEMS_BSP_FAMILY).
130
[810720b6]1312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
134
[1b7e802b]1352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * shared/Makefile.am: Cosmetics.
138
[43e60f8]1392003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * acinclude.m4: Reflect changes to bootstrap.
142        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
143
[1b7e802b]1442003-09-26      Joel Sherrill <joel@OARcorp.com>
145
146        * shared/bspstart.c: Obsoleting HP PA-RISC port and removing all
147        references.
148
1492003-09-04      Joel Sherrill <joel@OARcorp.com>
150
151        * shared/bspclean.c, shared/bspstart.c: URL for license changed.
152
[fe8bc62f]1532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect having moved aclocal/.
156
[c53e9e2f]1572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
[1b7e802b]159        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
[c53e9e2f]160
[7dcc3fe]1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
[1b7e802b]163        * configure.ac: Use rtems-bugs@rtems.com as bug report email
164        address.
[7dcc3fe]165
[7a97f26]1662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Remove AC_CONFIG_AUX_DIR.
169
[ccd81b60]1702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
[9b5c258]173        * configure.ac: AC_PREREQ(2.57).
174
[dfa8fe34]1752002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
178
[1b7e802b]1792002-11-01      Joel Sherrill <joel@OARcorp.com>
180
181        * shared/gnatcommon.c: Removed warnings.
182
[8730f45]1832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
[1b7e802b]185        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
[8730f45]186
[7273b6e]1872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
[1b7e802b]189        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
[7273b6e]191        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
192
[df25c998]1932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
196        * configure.ac: New file, generated from configure.in by autoupdate.
[1b7e802b]197        * configure.in: Remove.
[df25c998]198
[1e93954]1992001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * acinclude.m4: New file.
202        * configure.in: Use RTEMS_BSP_SUBDIR.
203
[1abb56b]2042000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Cleanup.
207
[599b8b2]2082000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
209
[1b7e802b]210        * shared/ChangeLog, shared/.cvsignore, shared/Makefile.am,
211        shared/bspclean.c, shared/bspstart.c, shared/gnatcommon.c,
212        shared/start.S: New files.  Largely moved from ERC32 BSP to be able
213        to be shared with LEON and other SPARC BSPs.
214        * Makefile.am, configure.in: Added shared directory as part of
215        enhancing ERC32 and adding LEON.
[599b8b2]216
[feead226]2172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
220
[a314d3b4]2212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
[1b7e802b]223        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
224        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]225
[e83378d]2262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
[1b7e802b]228        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
229        GNU canonicalization.
[e83378d]230
[e94ad1fe]2312000-08-10      Joel Sherrill <joel@OARcorp.com>
232
233        * ChangeLog: New file.
[1b7e802b]234
2352000-04-23      Jiri Gaisler <jiri@gaisler.com>
236
237        * shared/start.S: Modificatins to preserve the current CWP and
238        adjust the WIM accordingly. This improves compatibility with the
239        remote debugger and the mkprom prom-builder.
240
Note: See TracBrowser for help on using the repository browser.