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

4.104.114.84.95
Last change on this file since 5543770e was 5543770e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 04:41:11

2002-07-21 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Eliminate PGMS. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGMS.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
62002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
9        linkcmds.rom2ram.
10
112002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
14        Remove $(OBJS) from all-local.
15
162002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
19
202001-05-09      Joel Sherrill <joel@OARcorp.com>
21
22        * startup/linkcmds: In support of gcc 3.1, added one of more
23        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
24        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
25        and direction of segments to memory regions may also have been
26        addressed.  This was a sweep across all BSPs.
27 
282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac:
31        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
32        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
33        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
44
452001-10-29      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Remove explicit force of output format.
48
492001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
50
51        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
52        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
53
542001-10-15      Joel Sherrill <joel@OARcorp.com>
55
56        * console/.cvsignore: New file.
57
582001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
61        START_HW_INIT-support macros, add console/Makefile.
62        * Makefile.am: Add console SUBDIR.
63        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
64        * include/Makefile.am: Add bspopts.h.
65        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
66        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
67        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
68        compatibility.
69        * wrapup/Makefile.am: Add console to BSP_PIECES.
70        * console/Makefile.am: New.
71        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
72
732001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
76        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
77        * include/.cvsignore: Add stamp-h*, bspopts.h*.
78        * include/bsp.h: Add bspopts.h.
79
802001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
81
82        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
83        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
84        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
85        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
86        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
87        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
88        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
89        Reviewed and updated to latest automake and autoconf standards
90        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
91
Note: See TracBrowser for help on using the repository browser.