]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/hal/arm/aeb/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / hal / arm / aeb / v2_0 / ChangeLog
1 2004-04-22  Jani Monoses <jani@iv.ro>
2
3          * cdl/hal_arm_aeb.cdl :
4          Invoke tail with stricter syntax that works in latest coreutils. 
5
6 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
7
8         * cdl/hal_arm_aeb.cdl:
9         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
10         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
11         "default_value" from "calculated". This makes it easier
12         to change these values globally.
13         
14 2003-01-29  John Dallaway  <jld@ecoscentric.com>
15
16         * src/flash_cksum.tcl: Accommodate latest Cygwin Tcl shell
17         (tclsh83.exe)
18
19 2002-05-23  Jesper Skov  <jskov@redhat.com>
20
21         * cdl/hal_arm_aeb.cdl: Don't run cache tests.
22
23 2002-05-13  Jesper Skov  <jskov@redhat.com>
24
25         * cdl/hal_arm_aeb.cdl: Removed implemntation of
26         CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_NOT_GUARANTEED.
27
28 2002-04-24  Jesper Skov  <jskov@redhat.com>
29
30         * cdl/hal_arm_aeb.cdl: CYGPRI_KERNEL_TESTS_DHRYSTONE_PASSES defined.
31
32 2002-01-28  Jesper Skov  <jskov@redhat.com>
33
34         * include/plf_io.h: Added.
35
36 2002-01-23  Jesper Skov  <jskov@redhat.com>
37
38         * include/hal_cache.h (HAL_UCACHE_SYNC): Fixed to use word
39         access.
40         * include/hal_platform_setup.h: Set up mapping for cache
41         region. It should fall back to SDR8, but that does not appear to
42         work for some reason.
43
44 2001-10-02  Jonathan Larmour  <jlarmour@redhat.com>
45
46         * cdl/hal_arm_aeb.cdl (CYGBLD_BUILD_REDBOOT_BIN): cygtclsh80 on
47         Cygwin can't deal with absolute paths correctly, so copy
48         flash_cksum.tcl into build directory.
49
50 2001-04-16  Gary Thomas  <gthomas@redhat.com>
51
52         * cdl/hal_arm_aeb.cdl: Add CDL to describe CPU family.
53
54 2001-03-08  Jesper Skov  <jskov@redhat.com>
55
56         * cdl/hal_arm_aeb.cdl: Does not guarantee virtual vector support.
57
58 2001-02-13  Gary Thomas  <gthomas@redhat.com>
59
60         * src/aeb_misc.c (hal_IRQ_handler): Use CYGNUM_HAL_INTERRUPT_NONE
61         for spurious interrupt.
62
63 2001-02-08  Jesper Skov  <jskov@redhat.com>
64
65         * cdl/hal_arm_aeb.cdl: Respect channel configuration constraints.
66
67         * src/hal_diag.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
68         CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
69
70 2001-01-31  Jesper Skov  <jskov@redhat.com>
71
72         * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
73         with CYGSEM_HAL_DIAG_MANGLER_None
74
75 2001-01-26  Jesper Skov  <jskov@redhat.com>
76
77         * src/hal_diag.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
78         * include/plf_stub.h: Moved reset macro to
79         * include/hal_platform_ints.h: this file.
80
81 2000-10-20  Jonathan Larmour  <jlarmour@redhat.com>
82
83         * include/pkgconf/mlt_arm_aebC_ram.mlt:
84         * include/pkgconf/mlt_arm_aebC_rom.mlt:
85         * include/pkgconf/mlt_arm_aeb_ram.mlt:
86         * include/pkgconf/mlt_arm_aeb_rom.mlt:
87         Add heap1 section
88
89         * include/pkgconf/mlt_arm_aebC_ram.h:
90         * include/pkgconf/mlt_arm_aebC_rom.h:
91         * include/pkgconf/mlt_arm_aeb_ram.h:
92         * include/pkgconf/mlt_arm_aeb_rom.h:
93         * include/pkgconf/mlt_arm_aebC_ram.ldi:
94         * include/pkgconf/mlt_arm_aebC_rom.ldi:
95         * include/pkgconf/mlt_arm_aeb_ram.ldi:
96         * include/pkgconf/mlt_arm_aeb_rom.ldi:
97         Regenerate
98
99 2000-07-03  Jesper Skov  <jskov@redhat.com>
100
101         * src/hal_diag.c: 
102         * src/aeb_misc.c:
103         * src/plf_stub.c: [deleted]
104         * include/plf_stub.h:
105         * include/hal_diag.h: 
106         * cdl/hal_arm_aeb.cdl: 
107         Changed to use virtual vectors.
108
109 2000-06-21  Jonathan Larmour  <jlarmour@redhat.co.uk>
110
111         * src/flash_cksum.tcl: Fix quoting when invoking TCL interpreter 
112
113 2000-06-18  Gary Thomas  <gthomas@redhat.com>
114
115         * include/pkgconf/mlt_arm_aebC_ram.ldi: 
116         * include/pkgconf/mlt_arm_aebC_ram.mlt: 
117         * include/pkgconf/mlt_arm_aebC_rom.ldi: 
118         * include/pkgconf/mlt_arm_aebC_rom.mlt: 
119         * include/pkgconf/mlt_arm_aeb_ram.ldi: 
120         * include/pkgconf/mlt_arm_aeb_ram.mlt: 
121         * include/pkgconf/mlt_arm_aeb_rom.ldi: 
122         * include/pkgconf/mlt_arm_aeb_rom.mlt: 
123         Incorporate new fixed vectors (used on all ARM platforms).
124
125 2000-06-06  Jonathan Larmour  <jlarmour@redhat.co.uk>
126
127         * src/flash_cksum.tcl: Make sure it invokes the interpreter correctly
128
129 2000-05-22  Jesper Skov  <jskov@redhat.com>
130
131         * src/flash_cksum.tcl: Use correct intepreter.
132
133 2000-04-07  Jonathan Larmour  <jlarmour@redhat.co.uk>
134
135         * src/flash_cksum.tcl:
136         Apply the below change to this file now that it's moved here
137
138 2000-03-12  Bart Veer  <bartv@redhat.com>
139
140         * misc/flash_cksum.tcl:
141         Avoid problems with Tcl on 64-bit hosts.
142
143 2000-02-29  Jonathan Larmour  <jlarmour@redhat.co.uk>
144
145         * include/pkgconf/mlt_arm_aebC_ram.h:
146         * include/pkgconf/mlt_arm_aebC_ram.ldi:
147         * include/pkgconf/mlt_arm_aebC_ram.mlt:
148         * include/pkgconf/mlt_arm_aebC_rom.h:
149         * include/pkgconf/mlt_arm_aebC_rom.ldi:
150         * include/pkgconf/mlt_arm_aebC_rom.mlt:
151         * include/pkgconf/mlt_arm_aeb_ram.h:
152         * include/pkgconf/mlt_arm_aeb_ram.ldi:
153         * include/pkgconf/mlt_arm_aeb_ram.mlt:
154         * include/pkgconf/mlt_arm_aeb_rom.h:
155         * include/pkgconf/mlt_arm_aeb_rom.ldi:
156         * include/pkgconf/mlt_arm_aeb_rom.mlt:
157         Align all sections on word boundaries
158         
159 2000-02-18  Jonathan Larmour  <jlarmour@redhat.co.uk>
160
161         * cdl/hal_arm_aeb.cdl (CYGBLD_BUILD_GDB_STUBS): When
162         building stubs, define every dependency required here rather than
163         in the template
164
165 2000-02-10  Jesper Skov  <jskov@redhat.com>
166
167         * include/plf_stub.h:
168         HAL_STUB_PLATFORM_STUBS_INIT->HAL_STUB_PLATFORM_INIT
169
170         * misc/STUBS_config: 
171         * include/pkgconf/hal_arm_aeb.h:
172         Removed stubs as a legal startup type.
173
174 2000-02-09  Jesper Skov  <jskov@redhat.com>
175
176         * cdl/hal_arm_aeb.cdl: Added remaining build dependencies.
177
178 2000-02-03  Jesper Skov  <jskov@redhat.com>
179
180         * cdl/hal_arm_aeb.cdl: Implements stubs.
181         Has own stub code, precludes common stubs.
182         
183 2000-01-28  Jesper Skov  <jskov@redhat.com>
184
185         * cdl/hal_arm_aeb.cdl: Changed description.
186
187 2000-01-27  John Dallaway  <jld@cygnus.co.uk>
188
189         * include/pkgconf/mlt_arm_aeb_rom.ldi,
190           include/pkgconf/mlt_arm_aeb_rom.mlt:
191
192         Modify memory layout to make the VMA of the user-defined
193         section 'reserved_not_mapped' absolute.
194
195 2000-01-26  Jesper Skov  <jskov@redhat.com>
196
197         * include/pkgconf/mlt_arm_aeb_rom.ldi: Fix bad ordering of
198         sections. [needs to be done for .mlt and .h as well]
199
200         * src/Notes_GDB_stub: Updated.
201         * src/gdb_module.c: Set date of stub on build day.
202
203         * cdl/hal_arm_aeb.cdl: Removed stubs startup.
204         Moved files to src from misc directory.
205
206 2000-01-26  Jesper Skov  <jskov@redhat.com>
207
208         * cdl/hal_arm_aeb.cdl: Fix CDL display.
209
210 2000-01-24  Jesper Skov  <jskov@cygnus.co.uk>
211
212         * cdl/hal_arm_aeb.cdl: Minor changes to stubs build rule.
213
214 2000-01-24  John Dallaway  <jld@cygnus.co.uk>
215
216         * cdl/*.cdl:
217
218         Remove obsolete option CYGTST_TESTING_IDENTIFIER.
219
220 2000-01-20  Jesper Skov  <jskov@cygnus.co.uk>
221
222         * cdl/hal_arm_aeb.cdl: Add stubs build rule.
223
224 2000-01-19  Hugo Tyson  <hmt@cygnus.co.uk>
225
226         * cdl/*.cdl: Add descriptions to a number of options &c which were
227         lacking same, also tidied up other typos as noticed en passant.
228
229 2000-01-17  Jonathan Larmour  <jlarmour@cygnus.co.uk>
230
231         * cdl/hal_arm_aeb.cdl: Add -mcpu=arm7di to LDFLAGS so that the correct
232         libgcc multilib is chosen - important for the AEB
233
234 1999-12-20  Gary Thomas  <gthomas@cygnus.co.uk>
235
236         * cdl/hal_arm_aeb.cdl: Add -Wl for linker options.
237
238 1999-11-25  Jonathan Larmour  <jlarmour@cygnus.co.uk>
239
240         * src/hal_diag.c: Conditionalize def of diag_buffer for only when it's
241         explicitly wanted and someone hacks the code
242         (hal_diag_write_char): Likewise
243
244 1999-11-25  Gary Thomas  <gthomas@cygnus.co.uk>
245
246         * include/pkgconf/mlt_arm_aeb_stubs.h: 
247         * include/pkgconf/mlt_arm_aebC_stubs.h: New file.
248
249         * include/pkgconf/mlt_arm_aeb_rom.h: 
250         * include/pkgconf/mlt_arm_aeb_ram.h: 
251         * include/pkgconf/mlt_arm_aebC_rom.h: 
252         * include/pkgconf/mlt_arm_aebC_ram.h: Update "do not edit" string.
253
254 1999-11-09  Gary Thomas  <gthomas@cygnus.co.uk>
255
256         * include/pkgconf/mlt_arm_aebC_ram.h: 
257         * include/pkgconf/mlt_arm_aebC_rom.h: 
258         * include/pkgconf/mlt_arm_aeb_ram.h: 
259         * include/pkgconf/mlt_arm_aeb_rom.h: New files.
260
261         * include/pkgconf/mlt_arm_aebC_ram.ldi: 
262         * include/pkgconf/mlt_arm_aebC_ram.mlt: 
263         * include/pkgconf/mlt_arm_aebC_rom.ldi: 
264         * include/pkgconf/mlt_arm_aebC_rom.mlt: 
265         * include/pkgconf/mlt_arm_aeb_ram.ldi: 
266         * include/pkgconf/mlt_arm_aeb_ram.mlt: 
267         * include/pkgconf/mlt_arm_aeb_rom.ldi: 
268         * include/pkgconf/mlt_arm_aeb_rom.mlt: Correct memory layout.
269
270         * src/hal_diag.c: Honor GDB_DISABLE option.
271
272 1999-11-01  Jesper Skov  <jskov@cygnus.co.uk>
273
274         * cdl/hal_arm_aeb.cdl: Remove define_proc comments.
275
276 1999-10-28  Jesper Skov  <jskov@cygnus.co.uk>
277
278         * misc/PKGconf.mak: Don't strip symbols when making .img.
279
280 1999-10-27  Jesper Skov  <jskov@cygnus.co.uk>
281
282         * misc/PKGconf.mak: Build UU encoded stubs per default.
283
284         * misc/STUBS_config: 
285         Updated stub scripts. Allow to configure for revC.
286         
287         * src/hal_diag.c: Fixed conditional include.
288
289 1999-10-26  Hugo Tyson  <hmt@cygnus.co.uk>
290
291         * src/hal_diag.c (hal_diag_write_char): Use new macro
292         CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION and its mate to control
293         stepping through gdb $O packet output.
294
295 1999-10-26  John Dallaway  <jld@cygnus.co.uk>
296
297         * cdl/hal_arm_aeb.cdl:
298
299         Rename CYGBLD_GLOBAL_PREFIX to
300         CYGBLD_GLOBAL_COMMAND_PREFIX
301
302 1999-10-20  Simon FitzMaurice <sdf@cygnus.co.uk>
303         * cdl/hal_arm_aeb.cdl:
304
305         Remove -Wl options from compiler flags
306
307 1999-10-19  John Dallaway  <jld@cygnus.co.uk>
308
309         * cdl/hal_arm_aeb.cdl:
310
311         Define cdl_options for the memory layout linker script
312         fragment and the memory layout header file.
313
314         Define cdl_options for build flags and command prefix.
315
316 1999-10-18  John Dallaway  <jld@cygnus.co.uk>
317
318         * cdl/hal_arm_aeb.cdl:
319
320         Require that CYGHWR_THUMB is not defined.
321
322 1999-10-12  Jesper Skov  <jskov@cygnus.co.uk>
323
324         * include/pkgconf/hal_arm_aeb.h: Add CT config of revision.
325         aebC instead of aebc.
326
327 1999-10-08  Jesper Skov  <jskov@cygnus.co.uk>
328
329         * include/hal_platform_setup.h: Disable cache for now.
330
331 1999-10-07  Jesper Skov  <jskov@cygnus.co.uk>
332
333         * cdl/hal_arm_aeb.cdl: 
334         * include/pkgconf/hal_arm_aeb.h:
335         * include/hal_platform_setup.h:
336         Use CYGHWR_HAL_ARM_AEB_REVISION_C to select revision behavior.
337
338 1999-10-06  John Dallaway  <jld@cygnus.co.uk>
339
340         * cdl/hal_arm_aeb.cdl:
341         Define CYGTST_TESTING_IDENTIFIER.
342
343 1999-10-05  Jesper Skov  <jskov@cygnus.co.uk>
344
345         * include/hal_platform_setup.h: Added support for AEB rev C.
346
347         * src/aeb_misc.c (hal_hardware_init): Use UCACHE macros.
348         * include/hal_cache.h: Fixed cache macros.
349
350 1999-09-07  Jesper Skov  <jskov@cygnus.co.uk>
351
352         * include/plf_stub.h: 
353         * src/plf_stub.c (hal_aeb_reset): 
354         Added reset on detach.
355         
356 1999-08-12  John Dallaway  <jld@cygnus.co.uk>
357
358         * cdl/hal_arm_aeb.cdl:
359         Define CYG_HAL_STARTUP and CYGHWR_MEMORY_LAYOUT.
360
361 1999-08-08  Gary Thomas  <gthomas@cygnus.co.uk>
362
363         * misc/Notes: 
364         * misc/STUBS_config: Update patch for new hal.h.
365
366 1999-05-25  Gary Thomas  <gthomas@cygnus.co.uk>
367
368         * misc/gdb_module.c: Fix up symbols for new ABI.
369
370 1999-05-24  Gary Thomas  <gthomas@cygnus.co.uk>
371
372         * src/hal_diag.c: Clean up direct access code.
373
374 1999-05-20  Gary Thomas  <gthomas@cygnus.co.uk>
375
376         * include/pkgconf/hal_arm_aeb.h: Move RTC setup here.
377
378 1999-04-13  Gary Thomas  <gthomas@cygnus.co.uk>
379
380         * src/aeb_misc.c: Add some testing code using a second timer.
381
382         * include/hal_platform_setup.h: New file
383
384 1999-04-08  John Dallaway  <jld@cygnus.co.uk>
385
386         * include/pkgconf/mlt_arm_aeb_rom.ldi: Fix SECTION macro which
387         was missed during recent macro arguments change
388
389 1999-04-08  John Dallaway  <jld@cygnus.co.uk>
390
391         * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to
392         avoid padded output sections (PR 19787)
393
394 1999-03-23  Gary Thomas  <gthomas@cygnus.co.uk>
395
396         * src/hal_diag.c (hal_diag_write_char): Make GDB 'O' transaction
397         run with interrupts disabled.
398
399 1999-03-23  John Dallaway  <jld@cygnus.co.uk>
400
401         * include/pkgconf/hal_arm_aeb.h: Modify display string for
402         consistency.
403
404 1999-03-17  Gary Thomas  <gthomas@cygnus.co.uk>
405
406         * src/hal_diag.c (hal_diag_write_char): Don't disable all
407         interrupts, just the serial port during output.
408
409         * src/aeb_misc.c: Add support for "abort" button.  This works
410         like ^C if GDB break support is compiled in.
411         (hal_clock_read): Only return "reasonable" deltas - hardware
412         sometimes gives flakey/implausible counts.
413
414         * include/hal_platform_ints.h: Improve interrupt assignments.
415
416 1999-03-16  Gary Thomas  <gthomas@cygnus.co.uk>
417
418         * src/hal_diag.c: 
419         * include/plf_stub.h: 
420         * src/plf_stub.c: Add GDB break support.
421
422 1999-03-12  Gary Thomas  <gthomas@cygnus.co.uk>
423
424         * include/hal_cache.h (HAL_DCACHE_PURGE_ALL): Add macro.
425
426         * include/hal_platform_ints.h: Add additional interrupt sources
427         (UARTs and WATCHDOG).
428
429 1999-03-11  John Dallaway  <jld@cygnus.co.uk>
430
431         * include/pkgconf/*.ldi: add copyright notices
432
433 1999-03-04  John Dallaway  <jld@cygnus.co.uk>
434
435         * include/pkgconf/*.ldi: give all LDI files unique names so
436         that they can co-exist in an eCos build tree (PR 19184)
437         * include/pkgconf/*.mlt: give all MLT files unique names so
438         that they can co-exist in an eCos build tree (PR 19184)
439
440 1999-02-26  Gary Thomas  <gthomas@cygnus.co.uk>
441
442         * misc/Notes: 
443         * misc/PKGconf.mak: Fix stubs build for new layout.
444
445         * misc/gdb_module.c: Update version.  Build with new stubs.
446
447 1999-02-20  Jonathan Larmour  <jlarmour@cygnus.co.uk>
448
449         * include/hal_platform_ints.h: 
450         Reorganise vector/interrupt/exception names according to purpose
451         QA improvements
452
453         * src/aeb_misc.c: 
454         Change interrupt names due to above
455         QA improvements
456
457 1999-02-17  John Dallaway  <jld@cygnus.co.uk>
458
459         * include/pkgconf/ram.mlt: Relocate the GDB stubs
460         * include/pkgconf/ram.ldi: Relocate the GDB stubs
461         * include/pkgconf/stubs.mlt: Relocate the GDB stubs
462         * include/pkgconf/stubs.ldi: Relocate the GDB stubs
463
464 1999-02-16  Jesper Skov  <jskov@cygnus.co.uk>
465
466         * src/hal_diag.c (hal_diag_write_char): Changed
467         __output_gdb_string to hal_output_gdb_string.
468
469         * include/hal_stub.h: [removed]
470         * include/plf_stub.h: [added]
471         * src/hal_stub.c:     [removed]
472         * src/plf_stub.c:     [added]
473         * src/PKGconf.mak: 
474         Changed hal_stub to plf_stub. Moved generic HAL stub code to
475         common/.../hal_stub.c.
476
477 1999-02-08  John Dallaway  <jld@cygnus.co.uk>
478
479         * include/pkgconf/*.mlt: New memory layout save files
480
481 1999-02-08  Gary Thomas  <gthomas@cygnus.co.uk>
482
483         * include/pkgconf/rom.ldi: Add segment for ROM
484
485 1999-02-05  John Dallaway  <jld@cygnus.co.uk>
486
487         * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition.
488
489 1999-02-02  John Dallaway  <jld@cygnus.co.uk>
490
491         * include/pkgconf/hal_arm_aeb.h: Correct the specified platform.
492
493 1999-01-19  Gary Thomas  <gthomas@cygnus.co.uk>
494
495         * include/pkgconf/rom.ldi: Modified for new layouts.
496
497         * include/pkgconf/stubs.ldi: New file.
498
499         * misc/gdb_module.c: Start of module changed name (due to rework
500         of exception handling in the GDB stubs).
501
502         * src/hal_stub.c: Reorg - move common routines to "arch" directory.
503
504 1999-01-18  Gary Thomas  <gthomas@cygnus.co.uk>
505
506         * include/pkgconf/rom.ldi: Add configurations for GDB stubs/normal ROM.
507
508 1999-01-15  Gary Thomas  <gthomas@cygnus.co.uk>
509
510         * misc/Notes: Update for new directory layout.
511
512         * include/hal_diag.h: Add prototype for 'hal_diag_read_char()'
513
514         * src/hal_stub.c: Take out memory trace buffer (debug only).
515
516         * src/hal_diag.c: Reduce buffer size.
517
518         * misc/PKGconf.mak (SRC): Fix path.
519
520 1999-01-14  Gary Thomas  <gthomas@cygnus.co.uk>
521
522         * misc/PKGconf.mak: Rename 'TESTS' to 'PROGS' due to
523         changes in "makrules.prv".
524
525         * include/pkgconf/ram.ldi: 
526         * include/pkgconf/rom.ldi: New files.
527
528         * src/PKGconf.mak: Change to MLT script linking.
529
530 1999-01-12  Gary Thomas  <gthomas@cygnus.co.uk>
531
532         * tests/flash_cksum.tcl: Always swap to Little Endian format.
533
534         * src/aeb.ld: Change DATA address for ROM (GDB) configuration.
535
536 1999-01-08  Gary Thomas  <gthomas@cygnus.co.uk>
537
538         * tests/gdb_module.c: Clean up to work in all configurations.
539
540         * tests/PKGconf.mak (TESTS): Clean up.
541
542 1999-01-06  Gary Thomas  <gthomas@cygnus.co.uk>
543
544         * tests/PKGconf.mak: Update to use tcl checksum program.
545
546         * tests/Notes: Advise on required zeroes.
547
548         * tests/gdb_module.c: Update module name/info.
549
550 1998-12-22  Gary Thomas  <gthomas@cygnus.co.uk>
551
552         * include/hal_cache.h: New [moved] file.
553
554 1998-12-21  Gary Thomas  <gthomas@cygnus.co.uk>
555
556         * src/aeb_misc.c (hal_clock_initialize): Set timer0 scale.
557
558 1998-12-20  Gary Thomas  <gthomas@cygnus.co.uk>
559
560         * tests/flash_cksum.c: Handle big/little endian hosts.
561
562         * src/hal_stub.c: Remove unused '__set_mem_fault'.
563         Blink LED1 with GDB I/O (semblance of life).
564
565 1998-12-18  Gary Thomas  <gthomas@cygnus.co.uk>
566
567         * tests/gdb_module_ncs.c: 
568         * tests/PKGconf.mak: 
569         * tests/gdb_module.c: New file(s) used to build FLASH module
570
571 1998-12-17  Gary Thomas  <gthomas@cygnus.co.uk>
572
573         * src/aeb.ld: Change log address to use all available RAM.
574
575         * include/pkgconf/hal_arm_aeb.h: New file
576
577 1998-12-16  Gary Thomas  <gthomas@cygnus.co.uk>
578
579         * include/hal_platform_ints.h: New file for platform
580         interrupt specifics.
581
582         * src/hal_diag.c: 
583         * src/aeb.ld: 
584         * src/aeb_misc.c: Complete initial port.
585
586 1998-12-15  Gary Thomas  <gthomas@cygnus.co.uk>
587
588         * src/hal_stub.c: 
589         * src/hal_diag.c: 
590         * src/PKGconf.mak: 
591         * src/aeb.ld: 
592         * include/hal_stub.h: 
593         * include/hal_diag.h: 
594         * include/pkgconf/hal_arm_aeb.h: New file.
595
596
597 //===========================================================================
598 //####ECOSGPLCOPYRIGHTBEGIN####
599 // -------------------------------------------
600 // This file is part of eCos, the Embedded Configurable Operating System.
601 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
602 //
603 // eCos is free software; you can redistribute it and/or modify it under
604 // the terms of the GNU General Public License as published by the Free
605 // Software Foundation; either version 2 or (at your option) any later version.
606 //
607 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
608 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
609 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
610 // for more details.
611 //
612 // You should have received a copy of the GNU General Public License along
613 // with eCos; if not, write to the Free Software Foundation, Inc.,
614 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
615 //
616 // As a special exception, if other files instantiate templates or use macros
617 // or inline functions from this file, or you compile this file and link it
618 // with other works to produce a work based on this file, this file does not
619 // by itself cause the resulting work to be covered by the GNU General Public
620 // License. However the source code for this file must still be made available
621 // in accordance with section (3) of the GNU General Public License.
622 //
623 // This exception does not invalidate any other reasons why a work based on
624 // this file might be covered by the GNU General Public License.
625 //
626 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
627 // at http://sources.redhat.com/ecos/ecos-license/
628 // -------------------------------------------
629 //####ECOSGPLCOPYRIGHTEND####
630 //===========================================================================