|
2
|
1 1999-04-13 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
2 |
|
|
3 * src/aeb_misc.c: Add some testing code using a second timer. |
|
|
4 |
|
|
5 * include/hal_platform_setup.h: New file |
|
|
6 |
|
|
7 1999-04-08 John Dallaway <jld@cygnus.co.uk> |
|
|
8 |
|
|
9 * include/pkgconf/mlt_arm_aeb_rom.ldi: Fix SECTION macro which |
|
|
10 was missed during recent macro arguments change |
|
|
11 |
|
|
12 1999-04-08 John Dallaway <jld@cygnus.co.uk> |
|
|
13 |
|
|
14 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to |
|
|
15 avoid padded output sections (PR 19787) |
|
|
16 |
|
|
17 1999-03-23 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
18 |
|
|
19 * src/hal_diag.c (hal_diag_write_char): Make GDB 'O' transaction |
|
|
20 run with interrupts disabled. |
|
|
21 |
|
|
22 1999-03-23 John Dallaway <jld@cygnus.co.uk> |
|
|
23 |
|
|
24 * include/pkgconf/hal_arm_aeb.h: Modify display string for |
|
|
25 consistency. |
|
|
26 |
|
|
27 1999-03-17 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
28 |
|
|
29 * src/hal_diag.c (hal_diag_write_char): Don't disable all |
|
|
30 interrupts, just the serial port during output. |
|
|
31 |
|
|
32 * src/aeb_misc.c: Add support for "abort" button. This works |
|
|
33 like ^C if GDB break support is compiled in. |
|
|
34 (hal_clock_read): Only return "reasonable" deltas - hardware |
|
|
35 sometimes gives flakey/implausible counts. |
|
|
36 |
|
|
37 * include/hal_platform_ints.h: Improve interrupt assignments. |
|
|
38 |
|
|
39 1999-03-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
40 |
|
|
41 * src/hal_diag.c: |
|
|
42 * include/plf_stub.h: |
|
|
43 * src/plf_stub.c: Add GDB break support. |
|
|
44 |
|
|
45 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
46 |
|
|
47 * include/hal_cache.h (HAL_DCACHE_PURGE_ALL): Add macro. |
|
|
48 |
|
|
49 * include/hal_platform_ints.h: Add additional interrupt sources |
|
|
50 (UARTs and WATCHDOG). |
|
|
51 |
|
|
52 1999-03-11 John Dallaway <jld@cygnus.co.uk> |
|
|
53 |
|
|
54 * include/pkgconf/*.ldi: add copyright notices |
|
|
55 |
|
|
56 1999-03-04 John Dallaway <jld@cygnus.co.uk> |
|
|
57 |
|
|
58 * include/pkgconf/*.ldi: give all LDI files unique names so |
|
|
59 that they can co-exist in an eCos build tree (PR 19184) |
|
|
60 * include/pkgconf/*.mlt: give all MLT files unique names so |
|
|
61 that they can co-exist in an eCos build tree (PR 19184) |
|
|
62 |
|
|
63 1999-02-26 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
64 |
|
|
65 * misc/Notes: |
|
|
66 * misc/PKGconf.mak: Fix stubs build for new layout. |
|
|
67 |
|
|
68 * misc/gdb_module.c: Update version. Build with new stubs. |
|
|
69 |
|
|
70 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
71 |
|
|
72 * include/hal_platform_ints.h: |
|
|
73 Reorganise vector/interrupt/exception names according to purpose |
|
|
74 QA improvements |
|
|
75 |
|
|
76 * src/aeb_misc.c: |
|
|
77 Change interrupt names due to above |
|
|
78 QA improvements |
|
|
79 |
|
|
80 1999-02-17 John Dallaway <jld@cygnus.co.uk> |
|
|
81 |
|
|
82 * include/pkgconf/ram.mlt: Relocate the GDB stubs |
|
|
83 * include/pkgconf/ram.ldi: Relocate the GDB stubs |
|
|
84 * include/pkgconf/stubs.mlt: Relocate the GDB stubs |
|
|
85 * include/pkgconf/stubs.ldi: Relocate the GDB stubs |
|
|
86 |
|
|
87 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> |
|
|
88 |
|
|
89 * src/hal_diag.c (hal_diag_write_char): Changed |
|
|
90 __output_gdb_string to hal_output_gdb_string. |
|
|
91 |
|
|
92 * include/hal_stub.h: [removed] |
|
|
93 * include/plf_stub.h: [added] |
|
|
94 * src/hal_stub.c: [removed] |
|
|
95 * src/plf_stub.c: [added] |
|
|
96 * src/PKGconf.mak: |
|
|
97 Changed hal_stub to plf_stub. Moved generic HAL stub code to |
|
|
98 common/.../hal_stub.c. |
|
|
99 |
|
|
100 1999-02-08 John Dallaway <jld@cygnus.co.uk> |
|
|
101 |
|
|
102 * include/pkgconf/*.mlt: New memory layout save files |
|
|
103 |
|
|
104 1999-02-08 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
105 |
|
|
106 * include/pkgconf/rom.ldi: Add segment for ROM |
|
|
107 |
|
|
108 1999-02-05 John Dallaway <jld@cygnus.co.uk> |
|
|
109 |
|
|
110 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. |
|
|
111 |
|
|
112 1999-02-02 John Dallaway <jld@cygnus.co.uk> |
|
|
113 |
|
|
114 * include/pkgconf/hal_arm_aeb.h: Correct the specified platform. |
|
|
115 |
|
|
116 1999-01-19 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
117 |
|
|
118 * include/pkgconf/rom.ldi: Modified for new layouts. |
|
|
119 |
|
|
120 * include/pkgconf/stubs.ldi: New file. |
|
|
121 |
|
|
122 * misc/gdb_module.c: Start of module changed name (due to rework |
|
|
123 of exception handling in the GDB stubs). |
|
|
124 |
|
|
125 * src/hal_stub.c: Reorg - move common routines to "arch" directory. |
|
|
126 |
|
|
127 1999-01-18 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
128 |
|
|
129 * include/pkgconf/rom.ldi: Add configurations for GDB stubs/normal ROM. |
|
|
130 |
|
|
131 1999-01-15 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
132 |
|
|
133 * misc/Notes: Update for new directory layout. |
|
|
134 |
|
|
135 * include/hal_diag.h: Add prototype for 'hal_diag_read_char()' |
|
|
136 |
|
|
137 * src/hal_stub.c: Take out memory trace buffer (debug only). |
|
|
138 |
|
|
139 * src/hal_diag.c: Reduce buffer size. |
|
|
140 |
|
|
141 * misc/PKGconf.mak (SRC): Fix path. |
|
|
142 |
|
|
143 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
144 |
|
|
145 * misc/PKGconf.mak: Rename 'TESTS' to 'PROGS' due to |
|
|
146 changes in "makrules.prv". |
|
|
147 |
|
|
148 * include/pkgconf/ram.ldi: |
|
|
149 * include/pkgconf/rom.ldi: New files. |
|
|
150 |
|
|
151 * src/PKGconf.mak: Change to MLT script linking. |
|
|
152 |
|
|
153 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
154 |
|
|
155 * tests/flash_cksum.tcl: Always swap to Little Endian format. |
|
|
156 |
|
|
157 * src/aeb.ld: Change DATA address for ROM (GDB) configuration. |
|
|
158 |
|
|
159 1999-01-08 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
160 |
|
|
161 * tests/gdb_module.c: Clean up to work in all configurations. |
|
|
162 |
|
|
163 * tests/PKGconf.mak (TESTS): Clean up. |
|
|
164 |
|
|
165 1999-01-06 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
166 |
|
|
167 * tests/PKGconf.mak: Update to use tcl checksum program. |
|
|
168 |
|
|
169 * tests/Notes: Advise on required zeroes. |
|
|
170 |
|
|
171 * tests/gdb_module.c: Update module name/info. |
|
|
172 |
|
|
173 1998-12-22 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
174 |
|
|
175 * include/hal_cache.h: New [moved] file. |
|
|
176 |
|
|
177 1998-12-21 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
178 |
|
|
179 * src/aeb_misc.c (hal_clock_initialize): Set timer0 scale. |
|
|
180 |
|
|
181 1998-12-20 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
182 |
|
|
183 * tests/flash_cksum.c: Handle big/little endian hosts. |
|
|
184 |
|
|
185 * src/hal_stub.c: Remove unused '__set_mem_fault'. |
|
|
186 Blink LED1 with GDB I/O (semblance of life). |
|
|
187 |
|
|
188 1998-12-18 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
189 |
|
|
190 * tests/gdb_module_ncs.c: |
|
|
191 * tests/PKGconf.mak: |
|
|
192 * tests/gdb_module.c: New file(s) used to build FLASH module |
|
|
193 |
|
|
194 1998-12-17 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
195 |
|
|
196 * src/aeb.ld: Change log address to use all available RAM. |
|
|
197 |
|
|
198 * include/pkgconf/hal_arm_aeb.h: New file |
|
|
199 |
|
|
200 1998-12-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
201 |
|
|
202 * include/hal_platform_ints.h: New file for platform |
|
|
203 interrupt specifics. |
|
|
204 |
|
|
205 * src/hal_diag.c: |
|
|
206 * src/aeb.ld: |
|
|
207 * src/aeb_misc.c: Complete initial port. |
|
|
208 |
|
|
209 1998-12-15 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
210 |
|
|
211 * src/hal_stub.c: |
|
|
212 * src/hal_diag.c: |
|
|
213 * src/PKGconf.mak: |
|
|
214 * src/aeb.ld: |
|
|
215 * include/hal_stub.h: |
|
|
216 * include/hal_diag.h: |
|
|
217 * include/pkgconf/hal_arm_aeb.h: New file. |
|
|
218 |
|
|
219 |
|
|
220 //=========================================================================== |
|
|
221 //####COPYRIGHTBEGIN#### |
|
|
222 // |
|
|
223 // ------------------------------------------- |
|
|
224 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
225 // Version 1.0 (the "License"); you may not use this file except in |
|
|
226 // compliance with the License. You may obtain a copy of the License at |
|
|
227 // http://sourceware.cygnus.com/ecos |
|
|
228 // |
|
|
229 // Software distributed under the License is distributed on an "AS IS" |
|
|
230 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
231 // License for the specific language governing rights and limitations under |
|
|
232 // the License. |
|
|
233 // |
|
|
234 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
235 // September 30, 1998. |
|
|
236 // |
|
|
237 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
|
238 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
|
|
239 // ------------------------------------------- |
|
|
240 // |
|
|
241 //####COPYRIGHTEND#### |
|
|
242 //=========================================================================== |