comparison packages/hal/common/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/hal_stub.c (initHardware): Added call to
4 HAL_STUB_PLATFORM_INIT if it is defined.
5
6 * include/pkgconf/hal.h: Added a #undef for CYG_HAL_ROM_MONITOR,
7 largely so that a stubrom permutation can define it.
8
9 1999-05-27 Nick Garnett <nickg@cygnus.co.uk>
10
11 * src/hal_stub.c: Do not call HAL_ICACHE_INVALIDATE_ALL() and
12 HAL_DCACHE_INVALIDATE_ALL() in __instruction_cache() and
13 __data_cache() for MIPS targets. These macros are simply
14 duplicates.
15
16 1999-05-27 Jesper Skov <jskov@cygnus.co.uk>
17
18 * tests/cache.c: Added handling of unified caches.
19
20 1999-05-25 Jonathan Larmour <jlarmour@cygnus.co.uk>
21
22 * tests/cache.c: Use HAL_DCACHE_SYNC if available
23
1 1999-05-21 Jesper Skov <jskov@cygnus.co.uk> 24 1999-05-21 Jesper Skov <jskov@cygnus.co.uk>
2 25
3 * src/hal_stub.c (__install_traps): Set exit vector to __reset. 26 * src/hal_stub.c (__install_traps): Set exit vector to __reset.
4 27
5 28