source: rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog @ ad5c7fe

4.104.114.84.95
Last change on this file since ad5c7fe was ad5c7fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 12:08:14

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-09-14      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
14        of all calls to bsp_libc_init() resulted in some cleanup here.
15
162002-08-21      Joel Sherrill <joel@OARcorp.com>
17
18        * bsp_specs: Added support for -nostdlibs.
19
202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
23
242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
30
312002-07-25      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
34        to remove problems linking empty main(){} with BSP.
35
362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * start/Makefile.am: Eliminate PGMS.
39        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
40
412002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
44        linkcmds.rom2ram.
45
462002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
49        Remove $(OBJS) from all-local.
50
512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
54
552001-05-09      Joel Sherrill <joel@OARcorp.com>
56
57        * startup/linkcmds: In support of gcc 3.1, added one of more
58        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
59        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
60        and direction of segments to memory regions may also have been
61        addressed.  This was a sweep across all BSPs.
62 
632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac:
66        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
67        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
68        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
75
762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
79
802001-10-29      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds: Remove explicit force of output format.
83
842001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
85
86        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
87        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
88
892001-10-15      Joel Sherrill <joel@OARcorp.com>
90
91        * console/.cvsignore: New file.
92
932001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
96        START_HW_INIT-support macros, add console/Makefile.
97        * Makefile.am: Add console SUBDIR.
98        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
99        * include/Makefile.am: Add bspopts.h.
100        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
101        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
102        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
103        compatibility.
104        * wrapup/Makefile.am: Add console to BSP_PIECES.
105        * console/Makefile.am: New.
106        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
107
1082001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
111        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
112        * include/.cvsignore: Add stamp-h*, bspopts.h*.
113        * include/bsp.h: Add bspopts.h.
114
1152001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
116
117        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
118        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
119        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
120        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
121        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
122        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
123        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
124        Reviewed and updated to latest automake and autoconf standards
125        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
126
Note: See TracBrowser for help on using the repository browser.