OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [arm/] [arm_bare_bsp/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-20      Ralf Corsepius 
2
 
3
        * start/Makefile.am: Eliminate PGM.
4
        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
 
6
2002-07-19      Ralf Corsepius 
7
 
8
        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
 
10
2002-07-17      Jay Monkman 
11
 
12
        * irq/bsp_irq_asm.S: Disable code to touch PIC.
13
 
14
2002-06-29      Ralf Corsepius 
15
 
16
        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
17
 
18
2001-05-09      Joel Sherrill 
19
 
20
        * startup/linkcmds: In support of gcc 3.1, added one of more
21
        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
22
        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
23
        and direction of segments to memory regions may also have been
24
        addressed.  This was a sweep across all BSPs.
25
 
26
2002-03-30      Ralf Corsepius 
27
 
28
        * configure.ac: Update, remove code rott.
29
 
30
2002-03-27      Ralf Corsepius 
31
 
32
        * configure.ac:
33
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
34
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
35
        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
36
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
37
        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
38
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
39
        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
40
        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
41
        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
42
        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
43
        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
 
45
2002-01-03      Ralf Corsepius 
46
 
47
        * startup/exit.c: Include rtems/bspIo.h instead of bspIo.h.
48
 
49
2001-12-22      Ralf Corsepius 
50
 
51
        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
52
        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
53
 
54
2001-11-30      Ralf Corsepius 
55
 
56
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
57
 
58
2001-10-17      Joel Sherrill 
59
 
60
        * timer: New subdirectory.
61
        * timer/Makefile.am: New file.
62
        * timer/.cvsignore: New file.
63
        * Makefile.am: Modified to reflect above.
64
        * configure.ac: Ditto.
65
        * wrapup/Makefile.am: Ditto.
66
        * include/bsp.h: Stubs to let tm27 compile and link.
67
 
68
2001-10-11      Ralf Corsepius 
69
 
70
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
71
        * configure.in: Remove.
72
        * configure.ac: New file, generated from configure.in by autoupdate.
73
 
74
2001-09-27      Ralf Corsepius 
75
 
76
        * include/Makefile.am: Use 'CLEANFILES ='.
77
        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
78
        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
79
 
80
2001-05-22      Ralf Corsepius 
81
 
82
        * configure.in: Add include/bspopts.h.
83
        * console/Makefile.am: Use *_HEADERS instead of *H_FILES.
84
        * irq/Makefile.am: Use *_HEADER instead of *H_FILES.
85
        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*
86
        * include/Makefile.am: Add bspopts.h, Use *_HEADER instead of *H_FILES.
87
        * include/bsp.h: Add bspopts.h.
88
 
89
2001-05-10      Ralf Corsepius 
90
 
91
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
92
 
93
2001-01-08      Joel Sherrill 
94
 
95
        * include/bsp.h: Added closing brace for extern C.
96
 
97
2000-12-06      Joel Sherrill 
98
 
99
        * Makefile.am: Add include of bsp.am.  Add clock subdirectory.
100
        * configure.in: Add clock subdirectory.
101
        * include/Makefile.am: Add coverhd.h.
102
 
103
2000-11-09      Ralf Corsepius 
104
 
105
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
106
 
107
2000-11-02      Joel Sherrill 
108
 
109
        * bsp_specs: Remove -Tlinkcmds from *link rule.
110
 
111
2000-11-02      Ralf Corsepius 
112
 
113
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
 
115
2000-11-01      Joel Sherrill 
116
 
117
        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
118
        and libcsupport.h moved from libc to lib/include/rtems and
119
        now must be referenced as .   Header file order
120
        was cleaned up while doing this.
121
 
122
2000-10-27      Ralf Corsepius 
123
 
124
        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125
        Switch to GNU canonicalization.
126
 
127
2000-09-04      Ralf Corsepius 
128
 
129
        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
130
        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am:
131
        Include compile.am.
132
 
133
2000-08-10      Joel Sherrill 
134
 
135
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.