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