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

4.104.114.84.95
Last change on this file since b53261f0 was b53261f0, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:07:34

2003-01-20 Joel Sherrill <joel@…>

  • startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl() sections.
  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[b53261f0]12003-01-20      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
4        sections.
5
[bb14bfe0]62003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
9
[e02e429]102003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
[59a01a6e]172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Use install-data-local to install startfile.
20
[ad5c7fe]212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24
[8730f45]252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Reformat.
28        Add autom4te*cache.
29        Remove autom4te.cache.
30
[536f5f94]312002-09-14      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
34        of all calls to bsp_libc_init() resulted in some cleanup here.
35
[a2ae30c2]362002-08-21      Joel Sherrill <joel@OARcorp.com>
37
38        * bsp_specs: Added support for -nostdlibs.
39
[c633eb4]402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
43
[b734d83e]442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
50
[bc9037d]512002-07-25      Joel Sherrill <joel@OARcorp.com>
52
53        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
54        to remove problems linking empty main(){} with BSP.
55
[5543770e]562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: Eliminate PGMS.
59        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
60
[0250594]612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
64        linkcmds.rom2ram.
65
[445c0a0]662002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
69        Remove $(OBJS) from all-local.
70
[80defac]712002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
74
[85c92574]752001-05-09      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds: In support of gcc 3.1, added one of more
78        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
79        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
80        and direction of segments to memory regions may also have been
81        addressed.  This was a sweep across all BSPs.
82 
[f61a85a8]832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac:
86        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
87        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
88        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
95
[9e1ae79]962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
99
[6b366f73]1002001-10-29      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/linkcmds: Remove explicit force of output format.
103
[5850c533]1042001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
105
106        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
107        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
108
[89dfbfc]1092001-10-15      Joel Sherrill <joel@OARcorp.com>
110
111        * console/.cvsignore: New file.
112
[6ce599c]1132001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
116        START_HW_INIT-support macros, add console/Makefile.
117        * Makefile.am: Add console SUBDIR.
118        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
119        * include/Makefile.am: Add bspopts.h.
120        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
121        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
122        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
123        compatibility.
124        * wrapup/Makefile.am: Add console to BSP_PIECES.
125        * console/Makefile.am: New.
126        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
127
[364d75b]1282001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
131        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
132        * include/.cvsignore: Add stamp-h*, bspopts.h*.
133        * include/bsp.h: Add bspopts.h.
134
[09eb8a2]1352001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
136
137        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
138        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
139        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
140        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
141        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
142        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
143        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
144        Reviewed and updated to latest automake and autoconf standards
145        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
146
Note: See TracBrowser for help on using the repository browser.