comparison packages/hal/powerpc/arch/current/ChangeLog @ 16:4f2df4ab82c8 ecos-sw-1999-06-18

Merge from eCos master repository on 1999-06-18-15:25:04-BST
author jlarmour
date Fri, 18 Jun 1999 07:59:09 +0000
parents 01ce82f3e11a
children 7253dcc42a09
comparison
equal deleted inserted replaced
15:c0d8793d9978 16:4f2df4ab82c8
1 1999-06-17 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * src/vectors.S (CYG_MSR): define correctly for copying vectors,
4 even if ROM start. Complete system init for ROM start.
5
6 1999-06-15 Hugo Tyson <hmt@cygnus.co.uk>
7
8 * include/ppc.inc: Add definitions of FUNC_START and FUNC_END.
9 They are needed by platform code.
10
11 * src/vectors.S: Remove definition of FUNC_START.
12
13 1999-06-11 Hugo Tyson <hmt@cygnus.co.uk>
14
15 * src/vectors.S (_start): remove some platform-conditional
16 initialization code; it is now in hal_hardware_init in the
17 platform HAL.
18
19 * src/hal_misc.c: remove very-platform-conditional definition of
20 memory descriptor table - it is now in platform HALs.
21
22 * include/ppc_regs.h: simplify definition of CYGARC_REG_IMM_BASE.
23
24 * include/hal_cache.h (CYGARC_MEMDESC_CACHE): ...and other
25 macros... add support for external definitions of memory
26 descriptor table used in platform-specific initialization of MMU.
27
1 1999-06-10 Hugo Tyson <hmt@cygnus.co.uk> 28 1999-06-10 Hugo Tyson <hmt@cygnus.co.uk>
2 29
3 * src/vectors.S (_start): Add better support for various startup 30 * src/vectors.S (_start): Add better support for various startup
4 options, including CygMon loading. 31 options, including CygMon loading.
5 32