Mercurial > ecos
annotate packages/hal/powerpc/arch/current/ChangeLog @ 6:d376b777e2ce ecos-sw-1999-05-14
Merge from eCos master repository on 1999-05-14-19:27:43-BST
| author | jlarmour |
|---|---|
| date | Fri, 14 May 1999 12:20:00 +0000 |
| parents | 1d7f19c9e4d1 |
| children | ece80412419a |
| rev | line source |
|---|---|
|
6
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
1 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
|
2 |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
3 * 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
|
4 (rather conservatively) before use. |
|
d376b777e2ce
Merge from eCos master repository on 1999-05-14-19:27:43-BST
jlarmour
parents:
4
diff
changeset
|
5 |
|
4
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
6 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
|
7 |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
8 * src/PKGconf.mak: |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
9 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
|
10 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
|
11 implementations of tail. |
|
1d7f19c9e4d1
Merge from eCos master repository on 1999-05-11-21:11:10-BST
jlarmour
parents:
2
diff
changeset
|
12 |
| 2 | 13 1999-04-19 Jesper Skov <jskov@cygnus.co.uk> |
| 14 PR 19861 | |
| 15 * src/vectors.S (_start): Rewrote the hal_zero_bss code in | |
| 16 assembly. When compiling with -O0 the C function accesses the | |
| 17 previous stack frame upon return, causing a crash. | |
| 18 | |
| 19 1999-04-15 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 20 | |
| 21 * src/powerpc.ld: Define __bss_start/__bss_end around the BSS, and | |
| 22 __sbss_start/__sbss_end around the SBSS | |
| 23 * src/vectors.S (_start): Call C function to clear BSS. | |
| 24 * src/hal_misc.c (hal_zero_bss): Use __bss_end rather than _end when | |
| 25 clearing BSS. Clear SBSS similarly but separately since the MLT | |
| 26 may have them in non-contiguous parts of memory. | |
| 27 | |
| 28 These fix PR 19750 | |
| 29 | |
| 30 1999-04-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 31 | |
| 32 * include/hal_cache.h: Added HAL_xCACHE_IS_ENABLED macros. | |
| 33 | |
| 34 1999-04-14 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 35 | |
| 36 * src/PKGconf.mak (EXTRAS): Don't generate extras.o here any more | |
| 37 But do define EXTRAS every time for the linker script | |
| 38 | |
| 39 1999-04-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 40 | |
| 41 * src/ppc_stub.c: | |
| 42 Moved get_register and put_register to hal_stub.c. | |
| 43 | |
| 44 1999-04-08 John Dallaway <jld@cygnus.co.uk> | |
| 45 | |
| 46 * src/*.ld: Revised SECTION_* macro arguments to | |
| 47 avoid padded output sections (PR 19787) | |
| 48 | |
| 49 1999-04-07 Gary Thomas <gthomas@cygnus.co.uk> | |
| 50 | |
| 51 * include/hal_arch.h (CYGNUM_HAL_STACK_SIZE_xxx): Increase to more | |
| 52 realistic values. PR 19748. | |
| 53 | |
| 54 1999-03-31 Jesper Skov <jskov@cygnus.co.uk> | |
| 55 PR 19741 | |
| 56 * src/vectors.S: | |
| 57 * src/ppc_stub.c (__computeSignal): | |
| 58 Added some comments about the use of MSR/SRR1. Masked out reserved | |
| 59 bits of MSR before restoring it. | |
| 60 | |
| 61 1999-03-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 62 | |
| 63 * include/hal_arch.h: Added stack values. | |
| 64 | |
| 65 1999-03-22 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 66 | |
| 67 * include/ppc_stub.h: Update copyright | |
| 68 | |
| 69 * src/ppc_stub.c: Update copyright | |
| 70 | |
| 71 1999-03-22 Hugo Tyson <hmt@cygnus.co.uk> | |
| 72 | |
| 73 * include/hal_arch.h: | |
| 74 Use CYGNUM_HAL_STACK_SIZE_TYPICAL for the stack size instead of | |
| 75 CYGNUM_HAL_MINIMUM_STACK_SIZE. | |
| 76 | |
| 77 1999-03-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 78 | |
| 79 * tests/intr0.c: | |
| 80 * include/ppc.inc: | |
| 81 * include/hal_arch.h: | |
| 82 Cleaned up some FIX MEs. | |
| 83 | |
| 84 1999-03-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 85 | |
| 86 * include/ppc.inc: Removed exception safety margin. | |
| 87 | |
| 88 1999-03-17 John Dallaway <jld@cygnus.co.uk> | |
| 89 | |
| 90 * src/PKGconf.mak: Remove dependence on echo '-e' switch. | |
| 91 | |
| 92 1999-03-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 93 | |
| 94 * src/hal_misc.c: Moved extern declarations out of function body | |
| 95 to avoid compiler warnings. | |
| 96 | |
| 97 1999-03-12 Jesper Skov <jskov@cygnus.co.uk> | |
| 98 | |
| 99 * include/hal_arch.h (CYGNUM_HAL_MINIMUM_STACK_SIZE): Increased to | |
| 100 2kB for safety. | |
| 101 | |
| 102 * include/ppc.inc: Reduced exception stack frame safety gap | |
| 103 to 64 bytes. | |
| 104 | |
| 105 1999-03-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 106 | |
| 107 * include/hal_arch.h (CYGNUM_HAL_MINIMUM_STACK_SIZE): | |
| 108 Added HAL stack size definition. | |
| 109 | |
| 110 1999-03-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 111 | |
| 112 * include/hal_intr.h (HAL_INTERRUPT_IN_USE): Added. | |
| 113 | |
| 114 1999-03-08 Nick Garnett <nickg@cygnus.co.uk> | |
| 115 | |
| 116 * src/powerpc.ld: | |
| 117 Added alignment before definition of __DEVTAB__. | |
| 118 | |
| 119 1999-03-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 120 | |
| 121 * include/hal_intr.h: Removed workaround. | |
| 122 | |
| 123 1999-03-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 124 | |
| 125 * include/hal_intr.h (cyg_hal_interrupt_set_level): Disable this | |
| 126 function as a temporary workaround to PR 19400. | |
| 127 | |
| 128 1999-03-05 Gary Thomas <gthomas@cygnus.co.uk> | |
| 129 | |
| 130 * src/PKGconf.mak: | |
| 131 * src/powerpc.ld: Clean up I/O package changes. | |
| 132 | |
| 133 1999-03-04 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 134 | |
| 135 * src/powerpc.ld: | |
| 136 Add INPUT(libextras.a), add libextras.a to GROUP() and include | |
| 137 new section for device driver table | |
| 138 | |
| 139 1999-02-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 140 | |
| 141 * include/hal_intr.h: Removed FIX ME. | |
| 142 | |
| 143 1999-02-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 144 | |
| 145 * include/hal_intr.h: | |
| 146 * src/ppc_stub.c (__computeSignal): | |
| 147 Renamed CYGNUM_HAL_HWVECTOR_DECREMENTER to | |
| 148 CYGNUM_HAL_VECTOR_DECREMENTER. | |
| 149 | |
| 150 1999-02-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 151 | |
| 152 * src/vectors.S: | |
| 153 Changed label used to access scheduler lock to one that is not | |
| 154 mangled by C++. This is intended to make support for interrupt | |
| 155 handling in non-kernel configurations easier. | |
| 156 | |
| 157 1999-02-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 158 | |
| 159 * src/ppc_stub.c (__computeSignal): Renamed | |
| 160 CYGNUM_HAL_VECTOR_DECREMENTER to CYGNUM_HAL_HWVECTOR_DECREMENTER. | |
| 161 | |
| 162 1999-02-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 163 | |
| 164 * include/hal_arch.h: | |
| 165 Rename deliver_exception() -> cyg_hal_deliver_exception() | |
| 166 | |
| 167 * include/hal_intr.h: | |
| 168 Reorganise vector/interrupt/exception names according to purpose | |
| 169 Add decoded exception vectors (decoded from PROGRAM exception) | |
| 170 QA improvements | |
| 171 | |
| 172 * include/ppc_regs.h: | |
| 173 Add defines for access to SRR0 and SRR1 registers | |
| 174 | |
| 175 * src/hal_intr.c: | |
| 176 Rename CYG_VECTOR_* according to hal_intr.h changes above | |
| 177 QA improvements | |
| 178 | |
| 179 * src/hal_misc.c: | |
| 180 Decode PROGRAM vector using SSR1 register | |
| 181 QA improvements | |
| 182 | |
| 183 * src/ppc_stub.c: | |
| 184 Rename CYG_VECTOR_* according to hal_intr.h changes above | |
| 185 | |
| 186 * src/quicc_smc.c: | |
| 187 Add a FIX ME | |
| 188 | |
| 189 * src/vectors.S: | |
| 190 Rename exception_handler -> cyg_hal_exception_handler | |
| 191 | |
| 192 * tests/intr0.c: | |
| 193 Rename CYG_VECTOR_* -> CYGNUM_HAL_INTERRUPT_* due to hal_intr.h | |
| 194 changes above | |
| 195 | |
| 196 1999-02-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 197 | |
| 198 * src/ppc_stub.c (__computeSignal): Moved special GDB signal | |
| 199 handling to generic-stub.c. | |
| 200 | |
| 201 1999-02-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 202 | |
| 203 * src/hal_misc.c (hal_default_isr): Always print out vector number | |
| 204 in hal_default_interrupt. | |
| 205 | |
| 206 1999-02-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 207 | |
| 208 * src/vectors.S: Changed set_debug_traps to initialize_stub. | |
| 209 | |
| 210 * src/ppc_stub.c: | |
| 211 * include/ppc_stub.h: | |
| 212 Cleaned up to only include arch specific stub code. | |
| 213 | |
| 214 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 215 | |
| 216 * src/ppc_stub.c: | |
| 217 * src/hal_misc.c: | |
| 218 * src/hal_intr.c: | |
| 219 * src/vectors.S: | |
| 220 * include/ppc_regs.h: | |
| 221 * include/hal_intr.h: | |
| 222 * include/hal_cache.h: | |
| 223 Cleaned up the MPC823/850 code. | |
| 224 | |
| 225 1999-02-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 226 | |
| 227 * include/hal_intr.h (HAL_CLOCK_LATENCY): Return 0 when the result | |
| 228 is due to a bogus timer interrupt. | |
| 229 | |
| 230 1999-02-05 John Dallaway <jld@cygnus.co.uk> | |
| 231 | |
| 232 * src/powerpc.ld: Add LMA_EQ_VMA macro definition. | |
| 233 | |
| 234 1999-01-29 Jesper Skov <jskov@cygnus.co.uk> | |
| 235 | |
| 236 * src/hal_misc.c: | |
| 237 * src/ppc_stub.c: | |
| 238 * src/vectors.S: | |
| 239 * include/ppc_regs.h: | |
| 240 * include/hal_intr.h: | |
| 241 * include/hal_cache.h: | |
| 242 Added MPC823/850 support. Some of it needs cleaning up a bit. | |
| 243 | |
| 244 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 245 PR 18879 | |
| 246 * include/quicc_smc.h: | |
| 247 * src/quicc_smc.c: | |
| 248 Fix compiler warnings. | |
| 249 | |
| 250 1999-01-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 251 | |
| 252 * include/quicc_smc.h: | |
| 253 * src/ppc_860.h: | |
| 254 * src/quicc_smc.c: | |
| 255 Added UNSUPPORTED headers. | |
| 256 | |
| 257 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 258 | |
| 259 * src/hal_misc.c (cyg_hal_invoke_constructors): | |
| 260 Add code to deal with CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG | |
| 261 Tidy up and update description header | |
| 262 Shorten needlessly long lines | |
| 263 | |
| 264 * src/vectors.S: | |
| 265 Remove all traces of non-CYG_KERNEL_USE_INIT_PRIORITY code | |
| 266 Tidy up and update description header | |
| 267 Shorten needlessly long lines | |
| 268 | |
| 269 1999-01-21 Jesper Skov <jskov@cygnus.co.uk> | |
| 270 Merge with FADS branch. | |
| 271 | |
| 272 1998-12-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 273 | |
| 274 * src/ppc_860.h: Added as private header. | |
| 275 | |
| 276 * src/PKGconf.mak (COMPILE): Added quicc_smc.c. | |
| 277 | |
| 278 * include/quicc_smc.h: Prefix exported names with cyg_. | |
| 279 | |
| 280 * src/quicc_smc.c: Use ppc_860.h as a private header. | |
| 281 Made all but the necessary functions static. Prefixed the rest | |
| 282 with cyg_. | |
| 283 Moved the RS232 interface enabling here from hal_diag since it | |
| 284 is apparently required by both hal_stub and hal_diag. | |
| 285 | |
| 286 1999-01-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 287 | |
| 288 * src/powerpc.ld (SECTION_bss): Added align statement. | |
| 289 | |
| 290 1999-01-20 Jesper Skov <jskov@cygnus.co.uk> | |
| 291 | |
| 292 * src/vectors.S: Changed _STUB to _STUBS. | |
| 293 | |
| 294 1999-01-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 295 | |
| 296 * src/vectors.S: | |
| 297 * src/hal_misc.c (hal_enable_caches): | |
| 298 Also support HAL_STARTUP_STUB. | |
| 299 | |
| 300 1999-01-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 301 | |
| 302 * src/hal_misc.c: | |
| 303 * src/hal_intr.c: | |
| 304 Move external declarations out of functions. | |
| 305 | |
| 306 1999-01-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 307 | |
| 308 * src/vectors.S (_start): Copy data to RAM before calling C | |
| 309 functions (or "don't initialize the MMU with random data"). | |
| 310 | |
| 311 * src/hal_misc.c: ROM is cache inhibited. | |
| 312 | |
| 313 1999-01-13 Gary Thomas <gthomas@cygnus.co.uk> | |
| 314 | |
| 315 * include/basetype.h: CYG_DOUBLE_BYTEORDER now in <infra/cyg_type.h> | |
| 316 | |
| 317 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 318 | |
| 319 * include/basetype.h (CYG_DOUBLE_BYTEORDER): Define ordering | |
| 320 for words within double. | |
| 321 | |
| 322 1999-01-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 323 | |
| 324 * include/hal_io.h: Fixed indentation. | |
| 325 | |
| 326 1999-01-05 Jesper Skov <jskov@cygnus.co.uk> | |
| 327 | |
| 328 * include/hal_intr.h (HAL_CLOCK_RESET): Undid below change; | |
| 329 doesn't always work. | |
| 330 | |
| 331 1998-12-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 332 | |
| 333 * include/hal_intr.h (HAL_CLOCK_RESET): Add rather than store to | |
| 334 avoid wall-clock drift. | |
| 335 | |
| 336 1998-12-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 337 | |
| 338 * src/vectors.S: Cleaned up code to use r14/r15 during | |
| 339 interrupt/exception handling, which is necessary to support | |
| 340 -msdata. | |
| 341 Put hal tables in sdata section when smaller than threshold. | |
| 342 | |
| 343 1998-12-11 Jesper Skov <jskov@cygnus.co.uk> | |
| 344 | |
| 345 * include/hal_cache.h: Defined three more macros. | |
| 346 | |
| 347 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 348 | |
| 349 * include/hal_cache.h: Defined three more macros. | |
| 350 | |
| 351 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 352 | |
| 353 * src/vectors.S: Make the program exception jump to ROM if no GDB | |
| 354 stub was configured. | |
| 355 | |
| 356 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 357 | |
| 358 * include/hal_cache.h: Added HAL_ICACHE_UNLOCK_ALL and | |
| 359 HAL_DCACHE_UNLOCK_ALL for sim (unused). | |
| 360 | |
| 361 1998-12-10 Jesper Skov <jskov@cygnus.co.uk> | |
| 362 | |
| 363 * include/hal_cache.h: Defined cache locking macros. Changed | |
| 364 invalidate macros not to unlock. | |
| 365 | |
| 366 * include/ppc_regs.h: Added some instruction cache definitions. | |
| 367 | |
| 368 * src/hal_misc.c (hal_enable_caches): Unlock caches before | |
| 369 invalidating. | |
| 370 | |
| 371 1998-12-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 372 | |
| 373 * src/hal_misc.c (hal_enable_caches): Don't enable caches when | |
| 374 configured for ROM. | |
| 375 | |
| 376 1998-12-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 377 | |
| 378 * include/ppc_regs.h: TBx_W are SPR registers. | |
| 379 | |
| 380 * src/vectors.S (_init_CPU, _start): Added a few sync instructions. | |
| 381 | |
| 382 1998-12-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 383 | |
| 384 * include/ppc_regs.h (CYGARC_REG_IMM_OR_CSNT): Fixed typo. | |
| 385 | |
| 386 1998-12-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 387 | |
| 388 * include/ppc_regs.h: Added more definitions. | |
| 389 | |
| 390 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 391 | |
| 392 * src/vectors.S (_init_CPU): Proper solution to the problem of | |
| 393 MMU/cache initialization. | |
| 394 | |
| 395 1998-12-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 396 | |
| 397 * src/vectors.S (_start): Map RAM before accessing it. Only | |
| 398 disable MMU just before (re)programming it. | |
| 399 | |
| 400 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 401 | |
| 402 * src/hal_intr.c: | |
| 403 * src/hal_intr.cxx: | |
| 404 * src/PKGconf.mak: | |
| 405 Renamed hal_intr.cxx to hal_intr.c. | |
| 406 | |
| 407 1998-12-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 408 | |
| 409 * tests/intr0.c: Improved somewhat. Also fixes PR 18440. | |
| 410 | |
| 411 * src/hal_intr.cxx: | |
| 412 * src/PKGconf.mak: | |
| 413 Added hal_intr.cxx. | |
| 414 | |
| 415 * include/ppc_regs.h: More register definitions. | |
| 416 | |
| 417 * include/hal_intr.h: Handle decrementer in HAL_INTERRUPT_ mask | |
| 418 and configure macros. | |
| 419 Added declarations for interrupt arbiters. | |
| 420 | |
| 421 1998-12-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 422 PR 18425 | |
| 423 | |
| 424 * src/vectors.S: | |
| 425 * include/ppc_regs.h: | |
| 426 * include/hal_intr.h: | |
| 427 Prefixed remaining definitions used by hal_intr.h. | |
| 428 | |
| 429 * include/hal_intr.h: | |
| 430 Added more definitions. Fixed wrong TBx_R values. | |
| 431 | |
| 432 1998-12-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 433 | |
| 434 * tests/PKGconf.mak: | |
| 435 * tests/intr0.c: | |
| 436 First simple test of 860 specific interrupt handling. | |
| 437 | |
| 438 * src/vectors.S (__default_interrupt_vsr): Don't shift decoded | |
| 439 vector number. | |
| 440 | |
| 441 * src/hal_misc.c (hal_clear_MMU): Added. | |
| 442 (hal_MMU_init): Call hal_clear_MMU to ensure a sane MMU state. | |
| 443 | |
| 444 * include/ppc_regs.h: Added even more definitions. | |
| 445 | |
| 446 * include/hal_intr.h: Fixed interrupt functions to deal with | |
| 447 interleaved IRQ/LVL vectors. | |
| 448 | |
| 449 1998-11-30 Jesper Skov <jskov@cygnus.co.uk> | |
| 450 | |
| 451 * src/vectors.S (__default_interrupt_vsr): Always call | |
| 452 cyg_hal_gdb_isr when GDB_BREAK support is enabled. | |
| 453 Added comment about nesting. | |
| 454 | |
| 455 1998-11-30 Jesper Skov <jskov@cygnus.co.uk> | |
| 456 | |
| 457 * include/ppc_regs.h: Added a few more definitions. | |
| 458 | |
| 459 * src/vectors.S (decode_interrupt): Added 1st level arbitration | |
| 460 for MPC860. | |
| 461 | |
| 462 * include/hal_intr.h: Added (properly ordered) LVL vectors. | |
| 463 Changed if/else to switch/case. | |
| 464 Added configuration of priorities/level. | |
| 465 | |
| 466 1998-11-30 Jesper Skov <jskov@cygnus.co.uk> | |
| 467 | |
| 468 * src/vectors.S (decode_interrupt): Update the vector in the state | |
| 469 frame. | |
| 470 | |
| 471 1998-11-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 472 | |
| 473 * include/ppc_regs.h: Added more 860 IMM registers. | |
| 474 | |
| 475 * include/hal_io.h: Changed HAL_IO_BARRIER so it can be used from | |
| 476 C++. | |
| 477 | |
| 478 * include/hal_intr.h: First part of 860 interrupt controller | |
| 479 support. | |
| 480 | |
| 481 * src/vectors.S: | |
| 482 * include/hal_intr.h: | |
| 483 Exchanged extern and decrementer interrupt ISR vectors to allow | |
| 484 more sensible extension. | |
| 485 | |
| 486 1998-11-27 Jesper Skov <jskov@cygnus.co.uk> | |
| 487 | |
| 488 * src/hal_misc.c: The memory map descriptor table is now weakly | |
| 489 defined so applications can override it. | |
| 490 | |
| 491 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 492 | |
| 493 * include/ppc_regs.h: | |
| 494 * src/hal_misc.c (hal_map_memory): | |
| 495 Added handling of Guarded attribute. | |
| 496 | |
| 497 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 498 | |
| 499 * include/hal_arch.h: Added definition for magic constant. | |
| 500 | |
| 501 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 502 | |
| 503 * src/vectors.S: | |
| 504 * include/hal_arch.h: | |
| 505 * include/ppc.inc: | |
| 506 Moved SPR definitions to ppc_regs.h. | |
| 507 | |
| 508 1998-11-26 Jesper Skov <jskov@cygnus.co.uk> | |
| 509 | |
| 510 * src/vectors.S: | |
| 511 * src/ppc_stub.c: | |
| 512 * src/hal_misc.c: | |
| 513 Changes due to ppc_regs.h cleanup. | |
| 514 | |
| 515 * src/ppc_stub.h: Added convenience definition for SP register. | |
| 516 | |
| 517 * include/ppc_regs.h: Got rid of GDB register definitions. | |
| 518 Cleaned up a bit. | |
| 519 | |
| 520 * include/ppc_regs.h: | |
| 521 * include/hal_cache.h: | |
| 522 Prefixed register names with CYGARC_REG_ to avoid name space | |
| 523 pollution. | |
| 524 | |
| 525 * include/hal_arch.h: | |
| 526 * src/context.S: | |
| 527 Replaced magic constants in jmpbuf with defines. | |
| 528 | |
| 529 1998-11-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 530 | |
| 531 * src/vectors.S (__start): Got rid of a few magic constants. | |
| 532 | |
| 533 * include/hal_intr.h (HAL_CLOCK_INITIALIZE, | |
| 534 HAL_CLOCK_RESET): Cleaned up a bit. | |
| 535 | |
| 536 * include/ppc_regs.h: Added DC_ADR_ and TBU/TBL macros. | |
| 537 | |
| 538 * include/hal_cache.h: Got rid of a few magic constants. | |
| 539 Changed types in cyg_memdesc_t. | |
| 540 * src/hal_misc.c (hal_map_memory): Changed argument types. | |
| 541 | |
| 542 * include/hal_arch.h: Changed a few comments. | |
| 543 | |
| 544 1998-11-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 545 | |
| 546 * src/vectors.S: Cleaned up CYG_MSR definition. | |
| 547 | |
| 548 * src/hal_misc.c (mem_map): Added mapping for SIM. | |
| 549 (hal_map_memory): Added 603 BAT mapping. | |
| 550 | |
| 551 * include/ppc_regs.h: Added definitions for BATs. | |
| 552 | |
| 553 1998-11-19 Jesper Skov <jskov@cygnus.co.uk> | |
| 554 | |
| 555 * include/ppc_regs.h: | |
| 556 * include/hal_cache.h: | |
| 557 Use operand constants to pass macro values to assembly code. | |
| 558 | |
| 559 1998-11-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 560 | |
| 561 * src/context.S: | |
| 562 * include/ppc.inc: | |
| 563 * include/hal_arch.h: | |
| 564 Improved GDB thread info output by making a context switch frame | |
| 565 look like an exception/interrupt frame. | |
| 566 | |
| 567 1998-11-18 Gary Thomas <gthomas@cygnus.co.uk> | |
| 568 | |
| 569 * include/hal_intr.h: Add support for interrupt latency | |
| 570 measurements, controlled by CYGVAR_KERNEL_COUNTERS_CLOCK_LATENCY. | |
| 571 | |
| 572 1998-11-18 Jesper Skov <jskov@cygnus.co.uk> | |
| 573 | |
| 574 * include/ppc.inc: Renamed CYG_HAL_POWERPC_MP860 to | |
| 575 CYG_HAL_POWERPC_MPC860. | |
| 576 | |
| 577 1998-11-17 Jesper Skov <jskov@cygnus.co.uk> | |
| 578 | |
| 579 * hal/powerpc/arch/current/include/hal_cache.h | |
| 580 * hal/powerpc/arch/current/include/hal_intr.h | |
| 581 * hal/powerpc/arch/current/include/ppc_regs.h | |
| 582 * hal/powerpc/arch/current/src/hal_misc.c | |
| 583 * hal/powerpc/arch/current/src/ppc_stub.c | |
| 584 * hal/powerpc/arch/current/src/vectors.S | |
| 585 Renamed CYG_HAL_POWERPC_MP860 to CYG_HAL_POWERPC_MPC860. | |
| 586 | |
| 587 1998-11-16 Jesper Skov <jskov@cygnus.co.uk> | |
| 588 | |
| 589 * src/vectors.S: | |
| 590 * include/hal_intr.h: | |
| 591 Added vector translation. | |
| 592 | |
| 593 * src/vectors.S: Use r14 instead of r15 in interrupt handler. | |
| 594 | |
| 595 1998-11-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 596 | |
| 597 * include/hal_cache.h: Added memory mapping structure. | |
| 598 | |
| 599 * src/hal_misc.c (hal_MMU_init): Cleaned up memory mapping. | |
| 600 | |
| 601 1998-11-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 602 | |
| 603 * src/hal_misc.c (hal_enable_caches): Also disable serialization. | |
| 604 | |
| 605 * include/ppc_regs.h: Added more register definitions. | |
| 606 | |
| 607 1998-11-06 Jesper Skov <jskov@cygnus.co.uk> | |
| 608 | |
| 609 * src/vectors.S: Don't enable MMU when target is SIM. Caches are | |
| 610 not used anyway, and there's a serious performance hit. | |
| 611 (added comment). | |
| 612 | |
| 613 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 614 | |
| 615 * include/hal_cache.h: Proper separation of SIM and MPC860 cache | |
| 616 defines. | |
| 617 | |
| 618 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 619 | |
| 620 * src/ppc_stub.c (cyg_hal_gdb_interrupt, | |
| 621 cyg_hal_gdb_remove_break): Add cache flushes after fiddling with | |
| 622 the program data. | |
| 623 | |
| 624 * src/vectors.S (__default_interrupt_vsr, | |
| 625 __default_exception_vsr): Enable MMU on entry. | |
| 626 | |
| 627 1998-11-04 Jesper Skov <jskov@cygnus.co.uk> | |
| 628 | |
| 629 * src/vectors.S: Make calls to MMU init function and cache | |
| 630 enabling function. Enable MMU. | |
| 631 | |
| 632 * src/hal_misc.c (hal_map_memory, hal_MMU_init, | |
| 633 hal_enable_caches): Added. | |
| 634 | |
| 635 * include/ppc_regs.h: Added MMU register definitions. | |
| 636 | |
| 637 * include/hal_cache.h: Enabled cache macros and made them work | |
| 638 properly. | |
| 639 | |
| 640 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 641 | |
| 642 * include/ppc_stub.h: | |
| 643 * src/ppc_stub.c (cyg_hal_gdb_interrupt, | |
| 644 cyg_hal_gdb_remove_break): New names for the new GDB BREAK support | |
| 645 functions. | |
| 646 | |
| 647 1998-11-02 Jesper Skov <jskov@cygnus.co.uk> | |
| 648 | |
| 649 * src/vectors.S (__default_interrupt_vsr): Fill r15 before doing | |
| 650 cyg_hal_gdb_isr call, or it might be skipped. | |
| 651 cyg_hal_gdb_isr now takes PC as first argument. | |
| 652 | |
| 653 * src/ppc_stub.c: | |
| 654 * src/ppc_stub.h: | |
| 655 Added proper GDB interrupt support. | |
| 656 | |
| 0 | 657 1998-10-27 Jesper Skov <jskov@cygnus.co.uk> |
| 658 | |
| 659 * src/vectors.S: Also save registers 13-15 in minimum context for | |
| 660 convenience. | |
| 661 | |
| 662 1998-10-25 Jesper Skov <jskov@cygnus.co.uk> | |
| 663 | |
| 664 * src/vectors.S: Removed pkgconf/kernel.h include fix-me. | |
| 665 | |
| 666 1998-10-23 Jesper Skov <jskov@cygnus.co.uk> | |
| 667 | |
| 668 * include/ppc_stub.h: Include generic-stub.h from hal. | |
| 669 | |
| 670 Fri Oct 23 04:47:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 671 | |
| 672 * include/hal_cache.h: | |
| 673 Include HAL configuration file to be sure we get all the right | |
| 674 defines. This is a potential problem, that I had thought may be | |
| 675 the cause of PR 17839, but that turned out to be a config tool | |
| 676 problem | |
| 677 | |
| 678 1998-10-16 Bart Veer <bartv@cygnus.co.uk> | |
| 679 | |
| 680 * src/vectors.S (__interrupt_stack): | |
| 681 Made the interrupt stack size configurable. | |
| 682 | |
| 683 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 684 | |
| 685 * src/ppc_stub.c (__computeSignal): Use SIGSYS for 'sc' | |
| 686 exceptions. | |
| 687 | |
| 688 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 689 PR 17808 | |
| 690 | |
| 691 * include/hal_arch.h (HAL_JMP_BUF_SIZE): Increased to 23. | |
| 692 | |
| 693 * src/context.S (hal_setjmp, hal_longjmp): Also save CR[2-4]. | |
| 694 | |
| 695 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 696 | |
| 697 * src/vectors.S: CYGDBG_KERNEL_DEBUG_GDB_INCLUDE_STUBS changed to | |
| 698 CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS. | |
| 699 | |
| 700 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 701 | |
| 702 * src/ppc_stub.c: Replaced include <signal.h> with SIGxxx | |
| 703 definitions. | |
| 704 | |
| 705 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 706 | |
| 707 * src/ppc_stub.c: Graceful error if attempted compiled for | |
| 708 simulator. | |
| 709 Also do proper include of dbg-threads-api.h. | |
| 710 | |
| 711 * src/vectors.S: Changed CYG_HAL_GDB_BREAK to | |
| 712 CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT. | |
| 713 | |
| 714 1998-10-15 Jesper Skov <jskov@cygnus.co.uk> | |
| 715 | |
| 716 * src/ppc_stub.c (single_step, clear_single_step): Disable | |
| 717 interrupts when doing a single-step. | |
| 718 | |
| 719 1998-10-14 Nick Garnett <nickg@cygnus.co.uk> | |
| 720 | |
| 721 * include/hal_io.h: | |
| 722 * src/ppc_stub.c: | |
| 723 * src/hal_misc.c: | |
| 724 Minor modifications to permit building without kernel. | |
| 725 | |
| 726 1998-10-14 Jesper Skov <jskov@cygnus.co.uk> | |
| 727 | |
| 728 * include/hal_intr.h (HAL_QUERY_INTERRUPTS): Fixed to do the right | |
| 729 thing. | |
| 730 | |
| 731 1998-10-13 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 732 | |
| 733 * src/ppc_stub.c: | |
| 734 * src/hal_misc.c: | |
| 735 Added thread support. Primarily a change in the way registers are | |
| 736 accessed. | |
| 737 | |
| 738 * include/hal_arch.h (HAL_GET_GDB_REGISTERS, | |
| 739 HAL_SET_GDB_REGISTERS): Added a few more registers. | |
| 740 | |
| 741 1998-10-12 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 742 | |
| 743 * Reverted below to avoid problems with test farm. Waiting for | |
| 744 approval of other diffs. | |
| 745 | |
| 746 1998-10-12 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 747 | |
| 748 * src/ppc_stub.c: | |
| 749 * src/hal_misc.c: | |
| 750 Added thread support. Primarily a change in the way registers are | |
| 751 accessed. | |
| 752 | |
| 753 * include/hal_arch.h (HAL_GET_GDB_REGISTERS, | |
| 754 HAL_SET_GDB_REGISTERS): Added a few more registers. | |
| 755 | |
| 756 1998-10-12 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 757 | |
| 758 * include/ppc_stub.h: Added CYGONCE protection. | |
| 759 Fixed warning. | |
| 760 | |
| 761 1998-10-09 Jesper Skov <jskov@cygnus.co.uk> | |
| 762 | |
| 763 * include/hal_intr.h: Added HAL_TRANSLATE_VECTOR. | |
| 764 | |
| 765 1998-10-08 Jesper Skov <jskov@cygnus.co.uk> | |
| 766 | |
| 767 * src/vectors.S: Protect kernel.h inclusion by CYGPKG_KERNEL. | |
| 768 | |
| 769 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 770 | |
| 771 * include/hal_arch.h | |
| 772 * include/ppc_regs.h | |
| 773 * src/hal_misc.c | |
| 774 Changed /**/ comments to //. | |
| 775 | |
| 776 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 777 | |
| 778 * src/makefile: Removed. | |
| 779 | |
| 780 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 781 | |
| 782 * include/basetype.h: | |
| 783 * include/hal_arch.h: | |
| 784 * include/hal_cache.h: | |
| 785 * include/hal_intr.h: | |
| 786 * include/hal_io.h: | |
| 787 * include/ppc_regs.h: | |
| 788 * include/pkgconf/hal_powerpc.h: | |
| 789 * src/context.S: | |
| 790 * src/hal_misc.c: | |
| 791 * src/vectors.S: | |
| 792 Expanded TABs. | |
| 793 | |
| 794 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 795 | |
| 796 * src/vectors.S: Added GDB interrupt support. | |
| 797 Call GDB stub init at startup. | |
| 798 | |
| 799 1998-10-08 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 800 | |
| 801 * include/ppc_regs.h: Added defines for Internal Memory Map. Added | |
| 802 CYGONCE protection. | |
| 803 | |
| 804 1998-10-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 805 | |
| 806 * include/hal_io.h: Enforce in-order IO. | |
| 807 | |
| 808 1998-10-01 Jesper Skov <jskov@cygnus.co.uk> | |
| 809 | |
| 810 * src/vectors.S (_start): Comment change. | |
| 811 | |
| 812 * include/hal_intr.h: Added empty HAL_INTERRUPT_SET_LEVEL macro. | |
| 813 | |
| 814 Thu Sep 17 17:40:01 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 815 | |
| 816 * src/vectors.S: Simulator does not support DER register. | |
| 817 | |
| 818 1998-09-14 Bart Veer <bartv@cygnus.co.uk> | |
| 819 | |
| 820 * src/PKGconf.mak: | |
| 821 Made vectors.o dependent on the various files that can contain | |
| 822 makefile variables or rules. This is needed after changes to | |
| 823 pkgconf.tcl for PRs 17195 and 17286. | |
| 824 | |
| 825 1998-09-12 Bart Veer <bartv@cygnus.co.uk> | |
| 826 | |
| 827 * include/pkgconf/hal_powerpc.h: | |
| 828 Added missing descriptions (PR 17184) | |
| 829 | |
| 830 * src/hal_misc.c (exception_handler): | |
| 831 Sort out exception handling options (PR 16953) | |
| 832 | |
| 833 Fri Sep 4 12:03:54 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 834 | |
| 835 * src/context.S: Always save/restore CR as the compiler may only | |
| 836 do a partial restore. | |
| 837 | |
| 838 Thu Sep 3 10:12:46 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 839 | |
| 840 * include/hal_cache.h: Replaced CACHE macros with dummies. The | |
| 841 errata for the revision A.2 MPC860 is pretty grim wrt cache side | |
| 842 effects. | |
| 843 | |
| 844 * include/hal_cache.h: | |
| 845 * include/hal_io.h: | |
| 846 * include/hal_arch.h: | |
| 847 * include/hal_intr.h: | |
| 848 Wrapped multi-line macros with CYG_MACRO_START/END. | |
| 849 | |
| 850 1998-09-02 Bart Veer <bartv@cygnus.co.uk> | |
| 851 | |
| 852 * include/pkgconf/hal_powerpc.h: | |
| 853 New header file for architecture-specific configuration options | |
| 854 | |
| 855 * tests/PKGconf.mak: | |
| 856 * src/PKGconf.mak: | |
| 857 Sort out package naming conventions. | |
| 858 | |
| 859 1998-09-01 Nick Garnett <nickg@cygnus.co.uk> | |
| 860 | |
| 861 * include/hal_intr.h: | |
| 862 Added CYG_VSR_COUNT, CYG_EXCEPTION_COUNT and CYG_ISR_COUNT. | |
| 863 | |
| 864 Tue Sep 1 14:43:48 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 865 | |
| 866 * include/hal_cache.h (HAL_DCACHE_SYNC): Write data in the cache | |
| 867 back to memory. | |
| 868 (HAL_ICACHE_SYNC): Do nothing. | |
| 869 | |
| 870 Tue Sep 1 10:26:10 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 871 | |
| 872 * src/hal_misc.c: Define empty __eabi to override compiler | |
| 873 generated version of the same. | |
| 874 | |
| 875 Mon Aug 31 16:32:34 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 876 | |
| 877 * src/hal_misc.c (cyg_hal_invoke_constructors): Renamed from | |
| 878 __eabi. | |
| 879 | |
| 880 Mon Aug 31 16:31:18 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 881 | |
| 882 * src/vectors.S (_start): Call C++ constructors. | |
| 883 | |
| 884 Mon Aug 31 15:32:22 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 885 | |
| 886 * src/vectors.S (__default_interrupt_vsr): Added config options: | |
| 887 CYGFUN_HAL_COMMON_KERNEL_SUPPORT and | |
| 888 CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK. | |
| 889 (restore_state): Moved from bottom of __default_exception_vsr to | |
| 890 bottom of __default_interrupt_vsr. | |
| 891 | |
| 892 Mon Aug 31 13:33:04 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 893 | |
| 894 * src/ppc_stub.c (__computeSignal): Added handling of MC860 | |
| 895 specific exceptions. | |
| 896 Made VECTOR_PROGRAM decode actual exception type. | |
| 897 | |
| 898 * include/hal_intr.h: Defined MC860 specific vectors. | |
| 899 | |
| 900 Mon Aug 31 10:12:44 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 901 | |
| 902 * src/hal_misc.c: | |
| 903 * src/vectors.S: | |
| 904 Added ha_default_isr. | |
| 905 | |
| 906 * include/hal_cache.h: | |
| 907 * include/ppc_regs.h: | |
| 908 Defined HAL_DCACHE_x macros. | |
| 909 | |
| 910 * include/hal_arch.h: | |
| 911 * src/hal_misc: | |
| 912 Added hal_idle_thread_action. | |
| 913 | |
| 914 1998-08-28 Bart Veer <bartv@cygnus.co.uk> | |
| 915 | |
| 916 * src/vectors.S, src/context.S, src/hal_misc.c, src/ppc_stub.c, | |
| 917 include/hal_intr.h : | |
| 918 Updated for new kernel configuration option symbol names | |
| 919 | |
| 920 Fri Aug 28 17:55:46 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 921 | |
| 922 * src/vectors.S: Added some more comments. | |
| 923 (_start): Disable 860 "Development Support" as it breaks PowerPC | |
| 924 standard single-stepping exceptions. | |
| 925 | |
| 926 * src/ppc_stub.c: Handle single-step exceptions properly. Also | |
| 927 enable exception-after-branch. | |
| 928 | |
| 929 Fri Aug 28 17:41:34 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 930 | |
| 931 * include/ppc_regs.h: Added some more definitions. | |
| 932 | |
| 933 * include/hal_cache.h: Defined HAL_ICACHE_x macros. | |
| 934 | |
| 935 * include/hal_arch.h (HAL_BREAKINST): Use same opcode as GDB. | |
| 936 | |
| 937 Fri Aug 28 10:11:06 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 938 | |
| 939 * src/vectors.S (_start): | |
| 940 Change call of main() to cyg_start(), and change comments | |
| 941 accordingly. Definitely never call exit(). | |
| 942 | |
| 943 Thu Aug 27 15:30:27 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 944 | |
| 945 * include/ppc_stub.h (REGSIZE): Floats are 64 bit. | |
| 946 | |
| 947 Thu Aug 27 13:58:16 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 948 | |
| 949 * src/hal_misc.c: Removed GDB C-C stuff again. | |
| 950 | |
| 951 Wed Aug 26 16:05:53 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 952 | |
| 953 * src/hal_misc.c (hal_ctrlc_isr, hal_init_ctrlc_intr): | |
| 954 Added GDB C-C support (temporary location). | |
| 955 | |
| 956 Wed Aug 26 15:12:31 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 957 | |
| 958 * src/hal_misc.c (__eabi): Changed to match the constructor table | |
| 959 generated by the linker script. | |
| 960 | |
| 961 Wed Aug 26 09:38:07 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 962 | |
| 963 * include/hal_arch.h (HAL_GET_GDB_REGISTERS): Fixed typo. | |
| 964 (HAL_SET_GDB_REGISTERS): Same. | |
| 965 | |
| 966 1998-08-25 Nick Garnett <nickg@cygnus.co.uk> | |
| 967 | |
| 968 * src/vectors.S: | |
| 969 Now pass pointer to saved registers as third argument to | |
| 970 interrupt_end(). | |
| 971 | |
| 972 * include/hal_arch.h: | |
| 973 Added macros to support GDB. | |
| 974 | |
| 975 Tue Aug 25 16:57:27 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 976 | |
| 977 * src/ppc_stub.c: Comment changes. | |
| 978 | |
| 979 Tue Aug 25 11:11:49 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 980 | |
| 981 * include/hal_intr.h (HAL_INTERRUPT_ATTACH): Added cast to avoid | |
| 982 compiler warning. | |
| 983 | |
| 984 Tue Aug 25 11:08:00 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 985 | |
| 986 * include/hal_arch.h (HAL_REORDER_BARRIER): Added side effect to | |
| 987 "memory". | |
| 988 | |
| 989 Mon Aug 24 13:15:07 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 990 | |
| 991 * include/ppc_stub.h: Corrected NUMREGS. | |
| 992 | |
| 993 Mon Aug 24 11:14:08 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 994 | |
| 995 * src/vectors.S (__default_exception_vsr): Don't access register | |
| 996 hid0. | |
| 997 | |
| 998 Mon Aug 24 10:37:04 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 999 | |
| 1000 * src/vectors.S (_start): Removed non-functional OCD control. | |
| 1001 | |
| 1002 1998-08-21 Nick Garnett <nickg@cygnus.co.uk> | |
| 1003 | |
| 1004 * include/hal_cache.h: | |
| 1005 Now includes cyg_type.h rather than ktypes.h. | |
| 1006 | |
| 1007 Thu Aug 20 17:43:50 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1008 | |
| 1009 * src/vectors.S: Disable OCD control to allow debugging of gdb | |
| 1010 stub. | |
| 1011 | |
| 1012 * src/vectors.S: Temporary stack definition. | |
| 1013 | |
| 1014 Thu Aug 20 17:37:10 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1015 | |
| 1016 * src/hal_misc.c: Added GDB stub support. | |
| 1017 | |
| 1018 * include/ppc.inc: Added some 860 register definitions. | |
| 1019 | |
| 1020 * include/hal_arch.h: Added breakpoint stuff. | |
| 1021 | |
| 1022 Thu Aug 20 16:07:03 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1023 | |
| 1024 * src/PKGconf.mak: Include GDB support files. | |
| 1025 | |
| 1026 Thu Aug 20 16:00:21 1998 Jesper Skov <jskov@lassi.cygnus.co.uk> | |
| 1027 | |
| 1028 * include/ppc_stub.h: | |
| 1029 * include/ppc_regs.h: | |
| 1030 * src/ppc_stub.c: | |
| 1031 Added for GDB support. | |
| 1032 | |
| 1033 Tue Aug 18 18:44:00 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1034 | |
| 1035 * include/hal_intr.h: | |
| 1036 * include/hal_arch.h: | |
| 1037 Use cyg_type.h rather than ktypes.h. | |
| 1038 | |
| 1039 Tue Aug 18 18:38:43 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1040 | |
| 1041 * include/basetype.h: Fixed typo. | |
| 1042 | |
| 1043 1998-08-18 Nick Garnett <nickg@cygnus.co.uk> | |
| 1044 | |
| 1045 * src/context.S: | |
| 1046 * src/hal_misc.c: | |
| 1047 * include/hal_intr.h: | |
| 1048 * src/vectors.S: | |
| 1049 Now uses hal.h rather than kernel.h. | |
| 1050 | |
| 1051 Mon Aug 17 16:23:46 1998 Jesper Skov <jskov@cygnus.co.uk> | |
| 1052 | |
| 1053 * include/hal_intr.h (HAL_DISABLE_INTERRUPTS): Fix MACRO line | |
| 1054 continuation. | |
| 1055 (HAL_RESTORE_INTERRUPTS): Same. | |
| 1056 | |
| 1057 //=========================================================================== | |
| 1058 //####COPYRIGHTBEGIN#### | |
| 1059 // | |
| 1060 // ------------------------------------------- | |
| 1061 // The contents of this file are subject to the Cygnus eCos Public License | |
| 1062 // Version 1.0 (the "License"); you may not use this file except in | |
| 1063 // compliance with the License. You may obtain a copy of the License at | |
| 1064 // http://sourceware.cygnus.com/ecos | |
| 1065 // | |
| 1066 // Software distributed under the License is distributed on an "AS IS" | |
| 1067 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | |
| 1068 // License for the specific language governing rights and limitations under | |
| 1069 // the License. | |
| 1070 // | |
| 1071 // The Original Code is eCos - Embedded Cygnus Operating System, released | |
| 1072 // September 30, 1998. | |
| 1073 // | |
| 1074 // The Initial Developer of the Original Code is Cygnus. Portions created | |
| 2 | 1075 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved. |
| 0 | 1076 // ------------------------------------------- |
| 1077 // | |
| 1078 //####COPYRIGHTEND#### | |
| 1079 //=========================================================================== |
