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

4.104.114.84.95
Last change on this file since 37474aa was bb14bfe0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/16/03 at 11:46:17

2003-01-16 Ralf Corsepius <corsepiu@…>

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