comparison packages/hal/powerpc/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 5f5102441818
comparison
equal deleted inserted replaced
17:a658ec000d9f 18:7253dcc42a09
1 1999-06-24 Jesper Skov <jskov@cygnus.co.uk>
2
3 * misc/CPUMask8xx.c: Added.
4
5 1999-06-22 Hugo Tyson <hmt@cygnus.co.uk>
6
7 * src/vectors.S (_start): Support breaking back into the stub ROM
8 when we see a breakpoint, if RAM start and RAM-based vectors for
9 the stub. Rather than using a direct jump, instead skip copying
10 the program exception vectors - leave the stub's vec in place.
11 Controlled by CYGPRI_STUBROM_HAS_RAM_VECTORS, which varies from
12 platform to platform.
13
14 1999-06-18 Hugo Tyson <hmt@cygnus.co.uk>
15
16 * src/hal_misc.c (hal_enable_caches): Change the configuration,
17 the better to accommodate differing platform requirements viz a
18 viz cache enabling and so on.
19
1 1999-06-17 Hugo Tyson <hmt@cygnus.co.uk> 20 1999-06-17 Hugo Tyson <hmt@cygnus.co.uk>
2 21
3 * src/vectors.S (CYG_MSR): define correctly for copying vectors, 22 * src/vectors.S (CYG_MSR): define correctly for copying vectors,
4 even if ROM start. Complete system init for ROM start. 23 even if ROM start. Complete system init for ROM start.
5 24