|
2
|
1 1999-04-13 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
2 |
|
|
3 * include/hal_platform_setup.h: New file |
|
|
4 |
|
|
5 1999-04-08 John Dallaway <jld@cygnus.co.uk> |
|
|
6 |
|
|
7 * include/pkgconf/*.ldi: Revised SECTION_* macro arguments to |
|
|
8 avoid padded output sections (PR 19787) |
|
|
9 |
|
|
10 1999-03-23 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
11 |
|
|
12 * src/hal_diag.c (hal_diag_write_char): Make GDB 'O' transaction run |
|
|
13 with interrupts disabled. |
|
|
14 |
|
|
15 1999-03-17 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
16 |
|
|
17 * src/hal_diag.c (hal_diag_write_char): Don't disable all interrupts, |
|
|
18 just the ones from the diag serial port. |
|
|
19 |
|
|
20 1999-03-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
21 |
|
|
22 * include/plf_stub.h: |
|
|
23 * src/plf_stub.c: |
|
|
24 * src/hal_diag.c: Add suport for GDB break. |
|
|
25 |
|
|
26 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
27 |
|
|
28 * include/hal_cache.h (HAL_DCACHE_PURGE_ALL): Add macro. |
|
|
29 |
|
|
30 1999-03-04 John Dallaway <jld@cygnus.co.uk> |
|
|
31 |
|
|
32 * include/pkgconf/*.ldi: give all LDI files unique names so |
|
|
33 that they can co-exist in an eCos build tree (PR 19184) |
|
|
34 * include/pkgconf/*.mlt: give all MLT files unique names so |
|
|
35 that they can co-exist in an eCos build tree (PR 19184) |
|
|
36 |
|
|
37 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
|
38 |
|
|
39 * include/hal_platform_ints.h: |
|
|
40 Reorganise vector/interrupt/exception names according to purpose |
|
|
41 QA improvements |
|
|
42 |
|
|
43 * src/pid_misc.c: |
|
|
44 Change interrupt names due to above |
|
|
45 QA improvements |
|
|
46 |
|
|
47 |
|
|
48 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> |
|
|
49 |
|
|
50 * src/hal_diag.c (hal_diag_write_char): Changed |
|
|
51 __output_gdb_string to hal_output_gdb_string. |
|
|
52 |
|
|
53 * include/hal_stub.h: [removed] |
|
|
54 * include/plf_stub.h: [added] |
|
|
55 * src/hal_stub.c: [removed] |
|
|
56 * src/plf_stub.c: [added] |
|
|
57 * src/PKGconf.mak: |
|
|
58 Changed hal_stub to plf_stub. Moved generic HAL stub code to |
|
|
59 common/.../hal_stub.c. |
|
|
60 |
|
|
61 1999-02-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
62 |
|
|
63 * include/hal_platform_ints.h: Some interrupt assignments were wrong. |
|
|
64 |
|
|
65 1999-02-08 John Dallaway <jld@cygnus.co.uk> |
|
|
66 |
|
|
67 * include/pkgconf/*.mlt: New memory layout save files |
|
|
68 |
|
|
69 1999-02-05 John Dallaway <jld@cygnus.co.uk> |
|
|
70 |
|
|
71 * include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition. |
|
|
72 |
|
|
73 1999-01-27 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
74 |
|
|
75 * misc/PKGconf.mak: Fix for building on Win/NT. Also create raw binary |
|
|
76 file suitable for putting into EPROM. |
|
|
77 |
|
|
78 1999-01-26 Hugo Tyson <hmt@masala.cygnus.co.uk> |
|
|
79 |
|
|
80 * include/pkgconf/stubs.ldi: |
|
|
81 * include/pkgconf/ram.ldi: |
|
|
82 * include/pkgconf/rom.ldi: |
|
|
83 Add copyright notice. (Though these files will later be generated |
|
|
84 by a tool and so not copyright, these default setups are.) |
|
|
85 |
|
|
86 1999-01-26 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
87 |
|
|
88 * include/pkgconf/hal_arm_pid.h: Fix option descriptions. |
|
|
89 |
|
|
90 1999-01-25 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
91 |
|
|
92 * include/pkgconf/hal_arm_pid.h: |
|
|
93 * src/hal_stub.c: Add serial port parameterization (CDL) |
|
|
94 (serial_init): Remove 'dummy' call which fixed a GCC bug. Note: |
|
|
95 is this bug still lurking out there? |
|
|
96 |
|
|
97 1999-01-25 Jesper Skov <jskov@cygnus.co.uk> |
|
|
98 |
|
|
99 * src/hal_diag.c: Removed HAL_IO_BARRIER macros. Not necessary on |
|
|
100 ARM. |
|
|
101 |
|
|
102 1999-01-19 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
103 |
|
|
104 * misc/PKGconf.mak: Fix for new startup types (STUBS). |
|
|
105 |
|
|
106 * include/pkgconf/rom.ldi: Modified for new layouts. |
|
|
107 |
|
|
108 * include/pkgconf/stubs.ldi: New File. |
|
|
109 |
|
|
110 * src/hal_stub.c: Reorg - move common routines to "arch" directory. |
|
|
111 |
|
|
112 1999-01-18 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
113 |
|
|
114 * include/pkgconf/rom.ldi: Add configurations for GDB stubs/normal ROM. |
|
|
115 |
|
|
116 1999-01-15 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
117 |
|
|
118 * misc/Notes: New file. |
|
|
119 |
|
|
120 * include/pkgconf/rom.ldi: Reorg GDB stubs memory use. |
|
|
121 |
|
|
122 * misc/gdb_module.c: |
|
|
123 * misc/prog_flash.c: New program(s). |
|
|
124 |
|
|
125 * src/hal_stub.c: |
|
|
126 * src/hal_diag.c: Reduce/remove trace buffers (debug only) |
|
|
127 |
|
|
128 * include/hal_diag.h: Add prototype for 'hal_diag_read_char()' |
|
|
129 |
|
|
130 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
131 |
|
|
132 * include/pkgconf/hal_arm_pid.h: Change diag port to match GDB port. |
|
|
133 |
|
|
134 * misc/PKGconf.mak: Change 'TESTS' to 'PROGS' due to |
|
|
135 changes in "makrules.prv". |
|
|
136 |
|
|
137 * include/pkgconf/rom.ldi: |
|
|
138 * include/pkgconf/ram.ldi: New files. |
|
|
139 |
|
|
140 * src/PKGconf.mak: Change to MLT script linking. |
|
|
141 |
|
|
142 1999-01-08 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
143 |
|
|
144 * include/pkgconf/hal_arm_pid.h: |
|
|
145 * src/hal_diag.c: Make diagnostic port configurable. |
|
|
146 |
|
|
147 1998-12-22 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
148 |
|
|
149 * include/hal_cache.h: New [moved] file |
|
|
150 |
|
|
151 1998-12-20 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
152 |
|
|
153 * src/hal_stub.c (cyg_hal_gdb_isr): Remove unused '__set_mem_fault' |
|
|
154 |
|
|
155 1998-12-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
156 |
|
|
157 * include/hal_platform_ints.h: New file. |
|
|
158 |
|
|
159 1998-12-15 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
160 |
|
|
161 * include/pkgconf/hal_arm_pid.h: Fix comment. |
|
|
162 |
|
|
163 * src/hal_diag.c: Changes for kernel-less configuration. |
|
|
164 |
|
|
165 * src/pid_misc.c: Renamed from 'hal_misc.c' |
|
|
166 |
|
|
167 * src/PKGconf.mak (COMPILE): Rename 'hal_misc.c' to 'pid_misc.c' |
|
|
168 to avoid confusion with "arch/current/src/hal_misc.c" which is |
|
|
169 a truly platform independent file. |
|
|
170 |
|
|
171 1998-12-10 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
172 |
|
|
173 * src/hal_misc.c (dump_frame): Change in parameter type for |
|
|
174 caused problems with adding pointers -> huge dumps! |
|
|
175 |
|
|
176 1998-12-09 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
177 |
|
|
178 * src/hal_misc.c (exception_handler_returned): Change exception |
|
|
179 [debug] functions to have proper type for 'register frame' param. |
|
|
180 |
|
|
181 1998-12-03 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
182 |
|
|
183 * tests/flash.c: |
|
|
184 * tests/dl.c (SYNC_COUNT): Update download for improved performance |
|
|
185 now that target FIFO is working. |
|
|
186 |
|
|
187 * src/hal_stub.c (serial_init): Work around compiler code generation |
|
|
188 bug (was quietly writing over location 0x4!) |
|
|
189 |
|
|
190 1998-12-02 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
191 |
|
|
192 * include/pkgconf/hal_arm_pid.h: New file |
|
|
193 |
|
|
194 * src/hal_misc.c (exception_handler_returned): Make quiet in GDB version |
|
|
195 |
|
|
196 1998-12-01 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
197 |
|
|
198 * src/hal_stub.c (serial_init): Enable serial FIFO! |
|
|
199 |
|
|
200 * src/hal_diag.c (hal_diag_init): Enable serial FIFO! |
|
|
201 Don't try to support diag via GDB port (yet). |
|
|
202 |
|
|
203 1998-11-26 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
204 |
|
|
205 * src/hal_diag.c (hal_diag_write_char): Allow separate debug output |
|
|
206 even when GDB stubs are included. Remove this later - FIXME! |
|
|
207 |
|
|
208 * src/hal_stub.c: |
|
|
209 * include/hal_stub.h: New files, GDB stub support |
|
|
210 |
|
|
211 * src/PKGconf.mak (COMPILE): Add hal_stub.c |
|
|
212 |
|
|
213 1998-11-18 Gary Thomas <gthomas@cygnus.co.uk> |
|
|
214 |
|
|
215 * tests/flash.c: |
|
|
216 * tests/dl.c: |
|
|
217 * tests/PKGconf.mak: Set of programs which will download and program |
|
|
218 the FLASH on the PID7 eval board. |
|
|
219 |
|
|
220 * src/hal_misc.c: Add clock latency support. |
|
|
221 |
|
|
222 * src/pid.ld: Rework memory layout. Fix DWARF2 debugging stuff. |
|
|
223 |
|
|
224 |
|
|
225 //=========================================================================== |
|
|
226 //####COPYRIGHTBEGIN#### |
|
|
227 // |
|
|
228 // ------------------------------------------- |
|
|
229 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
230 // Version 1.0 (the "License"); you may not use this file except in |
|
|
231 // compliance with the License. You may obtain a copy of the License at |
|
|
232 // http://sourceware.cygnus.com/ecos |
|
|
233 // |
|
|
234 // Software distributed under the License is distributed on an "AS IS" |
|
|
235 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
236 // License for the specific language governing rights and limitations under |
|
|
237 // the License. |
|
|
238 // |
|
|
239 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
240 // September 30, 1998. |
|
|
241 // |
|
|
242 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
|
243 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
|
|
244 // ------------------------------------------- |
|
|
245 // |
|
|
246 //####COPYRIGHTEND#### |
|
|
247 //=========================================================================== |