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

Subversion Repositories or1k

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-22      Ralf Corsepius 
2
 
3
        * startup/bspstart.c: Per PR252 removed hack that tripled size of
4
        RTEMS Workspace when POSIX is configured.  This was probably done to
5
        account for confdefs.h missing some application requirements.
6
 
7
2002-07-20      Ralf Corsepius 
8
 
9
        * start/Makefile.am: Eliminate PGM.
10
        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
11
 
12
2002-07-19      Ralf Corsepius 
13
 
14
        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
15
 
16
2002-07-04      Ralf Corsepius 
17
 
18
        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
19
        Remove $(OBJS) from all-local.
20
 
21
2002-06-29      Ralf Corsepius 
22
 
23
        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
24
 
25
2001-05-09      Joel Sherrill 
26
 
27
        * startup/linkcmds: In support of gcc 3.1, added one of more
28
        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
29
        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
30
        and direction of segments to memory regions may also have been
31
        addressed.  This was a sweep across all BSPs.
32
 
33
2002-03-27      Ralf Corsepius 
34
 
35
        * include/bsp.h: include .
36
 
37
2002-03-27      Ralf Corsepius 
38
 
39
        * configure.ac:
40
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
41
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
42
        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
43
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44
        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
45
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
46
        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
47
        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
 
52
2002-03-16      Ralf Corsepius 
53
 
54
        * configure.ac: Remove stray ';', PR 139.
55
 
56
2002-01-03      Ralf Corsepius 
57
 
58
        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
59
 
60
2001-12-22      Ralf Corsepius 
61
 
62
        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
63
        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
64
 
65
2001-11-30      Ralf Corsepius 
66
 
67
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
 
69
2001-10-25      Joel Sherrill 
70
 
71
        * startup/linkcmds: Added _init and _fini.
72
 
73
2001-10-11      Ralf Corsepius 
74
 
75
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
76
        * configure.in: Remove.
77
        * configure.ac: New file, generated from configure.in by autoupdate.
78
 
79
2001-09-27      Joel Sherrill 
80
 
81
        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
82
 
83
2001-09-27      Ralf Corsepius 
84
 
85
        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
86
 
87
2001-05-22      Ralf Corsepius 
88
 
89
        * configure.in: Add bspopts.h.
90
        * include/bsp.h: Include bspopts.h.
91
        * include/.cvsignore: Add bspopts.h*, stamp-h*.
92
        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
93
        * start/Makefile.am: Dito.
94
        * network/Makefile.am: Dito.
95
 
96
2001-05-10      Ralf Corsepius 
97
 
98
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
99
 
100
2000-11-09      Ralf Corsepius 
101
 
102
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
103
 
104
2000-11-02      Ralf Corsepius 
105
 
106
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
107
 
108
2000-11-01      Joel Sherrill 
109
 
110
        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
111
        and libcsupport.h moved from libc to lib/include/rtems and
112
        now must be referenced as .   Header file order
113
        was cleaned up while doing this.
114
 
115
2000-10-27      Ralf Corsepius 
116
 
117
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
118
        Switch to GNU canonicalization.
119
 
120
2000-10-20      Joel Sherrill 
121
 
122
        * console/console.c: Invoke BSP_uart_init() with enough arguments
123
        now that more communication parameters are settable.
124
 
125
2000-10-17      Joel Sherrill 
126
 
127
        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
128
        to libbsp/i386/shared/irq.
129
 
130
2000-09-29      Charles-Antoine Gauthier 
131
 
132
        * startup/linkcmds: Added lines so DWARF debug information
133
        would be available.  Otherwise gdb complains that the offsets
134
        for the debug info are incorrect and doesn't load the files.
135
 
136
2000-09-11      Ralf Corsepius 
137
 
138
        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
139
 
140
2000-09-04      Ralf Corsepius 
141
 
142
        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
143
        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
144
        wrapup/Makefile.am: Include compile.am
145
 
146
2000-08-10      Joel Sherrill 
147
 
148
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

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