comparison packages/hal/mips/arch/current/ChangeLog @ 10:d3fbcdfa1b2f ecos-sw-1999-05-29

Merge from eCos master repository on 1999-05-29-00:13:11-BST
author jlarmour
date Fri, 28 May 1999 16:43:09 +0000
parents ece80412419a
children 4cc3eff958ab
comparison
equal deleted inserted replaced
9:95cc44ea0068 10:d3fbcdfa1b2f
1 1999-05-28 Nick Garnett <nickg@cygnus.co.uk>
2
3 * src/vectors.S:
4 Removed references to CYG_HAL_STARTUP_STUBS.
5 Removed some defunct code.
6
7 * include/hal_cache.h (HAL_ICACHE_INVALIDATE_ALL): Fixed typo.
8
9 1999-05-27 Nick Garnett <nickg@cygnus.co.uk>
10
11 * src/vectors.S:
12 Move call to hal_diag_intr_start to a more useful place.
13 Added a save of the current state pointer to memory for ctrl-c
14 support. Ensure that exceptions are enabled before calling the ISR
15 to allow breakpoints to function.
16
17 * src/mips-stub.c: Imported asynchronous interrupt support from
18 libstub/cygmon.
19
20 * include/hal_intr.h: Added HAL_DEFAULT_ISR to contain the name of
21 the default ISR.
22
23 * src/hal_misc.c: Added code to call HAL_CTRLC_ISR to default ISR
24 if it is enabled. Added some (disabled) debug code.
25
26 * include/hal_cache.h: Added default implementation of
27 HAL_DCACHE_IS_ENABLED(). Made use of it in some cache macros.
28 Also fixed some typos in some macros.
29
1 1999-05-21 Hugo Tyson <hmt@cygnus.co.uk> 30 1999-05-21 Hugo Tyson <hmt@cygnus.co.uk>
2 31
3 * include/hal_intr.h: Define HAL_INTERRUPT_STACK_BASE and 32 * include/hal_intr.h: Define HAL_INTERRUPT_STACK_BASE and
4 HAL_INTERRUPT_STACK_TOP so that stack usage macros in 33 HAL_INTERRUPT_STACK_TOP so that stack usage macros in
5 kernel/.../stackmon.hxx can work. 34 kernel/.../stackmon.hxx can work.