comparison packages/hal/common/current/ChangeLog @ 50:a0774359f013 ecos-sw-1999-11-02

Merge from eCos master repository on 1999-11-02-17:02:15-GMT
author jlarmour
date Tue, 02 Nov 1999 20:57:07 +0000
parents 1370c5e55234
children f10165814f1e
comparison
equal deleted inserted replaced
49:698ff3191b93 50:a0774359f013
1 1999-10-29 Gary Thomas <gthomas@cygnus.co.uk>
2
3 * tests/PKGconf.mak: Add cache tests for Cirrus Logic boards.
4
5 1999-10-29 Jesper Skov <jskov@cygnus.co.uk>
6
7 * tests/cache.c: Made safe for targets with no cache.
8
9 * tests/PKGconf.mak: Don't build cache test for ARM unless
10 explicitly enabled.
11
12 1999-10-28 Jesper Skov <jskov@cygnus.co.uk>
13
14 * tests/cache.c: Fix array size.
15
16 1999-10-27 Hugo Tyson <hmt@cygnus.co.uk>
17
18 * src/hal_stub.c (cyg_hal_gdb_interrupt): Bugfix to previous: ^Cs
19 were being ignored when received by the diag output code, because
20 there was already a break in place. Solution is to let
21 cyg_hal_gdb_interrupt() override any previous break, and tidy up
22 state of course.
23
24 1999-10-26 Hugo Tyson <hmt@cygnus.co.uk>
25
26 * include/hal_stub.h (CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION): Place
27 the break at the address of a label within the calling context
28 [normally hal_diag_write_char()]; this is neater and more
29 portable; it's supported for more targets. Also use
30 cyg_hal_place_break() to place it, define that, &c.
31
32 * src/hal_stub.c (cyg_hal_gdb_place_break): New routine to
33 specially handle the inline breakpoint. It basically does the
34 same as cyg_hal_gdb_interrupt(), except on some platforms where
35 you must do different things to set a bp from a non-interrupt
36 context.
37
1 1999-10-22 Hugo Tyson <hmt@cygnus.co.uk> 38 1999-10-22 Hugo Tyson <hmt@cygnus.co.uk>
2 39
3 * include/hal_stub.h (CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION): 40 * include/hal_stub.h (CYG_HAL_GDB_ENTER_CRITICAL_IO_REGION):
4 (CYG_HAL_GDB_LEAVE_CRITICAL_IO_REGION): new macros to be invoked 41 (CYG_HAL_GDB_LEAVE_CRITICAL_IO_REGION): new macros to be invoked
5 in hal_diag routines to make atomic the code that outputs a 42 in hal_diag routines to make atomic the code that outputs a