Mercurial > flash_v2
annotate packages/hal/arm/arch/current/ChangeLog @ 8:ece80412419a ecos-sw-1999-05-21
Merge from eCos master repository on 1999-05-21-22:05:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 May 1999 15:09:30 +0000 |
| parents | d376b777e2ce |
| children | d3fbcdfa1b2f |
| rev | line source |
|---|---|
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
1 1999-05-21 Hugo Tyson <hmt@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
2 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
3 * include/hal_intr.h: Define HAL_INTERRUPT_STACK_BASE and |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
4 HAL_INTERRUPT_STACK_TOP so that stack usage macros in |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
5 kernel/.../stackmon.hxx can work. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
6 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
7 * src/vectors.S (cyg_interrupt_stack_base): Define this symbol for |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
8 the interrupt stack and its friend for the stack top so that we |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
9 can publish them with nice names. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
10 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
11 1999-05-19 Gary Thomas <gthomas@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
12 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
13 * src/arm.ld: Change symbols to match new no-underscore ABI. |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
14 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
15 1999-05-16 Gary Thomas <gthomas@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
16 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
17 * include/hal_intr.h (HAL_INTERRUPT_STACK_CALL_PENDING_DSRS): |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
18 Add macro for new DSR handling mechanism (was override of a |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
19 "weak" symbol in kernel). |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
6
diff
changeset
|
20 |
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
21 1999-05-13 Hugo Tyson <hmt@cygnus.co.uk> |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
22 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
23 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Align stack |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
24 (rather conservatively) before use. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
25 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
26 1999-05-11 Gary Thomas <gthomas@cygnus.co.uk> |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
27 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
28 * src/vectors.S: No separate interrupt stack if no kernel. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
29 |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
30 1999-05-10 Gary Thomas <gthomas@cygnus.co.uk> |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
31 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
32 * src/vectors.S: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
33 * src/hal_mk_defs.c: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
34 * include/hal_arch.h: Fix up machine states, initialize stacks. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
35 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
36 1999-04-28 Bart Veer <bartv@cygnus.co.uk> |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
37 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
38 * src/PKGconf.mak: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
39 Remove the -n argument to tail, it does not appear to be required |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
40 on any supported host and causes problems with some |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
41 implementations of tail. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
42 |
| 2 | 43 1999-04-25 Gary Thomas <gthomas@cygnus.co.uk> |
| 44 | |
| 45 * src/vectors.S: Fix use of 'RAISE_INTR' which cannot be used in 'mov' | |
| 46 instruction (doesn't fit). PR 19906 | |
| 47 | |
| 48 1999-04-23 John Dallaway <jld@cygnus.co.uk> | |
| 49 | |
| 50 * src/PKGconf.mak: Avoid backslash in grep search pattern to | |
| 51 workaround PR 19923. | |
| 52 | |
| 53 1999-04-15 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 54 | |
| 55 * src/arm.ld: Define __bss_end at the end of the BSS | |
| 56 * src/vectors.S (start): Use __bss_end rather than _end when clearing | |
| 57 BSS | |
| 58 These fix PR 19750 | |
| 59 | |
| 60 1999-04-14 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 61 | |
| 62 * src/PKGconf.mak (EXTRAS): Don't generate extras.o here any more | |
| 63 But do define EXTRAS every time for the linker script | |
| 64 | |
| 65 1999-04-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 66 | |
| 67 * src/vectors.S: Use new include <cyg/hal/hal_platform_setup.h> | |
| 68 which includes macros and definitions for platform specifics. | |
| 69 This keeps 'ifdef's out of "vectors.S" and makes cleaner code. | |
| 70 Major restructuring of interrupt handling to support full use | |
| 71 of a separate interrupt stack. | |
| 72 | |
| 73 1999-04-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 74 | |
| 75 * src/arm_stub.c: | |
| 76 Moved get_register and put_register to hal_stub.c. | |
| 77 | |
| 78 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 79 | |
| 80 * src/*.ld: Revised SECTION_* macro arguments to | |
| 81 avoid padded output sections (PR 19787) | |
| 82 | |
| 83 1999-03-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 84 | |
| 85 * include/arm_stub.h: Update copyright | |
| 86 | |
| 87 * src/arm_stub.c: Update copyright | |
| 88 | |
| 89 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 90 | |
| 91 * include/hal_arch.h: | |
| 92 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 93 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 94 | |
| 95 1999-03-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 96 | |
| 97 * src/hal_misc.c: Change how breakpoint is described (just a long). | |
| 98 | |
| 99 * src/vectors.S: Pass registers to ISR for GDB break support. | |
| 100 | |
| 101 1999-03-17 John Dallaway <jld@cygnus.co.uk> | |
| 102 | |
| 103 * src/PKGconf.mak: Remove dependence on echo '-e' switch. | |
| 104 | |
| 105 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 106 | |
| 107 * include/hal_arch.h: Add definition of 'CYGNUM_HAL_MINIMUM_STACK_SIZE' | |
| 108 | |
| 109 1999-03-11 Gary Thomas <gthomas@cygnus.co.uk> | |
| 110 | |
| 111 * include/pkgconf/hal_arm.h: Fix comment (name was incorrect) | |
| 112 | |
| 113 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 114 | |
| 115 * include/hal_intr.h (HAL_INTERRUPT_ATTACH): Added. | |
| 116 | |
| 117 1999-03-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 118 | |
| 119 * src/hal_misc.c: Move declaration of __CTOR_LIST__ to avoid warning. | |
| 120 | |
| 121 1999-03-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 122 | |
| 123 * src/vectors.S: Remove warning on stack size redefine. | |
| 124 | |
| 125 1999-03-08 Gary Thomas <gthomas@cygnus.co.uk> | |
| 126 | |
| 127 * src/vectors.S: Override default stack size on AEB. | |
| 128 | |
| 129 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk> | |
| 130 | |
| 131 * src/vectors.S: | |
| 132 * include/pkgconf/hal_arm.h: DOn't print exception info if GDB stubs enabled. | |
| 133 | |
| 134 * src/PKGconf.mak: | |
| 135 * src/arm.ld: Clean up I/O package changes. | |
| 136 | |
| 137 1999-03-04 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 138 | |
| 139 * src/arm.ld: | |
| 140 Unconditionalize use of libextras.a and add libextras.a to GROUP() | |
| 141 | |
| 142 1999-03-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 143 | |
| 144 These changes merged from 'ecos-new_devs-19990216-branch' | |
| 145 | |
| 146 (1999-02-18 Gary Thomas <gthomas@cygnus.co.uk>) | |
| 147 | |
| 148 * src/PKGconf.mak (DRIVERS): | |
| 149 * src/arm.ld: Support special linking requirements for I/O drivers. | |
| 150 | |
| 151 (1999-02-16 Gary Thomas <gthomas@cygnus.co.uk>) | |
| 152 | |
| 153 * src/arm.ld: Changes for new I/O [device drivers] subsystem. | |
| 154 | |
| 155 1999-02-26 Gary Thomas <gthomas@cygnus.co.uk> | |
| 156 | |
| 157 * src/vectors.S: Add separate interrupt stack handling. | |
| 158 | |
| 159 Fix memory region layouts for AEB allowing better error detection. | |
| 160 | |
| 161 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 162 | |
| 163 * src/vectors.S: | |
| 164 Changed label used to access scheduler lock to one that is not | |
| 165 mangled by C++. This is intended to make support for interrupt | |
| 166 handling in non-kernel configurations easier. | |
| 167 | |
| 168 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 169 | |
| 170 * include/hal_arch.h: | |
| 171 Rename deliver_exception -> cyg_hal_deliver_exception | |
| 172 QA improvements | |
| 173 | |
| 174 * include/hal_intr.h: | |
| 175 Reorganise vector/interrupt/exception names according to purpose | |
| 176 QA improvements | |
| 177 | |
| 178 * arch/current/src/hal_misc.c: | |
| 179 Rename deliver_exception -> cyg_hal_deliver_exception | |
| 180 Rename vectors due to hal_intr.h changes | |
| 181 QA improvements | |
| 182 | |
| 183 * arch/current/src/hal_mk_defs.c: | |
| 184 * arch/current/src/vectors.S | |
| 185 Rename vectors due to hal_intr.h changes | |
| 186 QA improvements | |
| 187 | |
| 188 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 189 | |
| 190 * src/vectors.S: Changed set_debug_traps to initialize_stub. | |
| 191 | |
| 192 * src/arm_stub.c: | |
| 193 * include/arm_stub.h: | |
| 194 Cleaned up to only include arch specific stub code. | |
| 195 | |
| 196 1999-02-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 197 | |
| 198 * src/arm.ld: Changes for new I/O [device drivers] subsystem. | |
| 199 | |
| 200 1999-02-10 Gary Thomas <gthomas@cygnus.co.uk> | |
| 201 | |
| 202 * src/hal_misc.c (hal_default_isr): Add diagnostic message for PR 19145-19147 | |
| 203 | |
| 204 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 205 | |
| 206 * src/arm.ld: Add LMA_EQ_VMA macro definition. | |
| 207 | |
| 208 1999-02-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 209 | |
| 210 * src/vectors.S: Use symbolic 'raise interrupt' instead of hard coded value. | |
| 211 Better GDB stubs stack handling. | |
| 212 | |
| 213 * src/hal_mk_defs.c: Add symbolic symbol for 'raise interrupt' instrumentation. | |
| 214 | |
| 215 1999-02-03 Gary Thomas <gthomas@cygnus.co.uk> | |
| 216 | |
| 217 * src/hal_misc.c (cyg_hal_invoke_constructors): | |
| 218 * src/vectors.S (start): Use C coded 'cyg_hal_invoke_constructors()' | |
| 219 | |
| 220 * src/hal_misc.c (exception_handler): Remove debug message ...oops! | |
| 221 | |
| 222 * include/hal_arch.h (HAL_SET_GDB_REGISTERS): Restore PSR. | |
| 223 | |
| 224 * src/vectors.S: Use separate stack for GDB stubs exception handlers. | |
| 225 | |
| 226 1999-02-01 Gary Thomas <gthomas@cygnus.co.uk> | |
| 227 | |
| 228 * src/hal_misc.c: Need <pkgconf/hal_arm.h> for 'dump exception' option. | |
| 229 | |
| 230 * src/vectors.S: Fix ROM startup machine initialization. | |
| 231 | |
| 232 1999-01-25 Gary Thomas <gthomas@cygnus.co.uk> | |
| 233 | |
| 234 * src/arm.ld: Add Copyright | |
| 235 | |
| 236 1999-01-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 237 | |
| 238 * src/arm_stub.c (__build_t_packet): Rewrote fix me text. Added PR | |
| 239 number, but otherwise left the note. | |
| 240 | |
| 241 1999-01-21 Gary Thomas <gthomas@cygnus.co.uk> | |
| 242 | |
| 243 * src/arm_stub.c (ins_will_execute): Computation of LS/HI | |
| 244 was incorrect. | |
| 245 | |
| 246 1999-01-20 Gary Thomas <gthomas@cygnus.co.uk> | |
| 247 | |
| 248 * src/arm.ld: Change "etext" to "__etext". | |
| 249 | |
| 250 1999-01-19 Gary Thomas <gthomas@cygnus.co.uk> | |
| 251 | |
| 252 * src/vectors.S: Rework exception handlers. | |
| 253 (start): Fix for new startup type (STUBS) | |
| 254 | |
| 255 * src/hal_misc.c (exception_handler): Allow GDB stubs to take over all | |
| 256 exceptions while the stubs are executing. Also move some common stubs | |
| 257 initialization into this file. | |
| 258 | |
| 259 1999-01-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 260 | |
| 261 * include/pkgconf/hal_arm.h: Add configurations for GDB stubs/normal ROM. | |
| 262 | |
| 263 * src/arm.ld: Include HAL/ARM specifics. | |
| 264 | |
| 265 * include/pkgconf/hal_arm.h: | |
| 266 * src/hal_misc.c: | |
| 267 * src/vectors.S: Add configure option 'CYGHWR_HAL_ARM_DUMP_EXCEPTIONS' | |
| 268 which is used to chose whether to print diagnostic exception dumps | |
| 269 or not. | |
| 270 | |
| 271 1999-01-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 272 | |
| 273 * src/hal_misc.c: Clean up warnings | |
| 274 | |
| 275 * include/hal_arch.h: | |
| 276 * include/hal_intr.h: Add function prototypes to avoid warnings. | |
| 277 | |
| 278 * src/arm.ld: Add definition of _stext. Take out | |
| 279 GLOBAL_OFFSET_TABLE. | |
| 280 | |
| 281 1999-01-14 Gary Thomas <gthomas@cygnus.co.uk> | |
| 282 | |
| 283 * src/PKGconf.mak: Set up for MLT based linker scripts. | |
| 284 | |
| 285 * src/arm.ld: New file | |
| 286 | |
| 287 * include/hal_intr.h (HAL_QUERY_INTERRUPTS): Test was backwards | |
| 288 | |
| 289 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 290 | |
| 291 * include/hal_intr.h (HAL_TRANSLATE_VECTOR): Add new macro | |
| 292 | |
| 293 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 294 | |
| 295 * include/basetype.h (CYG_DOUBLE_BYTEORDER): Define ordering | |
| 296 of words within doubles. | |
| 297 | |
| 298 1999-01-05 Gary Thomas <gthomas@cygnus.co.uk> | |
| 299 | |
| 300 * src/vectors.S: Force AEB-1 memory configuration. | |
| 301 | |
| 302 1998-12-16 Gary Thomas <gthomas@cygnus.co.uk> | |
| 303 | |
| 304 * src/arm_stub.c (ins_will_execute): Fix warning. | |
| 305 | |
| 306 * include/hal_intr.h: Add <hal/hal_platform_ints.h> | |
| 307 for platform specifics. | |
| 308 | |
| 309 1998-12-15 Gary Thomas <gthomas@cygnus.co.uk> | |
| 310 | |
| 311 * src/hal_mk_defs.c: | |
| 312 * include/hal_io.h: | |
| 313 * src/vectors.S: Changes to support kernel-less configuration. | |
| 314 (___gccmain): Add new dummy function. | |
| 315 | |
| 316 * src/hal_misc.c: Merge in platform independent code from | |
| 317 old "pid/.../hal_misc.c" | |
| 318 | |
| 319 1998-12-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 320 | |
| 321 * include/hal_arch.h: Changed HAL_JMP_BUF_SIZE to | |
| 322 CYGARC_JMP_BUF_SIZE. | |
| 323 | |
| 324 1998-12-14 Gary Thomas <gthomas@cygnus.co.uk> | |
| 325 | |
| 326 * src/hal_misc.c (exception_handler): Change config option | |
| 327 to be consistent "CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS" | |
| 328 | |
| 329 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Set initial | |
| 330 PC for GDB thread info. | |
| 331 | |
| 332 * src/arm_stub.c (__build_t_packet): Fix thread id's which | |
| 333 must be send to GDB in big-endian. | |
| 334 | |
| 335 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 336 | |
| 337 * include/hal_cache.h (HAL_DCACHE_UNLOCK_ALL, | |
| 338 HAL_ICACHE_UNLOCK_ALL): Added. | |
| 339 | |
| 340 1998-12-09 Gary Thomas <gthomas@cygnus.co.uk> | |
| 341 | |
| 342 * src/vectors.S (abort_prefetch): Clean up all exception | |
| 343 handlers (some were just broken). | |
| 344 | |
| 345 * src/hal_misc.c (exception_handler): Improved exception | |
| 346 handling for GDB stubs while accessing memory. | |
| 347 | |
| 348 1998-12-04 Gary Thomas <gthomas@cygnus.co.uk> | |
| 349 | |
| 350 * src/arm_stub.c (target_ins): Finish single step support. | |
| 351 | |
| 352 1998-12-03 Gary Thomas <gthomas@cygnus.co.uk> | |
| 353 | |
| 354 * src/vectors.S (_name): Add undefined instruction handling | |
| 355 (for breakpoint/single step support). Plus some rework and | |
| 356 general cleanup. | |
| 357 | |
| 358 * src/arm_stub.c (single_step): | |
| 359 * include/hal_arch.h (HAL_BREAKPOINT): Make breakpoint use | |
| 360 an illegal instruction rather than SWI. | |
| 361 | |
| 362 1998-12-02 Gary Thomas <gthomas@cygnus.co.uk> | |
| 363 | |
| 364 * src/arm_stub.c (ins_will_execute): Take out debug messages | |
| 365 | |
| 366 * include/pkgconf/hal_arm.h: New file | |
| 367 | |
| 368 * include/arm_stub.h: Add PSR register definitions | |
| 369 | |
| 370 * src/arm_stub.c (single_step): Support single stepping | |
| 371 | |
| 372 1998-12-01 Gary Thomas <gthomas@cygnus.co.uk> | |
| 373 | |
| 374 * src/vectors.S (reset_vector): Rework exception handing to leave | |
| 375 vectors in place unless GDB stubs are included (or started in | |
| 376 user mode via Angel) | |
| 377 | |
| 378 1998-11-26 Gary Thomas <gthomas@cygnus.co.uk> | |
| 379 | |
| 380 * src/vectors.S (_vectors): Rework to handle SWI exception | |
| 381 Changes to make GDB stubs work. | |
| 382 | |
| 383 * src/hal_misc.c (exception_handler): | |
| 384 Save registers in global "_hal_registers" | |
| 385 | |
| 386 * src/PKGconf.mak (COMPILE): Add arm_stub.c | |
| 387 | |
| 388 * include/hal_io.h: Need to include <pkgconf/kernel.h> | |
| 389 | |
| 390 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): | |
| 391 Clean up stack usage - no need for 56 byte padding (PPC holdover) | |
| 392 (HAL_BREAKPOINT): | |
| 393 (HAL_GET_GDB_REGISTERS): | |
| 394 (HAL_SET_GDB_REGISTERS): Clean up for working stubs | |
| 395 | |
| 396 * src/arm_stub.c: New file, GDB stubs support | |
| 397 | |
| 398 1998-11-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 399 | |
| 400 * src/hal_mk_defs.c: Add define for 'HAL_SavedRegisters' | |
| 401 | |
| 402 * include/hal_arch.h: cleanup comments | |
| 403 | |
| 404 * include/basetype.h: cleanup comments | |
| 405 | |
| 406 * src/vectors.S: Improved interrupt stack handling. | |
| 407 | |
| 408 * include/hal_intr.h: Add support for interrupt latency | |
| 409 measurement, controlled by CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY. | |
| 410 | |
| 411 1998-10-16 Bart Veer <bartv@cygnus.co.uk> | |
| 412 | |
| 413 * src/vectors.S (__interrupt_stack): | |
| 414 Made the interrupt stack size configurable. | |
| 415 | |
| 416 //=========================================================================== | |
| 417 //####COPYRIGHTBEGIN#### | |
| 418 // | |
| 419 // ------------------------------------------- | |
| 420 // The contents of this file are subject to the Cygnus eCos Public License | |
| 421 // Version 1.0 (the "License"); you may not use this file except in | |
| 422 // compliance with the License. You may obtain a copy of the License at | |
| 423 // http://sourceware.cygnus.com/ecos | |
| 424 // | |
| 425 // Software distributed under the License is distributed on an "AS IS" | |
| 426 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 427 // License for the specific language governing rights and limitations under | |
| 428 // the License. | |
| 429 // | |
| 430 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 431 // September 30, 1998. | |
| 432 // | |
| 433 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 434 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. | |
| 435 // ------------------------------------------- | |
| 436 // | |
| 437 //####COPYRIGHTEND#### | |
| 438 //=========================================================================== |
