comparison packages/hal/arm/arch/current/ChangeLog @ 148:8f2f7615e727

Merge from eCos master repository on 2001-01-12-06:43:03-GMT
author jlarmour
date Fri, 12 Jan 2001 08:11:46 +0000
parents 2e9a636d9de9
children f0e3fb000de8
comparison
equal deleted inserted replaced
147:d397fc472bcf 148:8f2f7615e727
1 2001-01-11 Hugo Tyson <hmt@redhat.com>
2
3 * src/vectors.S (hal_dram_size): Create hal_dram_type in memory at
4 0x44, right after hal_dram_size.
5
6 * include/hal_intr.h: Add an extern for the word at 0x44, named
7 hal_dram_type (as in hal_dram_size). This can be used for
8 platform HALs to know how to decode VIRT_TO_PHYS addresses and
9 vice versa.
10
1 2000-12-13 Hugo Tyson <hmt@redhat.com> 11 2000-12-13 Hugo Tyson <hmt@redhat.com>
2 12
3 * include/hal_intr.h: Handle variant-, and possible overriding 13 * include/hal_intr.h: Handle variant-, and possible overriding
4 platform-, specific interrupt files <cyg/hal/hal_platform_ints.h>. 14 platform-, specific interrupt files <cyg/hal/hal_platform_ints.h>.
5 This is to simplify the multiple SA11x0 targets which have no 15 This is to simplify the multiple SA11x0 targets which have no
1096 // The Original Code is eCos - Embedded Configurable Operating System, 1106 // The Original Code is eCos - Embedded Configurable Operating System,
1097 // released September 30, 1998. 1107 // released September 30, 1998.
1098 // 1108 //
1099 // The Initial Developer of the Original Code is Red Hat. 1109 // The Initial Developer of the Original Code is Red Hat.
1100 // Portions created by Red Hat are 1110 // Portions created by Red Hat are
1101 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. 1111 // Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc.
1102 // All Rights Reserved. 1112 // All Rights Reserved.
1103 // ------------------------------------------- 1113 // -------------------------------------------
1104 // 1114 //
1105 //####COPYRIGHTEND#### 1115 //####COPYRIGHTEND####
1106 //=========================================================================== 1116 //===========================================================================