OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [pid/] [v2_0/] [ChangeLog] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-04-11  Bart Veer  
2
 
3
        * cdl/hal_arm_pid.cdl: building for thumb now involves arm-elf-gcc
4
        -mthumb, not thumb-elf-gcc
5
 
6
2003-02-05  Nick Garnett  
7
 
8
        * include/plf_io.h (CYGARC_PHYSICAL_ADDRESS): Added this
9
        definition to keep redboot_linux_exec.c happy.
10
 
11
2002-05-23  Jesper Skov  
12
 
13
        * cdl/hal_arm_pid.cdl: Don't run cache tests.
14
 
15
2002-05-13  Jesper Skov  
16
 
17
        * cdl/hal_arm_pid.cdl: Removed implemntation of
18
        CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_NOT_GUARANTEED.
19
 
20
2002-05-07  Gary Thomas  
21
 
22
        * cdl/hal_arm_pid.cdl:
23
        Standardize CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT usage.
24
 
25
2002-04-24  Jesper Skov  
26
 
27
        * cdl/hal_arm_pid.cdl: CYGPRI_KERNEL_TESTS_DHRYSTONE_PASSES defined.
28
 
29
2002-01-28  Jesper Skov  
30
 
31
        * include/plf_io.h: Added.
32
 
33
2001-06-08  Jonathan Larmour  
34
 
35
        * include/hal_cache.h: Correctly indicate absence of cache.
36
 
37
2001-04-16  Gary Thomas  
38
 
39
        * cdl/hal_arm_pid.cdl: Add CDL to describe CPU family.
40
 
41
2001-04-13  Gary Thomas  
42
 
43
        * include/hal_platform_setup.h (PLATFORM_SETUP1): Ensure running
44
        in proper address space (in ROM startup mode).
45
 
46
2001-03-08  Jesper Skov  
47
 
48
        * cdl/hal_arm_pid.cdl: Does not guarantee virtual vector support.
49
 
50
2001-02-27  Jesper Skov  
51
 
52
        * include/hal_cache.h: Added HAL_DCACHE_IS_ENABLED and
53
        HAL_ICACHE_IS_ENABLED.
54
 
55
2001-02-24  Gary Thomas  
56
 
57
        * cdl/hal_arm_pid.cdl: Add CYGSEM_HAL_ARM_PID_ANGEL_BOOT so
58
        startup code only includes this cruft when necessary.
59
 
60
2001-02-22  Jesper Skov  
61
 
62
        * include/hal_diag.h: Added delay function [yes, this is a bad
63
        location]. It uses Timer1 for delays.
64
 
65
        * cdl/hal_arm_pid.cdl: Added RedBoot options.
66
 
67
        * src/pid_misc.c (hal_delay_us): Added.
68
 
69
2001-02-20  Jesper Skov  
70
 
71
        * cdl/hal_arm_pid.cdl: Also enable -mthumb-interwork when building
72
        ROM monitors (or calls from Thumb code would die on return).
73
        Reworked a bit.
74
 
75
2001-02-13  Gary Thomas  
76
 
77
        * src/pid_misc.c (hal_IRQ_handler):
78
        Return CYGNUM_HAL_INTERRUPT_NONE for spurious interrupts.
79
 
80
2001-02-08  Jesper Skov  
81
 
82
        * src/hal_diag.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
83
        CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
84
 
85
        * cdl/hal_arm_pid.cdl: Respect channel configuration constraints.
86
 
87
        * src/pid_misc.c (hal_hardware_init): Safe to call hal_if_init in
88
        thumb mode now.
89
 
90
2001-01-31  Jesper Skov  
91
 
92
        * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
93
        with CYGSEM_HAL_DIAG_MANGLER_None
94
 
95
2001-01-26  Jesper Skov  
96
 
97
        * src/hal_diag.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
98
        * include/plf_stub.h: Moved reset macro to
99
        * include/hal_platform_ints.h: this file.
100
 
101
2000-10-20  Jonathan Larmour  
102
 
103
        * include/pkgconf/mlt_arm_pid_ram.h:
104
        * include/pkgconf/mlt_arm_pid_rom.h:
105
        * include/pkgconf/mlt_arm_pid_ram.ldi:
106
        * include/pkgconf/mlt_arm_pid_rom.ldi:
107
        Regenerate
108
 
109
2000-07-25  Jonathan Larmour  
110
 
111
        * include/pkgconf/mlt_arm_pid_ram.h:
112
        * include/pkgconf/mlt_arm_pid_ram.ldi:
113
        * include/pkgconf/mlt_arm_pid_ram.mlt:
114
        * include/pkgconf/mlt_arm_pid_rom.h:
115
        * include/pkgconf/mlt_arm_pid_rom.ldi:
116
        * include/pkgconf/mlt_arm_pid_rom.mlt:
117
        Add heap1 section to allow malloc to use it
118
 
119
2000-07-22  Jonathan Larmour  
120
 
121
        * cdl/hal_arm_pid.cdl: Fix comments about number of ports in
122
        CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL and
123
        CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
124
 
125
2000-07-17  Jesper Skov  
126
 
127
        * src/pid_misc.c (hal_hardware_init): Hack to allow thumb tests to
128
        run in farm until vector table Thumb/ARM API is fixed.
129
 
130
2000-07-07  Jesper Skov  
131
 
132
        * cdl/hal_arm_pid.cdl: CygMon changed to use virtual vectors.
133
 
134
2000-07-05  Jesper Skov  
135
 
136
        * src/hal_diag.c:
137
        * cdl/hal_arm_pid.cdl:
138
        Clean up channel options.
139
 
140
2000-07-04  Jesper Skov  
141
 
142
        * cdl/hal_arm_pid.cdl:
143
        * include/hal_diag.h:
144
        * include/plf_stub.h:
145
        * src/hal_diag.c:
146
        * src/pid_misc.c:
147
        * src/plf_stub.c: [deleted]
148
        Changed to use virtual vector table.
149
 
150
2000-06-18  Gary Thomas  
151
 
152
        * include/pkgconf/mlt_arm_pid9_ram.ldi:
153
        * include/pkgconf/mlt_arm_pid9_ram.mlt:
154
        * include/pkgconf/mlt_arm_pid9_rom.ldi:
155
        * include/pkgconf/mlt_arm_pid9_rom.mlt:
156
        * include/pkgconf/mlt_arm_pidBE_ram.ldi:
157
        * include/pkgconf/mlt_arm_pidBE_ram.mlt:
158
        * include/pkgconf/mlt_arm_pidBE_rom.ldi:
159
        * include/pkgconf/mlt_arm_pidBE_rom.mlt:
160
        * include/pkgconf/mlt_arm_pidTBE_ram.ldi:
161
        * include/pkgconf/mlt_arm_pidTBE_ram.mlt:
162
        * include/pkgconf/mlt_arm_pidTBE_rom.ldi:
163
        * include/pkgconf/mlt_arm_pidTBE_rom.mlt:
164
        * include/pkgconf/mlt_arm_pidT_ram.ldi:
165
        * include/pkgconf/mlt_arm_pidT_ram.mlt:
166
        * include/pkgconf/mlt_arm_pidT_rom.ldi:
167
        * include/pkgconf/mlt_arm_pidT_rom.mlt:
168
        * include/pkgconf/mlt_arm_pid_ram.ldi:
169
        * include/pkgconf/mlt_arm_pid_ram.mlt:
170
        * include/pkgconf/mlt_arm_pid_rom.ldi:
171
        * include/pkgconf/mlt_arm_pid_rom.mlt:
172
        Incorporate new fixed vectors (used on all ARM platforms).
173
 
174
2000-03-24  Jesper Skov  
175
 
176
        * src/hal_diag.c (hal_diag_write_char): Fix compiler warning.
177
 
178
2000-02-29  Jonathan Larmour  
179
 
180
        * include/pkgconf/mlt_arm_pid_ram.h:
181
        * include/pkgconf/mlt_arm_pid_ram.ldi:
182
        * include/pkgconf/mlt_arm_pid_ram.mlt:
183
        * include/pkgconf/mlt_arm_pid_rom.h:
184
        * include/pkgconf/mlt_arm_pid_rom.ldi:
185
        * include/pkgconf/mlt_arm_pid_rom.mlt:
186
        Align all sections on word boundaries
187
 
188
2000-02-18  Jonathan Larmour  
189
 
190
        * cdl/hal_arm_pid.cdl (CYGBLD_BUILD_GDB_STUBS): When
191
        building stubs, define every dependency required here rather than
192
        in the template
193
 
194
2000-02-15  Jesper Skov  
195
 
196
        * cdl/hal_arm_pid.cdl: Remove stubs startup type.
197
 
198
2000-02-10  Jesper Skov  
199
 
200
        * include/plf_stub.h:
201
        HAL_STUB_PLATFORM_STUBS_INIT->HAL_STUB_PLATFORM_INIT
202
 
203
        * misc/STUBS_config:
204
        * include/pkgconf/hal_arm_pid.h:
205
        Removed stubs as a legal startup type.
206
 
207
2000-02-09  Jesper Skov  
208
 
209
        * cdl/hal_arm_pid.cdl: Added remaining build dependencies.
210
 
211
2000-02-07  Jesper Skov  
212
 
213
        * cdl/hal_arm_pid.cdl: Use cpu option when linking.
214
 
215
2000-02-03  Jesper Skov  
216
 
217
        * cdl/hal_arm_pid.cdl: Implements stubs.
218
 
219
2000-02-01  Jesper Skov  
220
 
221
        * include/plf_stub.h: Changes due to STUBS startup removal.
222
 
223
2000-01-28  Jesper Skov  
224
 
225
        * cdl/hal_arm_pid.cdl: Moved files from misc to src dir. Use
226
        common stub code. Got rid of stubs startup type.
227
 
228
        * include/pkgconf/mlt_arm_pid9_ram.h:
229
        * include/pkgconf/mlt_arm_pid9_ram.ldi:
230
        * include/pkgconf/mlt_arm_pid9_ram.mlt:
231
        * include/pkgconf/mlt_arm_pid9_rom.h:
232
        * include/pkgconf/mlt_arm_pid9_rom.ldi:
233
        * include/pkgconf/mlt_arm_pid9_rom.mlt:
234
        * include/pkgconf/mlt_arm_pid9_stubs.h:
235
        * include/pkgconf/mlt_arm_pid9_stubs.ldi:
236
        * include/pkgconf/mlt_arm_pid9_stubs.mlt:
237
        * include/pkgconf/mlt_arm_pidBE_ram.h:
238
        * include/pkgconf/mlt_arm_pidBE_ram.ldi:
239
        * include/pkgconf/mlt_arm_pidBE_ram.mlt:
240
        * include/pkgconf/mlt_arm_pidBE_rom.h:
241
        * include/pkgconf/mlt_arm_pidBE_rom.ldi:
242
        * include/pkgconf/mlt_arm_pidBE_rom.mlt:
243
        * include/pkgconf/mlt_arm_pidBE_stubs.h:
244
        * include/pkgconf/mlt_arm_pidBE_stubs.ldi:
245
        * include/pkgconf/mlt_arm_pidBE_stubs.mlt:
246
        * include/pkgconf/mlt_arm_pidTBE_ram.h:
247
        * include/pkgconf/mlt_arm_pidTBE_ram.ldi:
248
        * include/pkgconf/mlt_arm_pidTBE_ram.mlt:
249
        * include/pkgconf/mlt_arm_pidTBE_rom.h:
250
        * include/pkgconf/mlt_arm_pidTBE_rom.ldi:
251
        * include/pkgconf/mlt_arm_pidTBE_rom.mlt:
252
        * include/pkgconf/mlt_arm_pidT_ram.h:
253
        * include/pkgconf/mlt_arm_pidT_ram.ldi:
254
        * include/pkgconf/mlt_arm_pidT_ram.mlt:
255
        * include/pkgconf/mlt_arm_pidT_rom.h:
256
        * include/pkgconf/mlt_arm_pidT_rom.ldi:
257
        * include/pkgconf/mlt_arm_pidT_rom.mlt:
258
        * include/pkgconf/mlt_arm_pid_ram.h:
259
        * include/pkgconf/mlt_arm_pid_ram.ldi:
260
        * include/pkgconf/mlt_arm_pid_ram.mlt:
261
        * include/pkgconf/mlt_arm_pid_rom.h:
262
        * include/pkgconf/mlt_arm_pid_rom.ldi:
263
        * include/pkgconf/mlt_arm_pid_rom.mlt:
264
        * include/pkgconf/mlt_arm_pid_stubs.h:
265
        * include/pkgconf/mlt_arm_pid_stubs.ldi:
266
        * include/pkgconf/mlt_arm_pid_stubs.mlt:
267
        Increase memory reserved for stub to 32kB.
268
 
269
2000-01-28  Jesper Skov  
270
 
271
        * cdl/hal_arm_pid.cdl: Corrected build runes. Changed description.
272
 
273
2000-01-27  Jesper Skov  
274
 
275
        * cdl/hal_arm_pid.cdl (CYGBLD_CYGMON_TARGET_REQUIREMENTS):
276
        Improved serial expression.
277
        Moved options into a CygMon HAL component.
278
 
279
2000-01-26  Jonathan Larmour  
280
 
281
        * cdl/hal_arm_pid.cdl (CYGBLD_CYGMON_TARGET_REQUIREMENTS): Only
282
        activate when CYGPKG_CYGMON enabled
283
 
284
2000-01-26  Jesper Skov  
285
 
286
        * cdl/hal_arm_pid.cdl: Added rule for flash tool BE.
287
        Fix display string.
288
        Added CygMon options.
289
 
290
2000-01-24  Jesper Skov  
291
 
292
        * cdl/hal_arm_pid.cdl: Add stubs build rule.
293
 
294
2000-01-24  John Dallaway  
295
 
296
        * cdl/*.cdl:
297
 
298
        Remove obsolete option CYGTST_TESTING_IDENTIFIER.
299
 
300
2000-01-19  Hugo Tyson  
301
 
302
        * cdl/*.cdl: Add descriptions to a number of options &c which were
303
        lacking same, also tidied up other typos as noticed en passant.
304
 
305
1999-12-22  John Dallaway  
306
 
307
        * cdl/hal_arm_pid.cdl:
308
 
309
        Add the -mbig-endian and -mthumb-interwork ARCHFLAGS to
310
        the LDFLAGS as appropriate.
311
 
312
1999-12-20  Gary Thomas  
313
 
314
        * cdl/hal_arm_pid.cdl: Add -Wl for linker options
315
 
316
1999-12-16  Jonathan Larmour  
317
 
318
        * cdl/hal_arm_pid.cdl: Add support for pidT and pidTBE targets
319
 
320
1999-12-15  Jonathan Larmour  
321
 
322
        * misc/STUBS_config: updated patch due to hal.h changes
323
 
324
1999-12-14  John Dallaway  
325
 
326
        * cdl/hal_arm_pid.cdl:
327
 
328
        Relocate the GDB stubs elf image file.
329
 
330
1999-12-13  John Dallaway  
331
 
332
        * cdl/hal_arm_pid.cdl:
333
 
334
        Install both the elf and raw binary versions of the
335
        GDB stubs image.
336
 
337
1999-12-10  John Dallaway  
338
 
339
        * cdl/hal_arm_pid.cdl:
340
 
341
        Add custom rules to build GDB stubs and the flash
342
        programming tool.
343
 
344
1999-12-09  John Dallaway  
345
 
346
        * cdl/hal_arm_pid.cdl:
347
 
348
        Modify testing parameters according to
349
        CYGHWR_HAL_ARM_BIGENDIAN.
350
 
351
1999-12-09  John Dallaway  
352
 
353
        * cdl/hal_arm_pid.cdl: Add SID execution flags option.
354
 
355
1999-12-07  Gary Thomas  
356
 
357
        * cdl/hal_arm_pid.cdl: Add descriptive strings used by CygMon.
358
 
359
1999-12-07  Jesper Skov  
360
 
361
        * cdl/hal_arm_pid.cdl: Adjust CFLAGS according to CPU family.
362
 
363
1999-12-06  Gary Thomas  
364
 
365
        * include/pkgconf/hal_arm_pid.h (HAL_PLATFORM_BOARD):
366
        (HAL_PLATFORM_CPU):
367
        (HAL_PLATFORM_EXTRA): Add - used by CygMon.
368
 
369
        * misc/prog_flash.c: Increase flash image size (needed to
370
        build CygMon image).
371
 
372
1999-11-25  Jonathan Larmour  
373
 
374
        * include/pkgconf/mlt_arm_pidTBE_stubs.h,
375
        include/pkfconf/mlt_arm_pidT_stubs.h:
376
        Delete - we don't have stubs startup for thumb mode
377
 
378
        * include/pkgconf/hal_arm_pid.h:
379
        Allow selection of big-endian mode
380
        Allow selection of thumb mode
381
        Allow selection of thumb big-endian mode
382
 
383
        * src/hal_diag.c: Conditionalize def of diag_buffer for only when it's
384
        explicitly wanted and someone hacks the code
385
        (hal_diag_write_char): Likewise
386
 
387
1999-11-25  Gary Thomas  
388
 
389
        * include/pkgconf/mlt_arm_pidT_rom.h:
390
        * include/pkgconf/mlt_arm_pidT_ram.h:
391
        * include/pkgconf/mlt_arm_pidTBE_rom.h:
392
        * include/pkgconf/mlt_arm_pidTBE_ram.h:
393
        * include/pkgconf/mlt_arm_pid_ram.h:
394
        * include/pkgconf/mlt_arm_pid_rom.h:
395
        * include/pkgconf/mlt_arm_pidBE_rom.h:
396
        * include/pkgconf/mlt_arm_pidBE_ram.h: Update 'do not edit' strings.
397
 
398
        * include/pkgconf/mlt_arm_pidTBE_stubs.h:
399
        * include/pkgconf/mlt_arm_pidT_stubs.h:
400
        * include/pkgconf/mlt_arm_pid_stubs.h:
401
        * include/pkgconf/mlt_arm_pidBE_stubs.h:
402
        * include/pkgconf/mlt_arm_pid9_stubs.h:
403
        * include/pkgconf/mlt_arm_pid9_rom.h:
404
        * include/pkgconf/mlt_arm_pid9_ram.h: New file(s).
405
 
406
1999-11-09  Gary Thomas  
407
 
408
        * include/pkgconf/mlt_arm_pidBE_ram.h:
409
        * include/pkgconf/mlt_arm_pidBE_rom.h:
410
        * include/pkgconf/mlt_arm_pidTBE_ram.h:
411
        * include/pkgconf/mlt_arm_pidTBE_rom.h:
412
        * include/pkgconf/mlt_arm_pidT_ram.h:
413
        * include/pkgconf/mlt_arm_pidT_rom.h:
414
        * include/pkgconf/mlt_arm_pid_ram.h:
415
        * include/pkgconf/mlt_arm_pid_rom.h: New file(s).
416
 
417
        * include/pkgconf/mlt_arm_pidBE_ram.ldi:
418
        * include/pkgconf/mlt_arm_pidBE_ram.mlt:
419
        * include/pkgconf/mlt_arm_pidBE_rom.ldi:
420
        * include/pkgconf/mlt_arm_pidBE_rom.mlt:
421
        * include/pkgconf/mlt_arm_pidTBE_ram.ldi:
422
        * include/pkgconf/mlt_arm_pidTBE_ram.mlt:
423
        * include/pkgconf/mlt_arm_pidTBE_rom.ldi:
424
        * include/pkgconf/mlt_arm_pidTBE_rom.mlt:
425
        * include/pkgconf/mlt_arm_pidT_ram.ldi:
426
        * include/pkgconf/mlt_arm_pidT_ram.mlt:
427
        * include/pkgconf/mlt_arm_pidT_rom.ldi:
428
        * include/pkgconf/mlt_arm_pidT_rom.mlt:
429
        * include/pkgconf/mlt_arm_pid_ram.ldi:
430
        * include/pkgconf/mlt_arm_pid_ram.mlt:
431
        * include/pkgconf/mlt_arm_pid_rom.ldi:
432
        * include/pkgconf/mlt_arm_pid_rom.mlt: Update with correct memory layout.
433
 
434
        * src/hal_diag.c: Honor GDB_DISABLE option.
435
 
436
1999-11-01  Jesper Skov  
437
 
438
        * cdl/hal_arm_pid.cdl: Remove define_proc comments.
439
 
440
1999-10-29  Jesper Skov  
441
 
442
        * misc/PKGconf.mak: Also generate stripped .img files.
443
 
444
1999-10-29  Jesper Skov  
445
 
446
        * include/plf_stub.h (HAL_STUB_PLATFORM_RESET): Call stub entry on
447
        GDB kill. But only do it for stubs startup.
448
 
449
1999-10-28  Jesper Skov  
450
 
451
        * misc/PKGconf.mak: Don't strip symbols when making .img.
452
 
453
1999-10-27  Jesper Skov  
454
 
455
        * include/pkgconf/mlt_arm_pid9_stubs.ldi:
456
        * include/pkgconf/mlt_arm_pid9_stubs.mlt:
457
        Added some linker files.
458
 
459
        * misc/Notes:
460
        * misc/STUBS_config:
461
        Updated.
462
 
463
        * src/hal_diag.c: Fixed conditional include.
464
 
465
1999-10-26  Hugo Tyson  
466
 
467
        * src/hal_diag.c (hal_diag_write_char): Use new macro
468
        CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION and its mate to control
469
        stepping through gdb $O packet output.
470
 
471
1999-10-26  Jesper Skov  
472
        * include/hal_platform_setup.h (CYGHWR_LED_MACRO): define.
473
        * cdl/hal_arm_pid.cdl:
474
        * include/pkgconf/hal_arm_pid.h:
475
        * src/hal_diag.c:
476
        * include/hal_diag.h:
477
        Added CDL for CYGHWR_HAL_ARM_PID_DIAG_LEDS.
478
 
479
1999-10-26  John Dallaway  
480
 
481
        * cdl/hal_arm_pid.cdl:
482
 
483
        Rename CYGBLD_GLOBAL_PREFIX to
484
        CYGBLD_GLOBAL_COMMAND_PREFIX
485
 
486
1999-10-26  Jesper Skov  
487
        * include/pkgconf/mlt_arm_pidTBE_ram.ldi:
488
        * include/pkgconf/mlt_arm_pidTBE_ram.mlt:
489
        * include/pkgconf/mlt_arm_pidTBE_rom.ldi:
490
        * include/pkgconf/mlt_arm_pidTBE_rom.mlt:
491
        * include/pkgconf/mlt_arm_pidBE_ram.ldi:
492
        * include/pkgconf/mlt_arm_pidBE_ram.mlt:
493
        * include/pkgconf/mlt_arm_pidBE_rom.ldi:
494
        * include/pkgconf/mlt_arm_pidBE_rom.mlt:
495
        * include/pkgconf/mlt_arm_pidBE_stubs.ldi:
496
        * include/pkgconf/mlt_arm_pidBE_stubs.mlt:
497
        * include/pkgconf/mlt_arm_pid9_ram.ldi:
498
        * include/pkgconf/mlt_arm_pid9_ram.mlt:
499
        * include/pkgconf/mlt_arm_pid9_rom.ldi:
500
        * include/pkgconf/mlt_arm_pid9_rom.mlt:
501
        Added some linker files.
502
 
503
1999-10-25  Jesper Skov  
504
 
505
        * misc/STUBS_config: Updated.
506
        * src/hal_diag.c (hal_diag_led): Added LED diag.
507
        * misc/prog_flash.c: Fixed compiler warning.
508
 
509
        * misc/prog_flash.c:
510
        * misc/PKGconf.mak:
511
        Add support for programming BE images on LE system.
512
 
513
1999-10-20  Simon FitzMaurice 
514
        * cdl/hal_arm_aeb.cdl:
515
 
516
        Remove -Wl options from compiler flags
517
 
518
1999-10-19  John Dallaway  
519
 
520
        * cdl/hal_arm_pid.cdl:
521
 
522
        Define cdl_options for the memory layout linker script
523
        fragment and the memory layout header file.
524
 
525
1999-10-19  Jesper Skov  
526
 
527
        * include/pkgconf/hal_arm_pid.h: Added ARM9 options.
528
 
529
1999-10-18  John Dallaway  
530
 
531
        * cdl/hal_arm_pid.cdl:
532
 
533
        Define CYGTST_TESTING_IDENTIFIER as a functions of
534
        CYGHWR_THUMB.
535
 
536
1999-10-18  John Dallaway  
537
 
538
        * cdl/hal_arm_pid.cdl:
539
 
540
        Define CYGBLD_GLOBAL_PREFIX and CYGBLD_GLOBAL_CFLAGS as
541
        functions of CYGHWR_THUMB.
542
 
543
1999-10-18  John Dallaway  
544
 
545
        * cdl/hal_arm_pid.cdl:
546
        Update CYGBLD_GLOBAL_CFLAGS. Define CYG_HAL_ARM_PID.
547
        Reparent global build flags.
548
 
549
1999-10-15  John Dallaway  
550
 
551
        * cdl/hal_arm_pid.cdl:
552
        Define CYGBLD_GLOBAL_CFLAGS and CYGBLD_GLOBAL_LDFLAGS.
553
 
554
1999-10-15  Gary Thomas  
555
 
556
        * src/hal_diag.c: Force diag channel to be "raw" if it is
557
        not the same as the GDB port (RAM based applications only).
558
 
559
1999-10-06  John Dallaway  
560
 
561
        * cdl/hal_arm_pid.cdl:
562
        Define CYGTST_TESTING_IDENTIFIER.
563
 
564
1999-09-16  Jesper Skov  
565
 
566
        * include/pkgconf/hal_arm_pid.h:
567
        Removed arm/thumb options [defined by platform template].
568
 
569
        Added ldi/mdi files for pidT.
570
 
571
1999-09-09  Jesper Skov  
572
 
573
        * include/pkgconf/hal_arm_pid.h:
574
        Added thumb option.
575
 
576
1999-08-16  John Dallaway  
577
 
578
        * include/pkgconf/hal_arm_pid.h:
579
 
580
        Proper case various display strings.
581
 
582
1999-08-12  John Dallaway  
583
 
584
        * cdl/hal_arm_pid.cdl:
585
        Define CYG_HAL_STARTUP and CYGHWR_MEMORY_LAYOUT.
586
 
587
1999-05-24  Gary Thomas  
588
 
589
        * src/hal_diag.c: Clean up direct hardware access code.
590
 
591
1999-05-20  Gary Thomas  
592
 
593
        * include/pkgconf/hal_arm_pid.h: Move RTC setup here.
594
 
595
1999-04-13  Gary Thomas  
596
 
597
        * include/hal_platform_setup.h: New file
598
 
599
1999-04-08  John Dallaway  
600
 
601
        * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to
602
        avoid padded output sections (PR 19787)
603
 
604
1999-03-23  Gary Thomas  
605
 
606
        * src/hal_diag.c (hal_diag_write_char): Make GDB 'O' transaction run
607
        with interrupts disabled.
608
 
609
1999-03-17  Gary Thomas  
610
 
611
        * src/hal_diag.c (hal_diag_write_char): Don't disable all interrupts,
612
        just the ones from the diag serial port.
613
 
614
1999-03-16  Gary Thomas  
615
 
616
        * include/plf_stub.h:
617
        * src/plf_stub.c:
618
        * src/hal_diag.c: Add suport for GDB break.
619
 
620
1999-03-12  Gary Thomas  
621
 
622
        * include/hal_cache.h (HAL_DCACHE_PURGE_ALL): Add macro.
623
 
624
1999-03-04  John Dallaway  
625
 
626
        * include/pkgconf/*.ldi: give all LDI files unique names so
627
        that they can co-exist in an eCos build tree (PR 19184)
628
        * include/pkgconf/*.mlt: give all MLT files unique names so
629
        that they can co-exist in an eCos build tree (PR 19184)
630
 
631
1999-02-20  Jonathan Larmour  
632
 
633
        * include/hal_platform_ints.h:
634
        Reorganise vector/interrupt/exception names according to purpose
635
        QA improvements
636
 
637
        * src/pid_misc.c:
638
        Change interrupt names due to above
639
        QA improvements
640
 
641
 
642
1999-02-16  Jesper Skov  
643
 
644
        * src/hal_diag.c (hal_diag_write_char): Changed
645
        __output_gdb_string to hal_output_gdb_string.
646
 
647
        * include/hal_stub.h: [removed]
648
        * include/plf_stub.h: [added]
649
        * src/hal_stub.c:     [removed]
650
        * src/plf_stub.c:     [added]
651
        * src/PKGconf.mak:
652
        Changed hal_stub to plf_stub. Moved generic HAL stub code to
653
        common/.../hal_stub.c.
654
 
655
1999-02-16  Gary Thomas  
656
 
657
        * include/hal_platform_ints.h: Some interrupt assignments were wrong.
658
 
659
1999-02-08  John Dallaway  
660
 
661
        * include/pkgconf/*.mlt: New memory layout save files
662
 
663
1999-02-05  John Dallaway  
664
 
665
        * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition.
666
 
667
1999-01-27  Gary Thomas  
668
 
669
        * misc/PKGconf.mak: Fix for building on Win/NT.  Also create raw binary
670
        file suitable for putting into EPROM.
671
 
672
1999-01-26  Hugo Tyson  
673
 
674
        * include/pkgconf/stubs.ldi:
675
        * include/pkgconf/ram.ldi:
676
        * include/pkgconf/rom.ldi:
677
        Add copyright notice.  (Though these files will later be generated
678
        by a tool and so not copyright, these default setups are.)
679
 
680
1999-01-26  Gary Thomas  
681
 
682
        * include/pkgconf/hal_arm_pid.h: Fix option descriptions.
683
 
684
1999-01-25  Gary Thomas  
685
 
686
        * include/pkgconf/hal_arm_pid.h:
687
        * src/hal_stub.c: Add serial port parameterization (CDL)
688
        (serial_init): Remove 'dummy' call which fixed a GCC bug.  Note:
689
        is this bug still lurking out there?
690
 
691
1999-01-25  Jesper Skov  
692
 
693
        * src/hal_diag.c: Removed HAL_IO_BARRIER macros. Not necessary on
694
        ARM.
695
 
696
1999-01-19  Gary Thomas  
697
 
698
        * misc/PKGconf.mak: Fix for new startup types (STUBS).
699
 
700
        * include/pkgconf/rom.ldi: Modified for new layouts.
701
 
702
        * include/pkgconf/stubs.ldi: New File.
703
 
704
        * src/hal_stub.c: Reorg - move common routines to "arch" directory.
705
 
706
1999-01-18  Gary Thomas  
707
 
708
        * include/pkgconf/rom.ldi: Add configurations for GDB stubs/normal ROM.
709
 
710
1999-01-15  Gary Thomas  
711
 
712
        * misc/Notes: New file.
713
 
714
        * include/pkgconf/rom.ldi: Reorg GDB stubs memory use.
715
 
716
        * misc/gdb_module.c:
717
        * misc/prog_flash.c: New program(s).
718
 
719
        * src/hal_stub.c:
720
        * src/hal_diag.c: Reduce/remove trace buffers (debug only)
721
 
722
        * include/hal_diag.h:  Add prototype for 'hal_diag_read_char()'
723
 
724
1999-01-14  Gary Thomas  
725
 
726
        * include/pkgconf/hal_arm_pid.h: Change diag port to match GDB port.
727
 
728
        * misc/PKGconf.mak: Change 'TESTS' to 'PROGS' due to
729
        changes in "makrules.prv".
730
 
731
        * include/pkgconf/rom.ldi:
732
        * include/pkgconf/ram.ldi: New files.
733
 
734
        * src/PKGconf.mak: Change to MLT script linking.
735
 
736
1999-01-08  Gary Thomas  
737
 
738
        * include/pkgconf/hal_arm_pid.h:
739
        * src/hal_diag.c: Make diagnostic port configurable.
740
 
741
1998-12-22  Gary Thomas  
742
 
743
        * include/hal_cache.h: New [moved] file
744
 
745
1998-12-20  Gary Thomas  
746
 
747
        * src/hal_stub.c (cyg_hal_gdb_isr): Remove unused '__set_mem_fault'
748
 
749
1998-12-16  Gary Thomas  
750
 
751
        * include/hal_platform_ints.h: New file.
752
 
753
1998-12-15  Gary Thomas  
754
 
755
        * include/pkgconf/hal_arm_pid.h: Fix comment.
756
 
757
        * src/hal_diag.c: Changes for kernel-less configuration.
758
 
759
        * src/pid_misc.c: Renamed from 'hal_misc.c'
760
 
761
        * src/PKGconf.mak (COMPILE): Rename 'hal_misc.c' to 'pid_misc.c'
762
        to avoid confusion with "arch/current/src/hal_misc.c" which is
763
        a truly platform independent file.
764
 
765
1998-12-10  Gary Thomas  
766
 
767
        * src/hal_misc.c (dump_frame): Change in parameter type for
768
        caused problems with adding pointers -> huge dumps!
769
 
770
1998-12-09  Gary Thomas  
771
 
772
        * src/hal_misc.c (exception_handler_returned): Change exception
773
        [debug] functions to have proper type for 'register frame' param.
774
 
775
1998-12-03  Gary Thomas  
776
 
777
        * tests/flash.c:
778
        * tests/dl.c (SYNC_COUNT): Update download for improved performance
779
        now that target FIFO is working.
780
 
781
        * src/hal_stub.c (serial_init): Work around compiler code generation
782
        bug (was quietly writing over location 0x4!)
783
 
784
1998-12-02  Gary Thomas  
785
 
786
        * include/pkgconf/hal_arm_pid.h: New file
787
 
788
        * src/hal_misc.c (exception_handler_returned): Make quiet in GDB version
789
 
790
1998-12-01  Gary Thomas  
791
 
792
        * src/hal_stub.c (serial_init): Enable serial FIFO!
793
 
794
        * src/hal_diag.c (hal_diag_init): Enable serial FIFO!
795
        Don't try to support diag via GDB port (yet).
796
 
797
1998-11-26  Gary Thomas  
798
 
799
        * src/hal_diag.c (hal_diag_write_char): Allow separate debug output
800
        even when GDB stubs are included.  Remove this later - FIXME!
801
 
802
        * src/hal_stub.c:
803
        * include/hal_stub.h: New files, GDB stub support
804
 
805
        * src/PKGconf.mak (COMPILE): Add hal_stub.c
806
 
807
1998-11-18  Gary Thomas  
808
 
809
        * tests/flash.c:
810
        * tests/dl.c:
811
        * tests/PKGconf.mak: Set of programs which will download and program
812
        the FLASH on the PID7 eval board.
813
 
814
        * src/hal_misc.c: Add clock latency support.
815
 
816
        * src/pid.ld: Rework memory layout.  Fix DWARF2 debugging stuff.
817
 
818
 
819
//===========================================================================
820
//####ECOSGPLCOPYRIGHTBEGIN####
821
// -------------------------------------------
822
// This file is part of eCos, the Embedded Configurable Operating System.
823
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
824
//
825
// eCos is free software; you can redistribute it and/or modify it under
826
// the terms of the GNU General Public License as published by the Free
827
// Software Foundation; either version 2 or (at your option) any later version.
828
//
829
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
830
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
831
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
832
// for more details.
833
//
834
// You should have received a copy of the GNU General Public License along
835
// with eCos; if not, write to the Free Software Foundation, Inc.,
836
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
837
//
838
// As a special exception, if other files instantiate templates or use macros
839
// or inline functions from this file, or you compile this file and link it
840
// with other works to produce a work based on this file, this file does not
841
// by itself cause the resulting work to be covered by the GNU General Public
842
// License. However the source code for this file must still be made available
843
// in accordance with section (3) of the GNU General Public License.
844
//
845
// This exception does not invalidate any other reasons why a work based on
846
// this file might be covered by the GNU General Public License.
847
//
848
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
849
// at http://sources.redhat.com/ecos/ecos-license/
850
// -------------------------------------------
851
//####ECOSGPLCOPYRIGHTEND####
852
//===========================================================================

powered by: WebSVN 2.1.0

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