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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [powerpc/] [sim/] [v2_0/] [ChangeLog] - Blame information for rev 530

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-02-04  Nick Garnett  
2
 
3
        * cdl/hal_powerpc_sim.cdl: Added requirement for
4
        CYGSEM_HAL_USE_ROM_MONITOR==0. Otherwise the exception vectors do
5
        not get included.
6
 
7
2003-01-20  Gary Thomas  
8
 
9
        * include/plf_regs.h:
10
        * include/plf_intr.h:
11
        * include/platform.inc: New file(s) - empty, but used by latest HAL.
12
 
13
2002-04-11  Gary Thomas  
14
 
15
        * include/plf_cache.h: Cache control is in hal/common CDL.
16
 
17
2000-10-20  Jonathan Larmour  
18
 
19
        * include/pkgconf/mlt_powerpc_sim_ram.h:
20
        * include/pkgconf/mlt_powerpc_sim_ram.ldi:
21
        Regenerated with updated host tools
22
 
23
2000-10-19  Jesper Skov  
24
 
25
        * include/pkgconf/mlt_powerpc_sim_ram.h: Added heap1 label.
26
        * include/pkgconf/mlt_powerpc_sim_ram.mlt: Same.
27
        * include/pkgconf/mlt_powerpc_sim_ram.ldi: Same.
28
 
29
2000-06-27  Jesper Skov  
30
 
31
        * src/hal_aux.c (hal_platform_init): Added.
32
 
33
        * cdl/hal_powerpc_sim.cdl: Does not support CTRLC (sim handles
34
        that, no target code required).
35
 
36
2000-04-11  Jesper Skov  
37
 
38
        * cdl/hal_powerpc_sim.cdl: Force inclusion of vectors, disable
39
        MMU.
40
 
41
2000-03-06  Jesper Skov  
42
 
43
        * include/pkgconf/mlt_powerpc_sim_ram.mlt:
44
        * include/pkgconf/mlt_powerpc_sim_ram.h:
45
        * include/pkgconf/mlt_powerpc_sim_ram.ldi:
46
        Reserve space for VSR table.
47
 
48
2000-03-02  Jesper Skov  
49
 
50
        * include/pkgconf/mlt_powerpc_sim_ram.mlt:
51
        * include/pkgconf/mlt_powerpc_sim_ram.ldi:
52
        Let text section follow vectors without a hardcoded gap.
53
 
54
        * include/hal_diag.h (HAL_DIAG_WRITE_CHAR): Fix typo.
55
 
56
2000-02-28  Jesper Skov  
57
 
58
        * cdl/hal_powerpc_sim.cdl: Remove hardcoded copy_vectors
59
        definition.
60
 
61
2000-02-21  Jesper Skov  
62
 
63
        * src/sim.S:  use arch.inc instead of ppc.inc
64
 
65
2000-02-14  Jesper Skov  
66
        902064-CR
67
        * cdl/hal_powerpc_sim.cdl: 603 CPU, but enable soft-float. Same
68
        options in linker flags.
69
 
70
2000-02-11  Jesper Skov  
71
 
72
        * src/hal_aux.c: Cleaned up includes.
73
 
74
2000-02-07  Jesper Skov  
75
 
76
        * cdl/hal_powerpc_sim.cdl:
77
        * include/pkgconf/hal_powerpc_sim.h:
78
        Use 60x variant code.
79
 
80
2000-02-03  Jesper Skov  
81
 
82
        * cdl/hal_powerpc_sim.cdl: CYG_HAL_POWERPC_x->CYGPKG_...
83
 
84
2000-01-26  Jesper Skov  
85
 
86
        * include/plf_cache.h: Added.
87
 
88
2000-01-24  John Dallaway  
89
 
90
        * cdl/*.cdl:
91
 
92
        Remove obsolete option CYGTST_TESTING_IDENTIFIER.
93
 
94
2000-01-19  Hugo Tyson  
95
 
96
        * cdl/*.cdl: Add descriptions to a number of options &c which were
97
        lacking same, also tidied up other typos as noticed en passant.
98
 
99
2000-01-05  John Dallaway  
100
 
101
        * cdl/hal_powerpc_sim.cdl:
102
 
103
        Define CYG_HAL_POWERPC_SIM to allow kernel test
104
        'kcache1' to build.
105
 
106
1999-12-21  Jonathan Larmour  
107
 
108
        * cdl/hal_powerpc_sim.cdl: Ensure we "puts" to appropriate CDL header
109
 
110
1999-12-20  Gary Thomas  
111
 
112
        * cdl/hal_powerpc_sim.cdl: Add -Wl for linker options.
113
 
114
1999-11-25  Gary Thomas  
115
 
116
        * include/pkgconf/mlt_powerpc_sim_ram.h: New file.
117
 
118
1999-09-23  Jonathan Larmour  
119
 
120
        * runtime/tree: Delete. Now obsolete.
121
 
122
1999-06-11  Hugo Tyson  
123
 
124
        * src/PKGconf.mak: Build the new file.
125
 
126
        * src/hal_aux.c (CYGARC_MEMDESC_TABLE): New file, to define this
127
        object for per-platform table-driven memory map initialization.
128
        The table used to be in hal_misc.c in the architectural HAL; this
129
        is platform dependent so better and cleaner here.
130
 
131
1999-05-20  Gary Thomas  
132
 
133
        * include/pkgconf/hal_powerpc_sim.h: Move RTC setup here.
134
 
135
1999-04-28  Jesper Skov  
136
 
137
        * include/pkgconf/mlt_powerpc_sim_ram.ldi:
138
        * include/pkgconf/mlt_powerpc_sim_ram.mlt:
139
        Increased memory size to 1MB.
140
 
141
1999-04-08  John Dallaway  
142
 
143
        * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to
144
        avoid padded output sections (PR 19787)
145
 
146
1999-03-23  Jonathan Larmour  
147
 
148
        * include/hal_diag.h (HAL_DIAG_WRITE_CHAR):
149
        Disable interrupts when doing diag output so that
150
        system "freezes" while this goes on
151
 
152
1999-03-04  Gary Thomas  
153
 
154
        * include/pkgconf/hal_powerpc_sim.h:  Take out DEVICES dependencies.
155
 
156
1999-03-04  John Dallaway  
157
 
158
        * include/pkgconf/*.ldi: give all LDI files unique names so
159
        that they can co-exist in an eCos build tree (PR 19184)
160
        * include/pkgconf/*.mlt: give all MLT files unique names so
161
        that they can co-exist in an eCos build tree (PR 19184)
162
 
163
1999-02-16  Jesper Skov  
164
 
165
        * include/hal_stub.h: Removed.
166
 
167
1999-02-08  John Dallaway  
168
 
169
        * include/pkgconf/*.mlt: New memory layout save files
170
 
171
1999-02-05  John Dallaway  
172
 
173
        * include/pkgconf/ram.ldi: Rationalize memory layout.
174
 
175
1999-02-05  John Dallaway  
176
 
177
        * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition.
178
 
179
1999-01-26  Hugo Tyson  
180
 
181
        * include/pkgconf/ram.ldi:
182
        Add copyright notice.  (Though these files will later be generated
183
        by a tool and so not copyright, these default setups are.)
184
 
185
1998-10-25  Jesper Skov  
186
 
187
 
188
        * include/hal_stub.h: Removed superfluous pkgconf/kernel.h
189
        include.
190
 
191
1998-10-23  Jesper Skov  
192
 
193
        * include/pkgconf/hal_powerpc_sim.h: Allow wallclock and watchdog
194
        devices to be configured.
195
 
196
1998-10-23  Jesper Skov  
197
 
198
        * include/hal_stub.h: Include generic-stub.h from hal.
199
 
200
1998-10-23  Jesper Skov  
201
 
202
        * src/PKGconf.mak (COMPILE): Removed empty hal_diag.c.
203
 
204
1998-10-22  Jesper Skov  
205
        PR 17898
206
 
207
        * include/pkgconf/hal_powerpc_sim.h: Preclude devices.
208
 
209
1998-10-20  Jesper Skov  
210
 
211
        * runtime/tree: Added.
212
 
213
1998-10-19  Jesper Skov  
214
 
215
        * include/pkgconf/hal_powerpc_sim.h: Undid 1998-10-16 change.
216
 
217
1998-10-16  Jesper Skov  
218
 
219
        * include/pkgconf/hal_powerpc_sim.h: Changed
220
        CYGPKG_HAL_POWERPC_SIM to CYG_HAL_POWERPC_SIM.
221
 
222
1998-10-13  Jesper Skov  
223
 
224
        * include/hal_stub.h: Added.
225
 
226
1998-10-13  Jesper Skov  
227
 
228
        * src/sim.ld: Glob expressions to match function/data-sections
229
        needed for selective linking.
230
 
231
1998-10-08  Jesper Skov  
232
 
233
        * include/hal_diag.h
234
        * src/sim.ld
235
        Changed /**/ comments to //.
236
 
237
1998-10-08  Jesper Skov  
238
 
239
        * src/makefile: Removed.
240
 
241
1998-10-08  Jesper Skov  
242
 
243
        * include/hal_diag.h
244
        * include/pkgconf/hal_powerpc_sim.h
245
        * src/sim.S
246
        * src/sim.ld
247
        Expanded TABs.
248
 
249
Thu Sep 17 17:40:31 1998  Jesper Skov  
250
 
251
        * src/sim.ld: Fixed to work with simulator. Needs to be cleaned up
252
        though.
253
 
254
1998-09-12  Bart Veer  
255
 
256
        * include/pkgconf/hal_powerpc_sim.h:
257
        Added missing descriptions (PR 17184)
258
 
259
1998-09-02  Bart Veer  
260
 
261
        * include/pkgconf/hal_powerpc_sim.h:
262
        New header file for platform-specific configuration options
263
 
264
        * tests/PKGconf.mak:
265
        * src/PKGconf.mak:
266
        Sort out package naming conventions.
267
 
268
1998-08-18  Nick Garnett  
269
 
270
        * src/sim.S:
271
        * include/hal_diag.h:
272
        Now uses hal.h rather than kernel.h.
273
 
274
Tue Aug 18 11:47:24 1998  Jonathan Larmour  
275
 
276
        * src/sim.ld: Reorder GROUP line
277
 
278
Mon Aug 17 22:18:15 1998  Jonathan Larmour  
279
 
280
        * src/sim.ld:
281
        Add GROUP(libgcc.a libtarget.a) to prevent need for explicit linking
282
 
283
//===========================================================================
284
//####ECOSGPLCOPYRIGHTBEGIN####
285
// -------------------------------------------
286
// This file is part of eCos, the Embedded Configurable Operating System.
287
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
288
//
289
// eCos is free software; you can redistribute it and/or modify it under
290
// the terms of the GNU General Public License as published by the Free
291
// Software Foundation; either version 2 or (at your option) any later version.
292
//
293
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
294
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
295
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
296
// for more details.
297
//
298
// You should have received a copy of the GNU General Public License along
299
// with eCos; if not, write to the Free Software Foundation, Inc.,
300
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
301
//
302
// As a special exception, if other files instantiate templates or use macros
303
// or inline functions from this file, or you compile this file and link it
304
// with other works to produce a work based on this file, this file does not
305
// by itself cause the resulting work to be covered by the GNU General Public
306
// License. However the source code for this file must still be made available
307
// in accordance with section (3) of the GNU General Public License.
308
//
309
// This exception does not invalidate any other reasons why a work based on
310
// this file might be covered by the GNU General Public License.
311
//
312
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
313
// at http://sources.redhat.com/ecos/ecos-license/
314
// -------------------------------------------
315
//####ECOSGPLCOPYRIGHTEND####
316
//===========================================================================

powered by: WebSVN 2.1.0

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