OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [arm/] [arm9/] [var/] [v2_0/] [ChangeLog] - Blame information for rev 565

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
2003-01-08  Patrick Doyle  
2
 
3
        * include/hal_cache.h: Changed HAL_ICACHE_LINE_SIZE and
4
        HAL_DCACHE_LINE_SIZE to match the documentation from TI.  Now the
5
        kcache2 test passes the two tests that it runs.
6
 
7
2002-03-06  Nick Garnett  
8
 
9
        * include/hal_cache.h: Added support for ARM966E. This does not
10
        have a cache, so this involved adding support for cacheless ARM9s
11
        in general.
12
 
13
        * cdl/hal_arm_arm9.cdl: Added option for ARM966E.
14
 
15
2002-01-28  Jesper Skov  
16
 
17
        * include/hal_cache.h: Only define HAL_VIRT_TO_PHYS_ADDRESS if it
18
        isn't already defined. This needs renaming and a cleanup, but this
19
        quick #ifdef hack fixes a compiler warning.
20
 
21
        * cdl/hal_arm_arm9.cdl: Declare var_io.h.
22
 
23
        * include/var_io.h: Added.
24
 
25
2001-11-16  Jesper Skov  
26
 
27
        * src/arm9_misc.c (hal_hardware_init): Don't invalidate caches on
28
        RAM startup.
29
 
30
2001-11-07  Jesper Skov  
31
 
32
        * src/arm9_misc.c (cyg_hal_arm9_soft_reset): Also put CPU in SVC
33
        mode (as after a reset). Still broken though.
34
 
35
2001-11-06  Gary Thomas  
36
 
37
        * include/hal_cache.h: Add virtual->physical translation setup.
38
 
39
2001-11-01  Jesper Skov  
40
 
41
        * src/arm9_misc.c (cyg_hal_arm9_soft_reset): Attempt at soft
42
        reset. Doesn't quite work though, and it's unclear why.
43
 
44
2001-10-28  Gary Thomas  
45
 
46
        * include/hal_cache.h: Fix DATA cache flush for 920,922.  This was
47
        off-by-one, leaving part of the cache unflushed.
48
 
49
2001-08-13  Jesper Skov  
50
 
51
        * include/hal_cache.h: Support ARM variants 920, 922, 925 and 940.
52
 
53
2001-04-30  Gary Thomas  
54
 
55
        * src/arm9_misc.c (hal_hardware_init): Use CDL configuration to
56
        decide which caches should be enabled at startup time.
57
 
58
2001-04-26  Gary Thomas  
59
 
60
        * src/arm9_misc.c (hal_hardware_init): Caches just don't seem to work.
61
 
62
        * include/hal_cache.h: Fix cache parameters - 16K x 16K
63
 
64
2001-04-18  Jesper Skov  
65
 
66
        * src/arm9_misc.c: Update copyright.
67
        * include/hal_cache.h: Same.
68
        * cdl/hal_arm_arm9.cdl: Same.
69
 
70
2001-04-16  Gary Thomas  
71
 
72
        * cdl/hal_arm_arm9.cdl: Add CDL to describe CPU family.
73
 
74
2001-04-03  Jesper Skov  
75
 
76
        * src/arm9_misc.c: Removed hal_arm9.h
77
        * include/hal_cache.h: Same.
78
        * include/hal_arm9.h: Deleted.
79
 
80
2000-12-04  Hugo Tyson  
81
 
82
        * include/hal_cache.h: Consistently ensure that ARM registers used
83
        in MCR ops to cache-control coprocessors, where the data doesn't
84
        matter, all actually have data zero ("SBZ") as in the Jaggar book.
85
        This may well not be necessary, but for the sake of making sure...
86
 
87
2000-11-27  Jesper Skov  
88
 
89
        * include/hal_cache.h
90
        (HAHAL_FLASH_CACHES_ON/HAL_FLASH_CACHES_OFF): Defined.
91
 
92
        * src/arm9_misc.c (hal_hardware_init): Disable caches. Wasted too
93
        much time on this already.
94
 
95
2000-11-23  Jesper Skov  
96
 
97
        * include/hal_cache.h (HAL_DCACHE_SYNC): Wait for cache dirty flag
98
        to clear.
99
 
100
2000-11-22  Jesper Skov  
101
 
102
        * src/arm9_misc.c (hal_hardware_init): Don't disable caches.
103
 
104
2000-11-21  Jesper Skov  
105
 
106
        * include/hal_cache.h (HAL_DCACHE_INVALIDATE_ALL): Remove
107
        writeback buffer flush.
108
 
109
        * cdl/hal_arm_arm9.cdl: Removed clock options.
110
 
111
        * src/arm9_misc.c: Cleaned up, enabled caches.
112
 
113
        * include/hal_cache.h: Enable cache controls, fix invalidate
114
        macro.
115
 
116
2000-11-15  Jesper Skov  
117
 
118
        * src/arm9_misc.c: Disable/clear caches. Removed clock handling.
119
 
120
        * include/hal_cache.h: Changed to match ARM925, but prevent
121
        enabling. Messes up flash programming.
122
 
123
2000-11-14  Jesper Skov  
124
 
125
        * Created.
126
 
127
//===========================================================================
128
//####ECOSGPLCOPYRIGHTBEGIN####
129
// -------------------------------------------
130
// This file is part of eCos, the Embedded Configurable Operating System.
131
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
132
//
133
// eCos is free software; you can redistribute it and/or modify it under
134
// the terms of the GNU General Public License as published by the Free
135
// Software Foundation; either version 2 or (at your option) any later version.
136
//
137
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
138
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
139
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
140
// for more details.
141
//
142
// You should have received a copy of the GNU General Public License along
143
// with eCos; if not, write to the Free Software Foundation, Inc.,
144
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
145
//
146
// As a special exception, if other files instantiate templates or use macros
147
// or inline functions from this file, or you compile this file and link it
148
// with other works to produce a work based on this file, this file does not
149
// by itself cause the resulting work to be covered by the GNU General Public
150
// License. However the source code for this file must still be made available
151
// in accordance with section (3) of the GNU General Public License.
152
//
153
// This exception does not invalidate any other reasons why a work based on
154
// this file might be covered by the GNU General Public License.
155
//
156
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
157
// at http://sources.redhat.com/ecos/ecos-license/
158
// -------------------------------------------
159
//####ECOSGPLCOPYRIGHTEND####
160
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.