comparison packages/hal/mips/arch/current/ChangeLog @ 18:7253dcc42a09 ecos-sw-1999-06-25

Merge from eCos master repository on 1999-06-25-15:31:50-BST
author jlarmour
date Fri, 25 Jun 1999 08:28:05 +0000
parents 4f2df4ab82c8
children 306eee292492
comparison
equal deleted inserted replaced
17:a658ec000d9f 18:7253dcc42a09
1 1999-06-25 Nick Garnett <nickg@cygnus.co.uk>
2
3 * include/arch.inc:
4 * include/hal_arch.h:
5 Added initializer for FPU FSR register.
6
7 1999-06-22 Nick Garnett <nickg@cygnus.co.uk>
8
9 * src/hal_misc.c (hal_default_isr): When chaining, always try the
10 ctrlc ISR, the passed-in vector number can be bogus.
11
12 1999-06-18 Nick Garnett <nickg@cygnus.co.uk>
13
14 * src/hal_misc.c:
15 Added cyg_hal_clock_period variable.
16
17 * include/hal_intr.h:
18 Modified HAL_CLOCK_LATENCY() macro to do the right thing.
19 Added cyg_hal_clock_period variable.
20
21 * include/hal_cache.h: Modified implementations of cache macros to
22 only do anything if the appropriate cache is enabled.
23
1 1999-06-17 Nick Garnett <nickg@cygnus.co.uk> 24 1999-06-17 Nick Garnett <nickg@cygnus.co.uk>
2 25
3 * src/vectors.S: Added code to discriminate different entry 26 * src/vectors.S: Added code to discriminate different entry
4 conditions to the reset vector. Added code to translate an NMI 27 conditions to the reset vector. Added code to translate an NMI
5 into a standard exception and added a new vector in the VSR table 28 into a standard exception and added a new vector in the VSR table