source: rtems/c/src/lib/libbsp/sparc/ChangeLog @ 3ffa814

Last change on this file since 3ffa814 was 774515b, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/05 at 19:26:31

2005-10-05 Jiri Gaisler <jiri@…>

Edvin Catovic <edvin@…>
Konrad Eisele <konrad@…>

PR 827/bsps

  • .cvsignore, acinclude.m4: Portion of large update of SPARC BSPs. Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP, addition of SMC91111 NIC driver and much more.
  • leon/.cvsignore, leon/ChangeLog, leon/Makefile.am, leon/README, leon/bsp_specs, leon/configure.ac, leon/times, leon/clock/.cvsignore, leon/clock/Makefile.am, leon/clock/ckinit.c, leon/console/.cvsignore, leon/console/Makefile.am, leon/console/console.c, leon/console/consolereserveresources.c, leon/console/debugputs.c, leon/gnatsupp/.cvsignore, leon/gnatsupp/Makefile.am, leon/gnatsupp/gnatsupp.c, leon/include/.cvsignore, leon/include/Makefile.am, leon/include/bsp.h, leon/include/coverhd.h, leon/include/leon.h, leon/leon_open_eth/.cvsignore, leon/leon_open_eth/Makefile.am, leon/leon_open_eth/leon_open_eth.c, leon/start/.cvsignore, leon/start/Makefile.am, leon/startup/.cvsignore, leon/startup/Makefile.am, leon/startup/boardinit.S, leon/startup/linkcmds, leon/startup/setvec.c, leon/startup/spurious.c, leon/timer/.cvsignore, leon/timer/Makefile.am, leon/timer/timer.c, leon/tools/.cvsignore, leon/tools/ChangeLog, leon/tools/Makefile.am, leon/tools/configure.ac, leon/tools/runtest.in, leon/wrapup/.cvsignore, leon/wrapup/Makefile.am: Removed.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12005-10-05  Jiri Gaisler <jiri@gaisler.com>
2            Edvin Catovic <edvin@gaisler.com>
3            Konrad Eisele <konrad@gaisler.com>
4
5        PR 827/bsps
6        * .cvsignore, acinclude.m4: Portion of large update of SPARC BSPs.
7        Includes addition of sis, leon2 and leon3 BSPs, deletion of leon BSP,
8        addition of SMC91111 NIC driver and much more.
9        * leon/.cvsignore, leon/ChangeLog, leon/Makefile.am, leon/README,
10        leon/bsp_specs, leon/configure.ac, leon/times, leon/clock/.cvsignore,
11        leon/clock/Makefile.am, leon/clock/ckinit.c, leon/console/.cvsignore,
12        leon/console/Makefile.am, leon/console/console.c,
13        leon/console/consolereserveresources.c, leon/console/debugputs.c,
14        leon/gnatsupp/.cvsignore, leon/gnatsupp/Makefile.am,
15        leon/gnatsupp/gnatsupp.c, leon/include/.cvsignore,
16        leon/include/Makefile.am, leon/include/bsp.h, leon/include/coverhd.h,
17        leon/include/leon.h, leon/leon_open_eth/.cvsignore,
18        leon/leon_open_eth/Makefile.am, leon/leon_open_eth/leon_open_eth.c,
19        leon/start/.cvsignore, leon/start/Makefile.am,
20        leon/startup/.cvsignore, leon/startup/Makefile.am,
21        leon/startup/boardinit.S, leon/startup/linkcmds,
22        leon/startup/setvec.c, leon/startup/spurious.c,
23        leon/timer/.cvsignore, leon/timer/Makefile.am, leon/timer/timer.c,
24        leon/tools/.cvsignore, leon/tools/ChangeLog, leon/tools/Makefile.am,
25        leon/tools/configure.ac, leon/tools/runtest.in,
26        leon/wrapup/.cvsignore, leon/wrapup/Makefile.am: Removed.
27
282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
31
322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove AC_CONFIG_AUX_DIR.
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AC_PREREQ(2.57).
43
442002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
47
482002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Reformat.
51        Add autom4te*cache.
52        Remove autom4te.cache.
53
542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac:
57        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
58        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
59        * Makefile.am: Remove AUTOMAKE_OPTIONS.
60
612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
64        * configure.in: Remove.
65        * configure.ac: New file, generated from configure.in by autoupdate.
66
672001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * acinclude.m4: New file.
70        * configure.in: Use RTEMS_BSP_SUBDIR.
71
722000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Cleanup.
75
762000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
77
78        * Makefile.am, configure.in: Added shared directory as part
79        of enhancing ERC32 and adding LEON.
80
812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
84
852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
88
892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
92        Switch to GNU canonicalization.
93
942000-08-10      Joel Sherrill <joel@OARcorp.com>
95
96        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.