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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [hal/] [mips/] [rm7000/] [ocelot/] [v2_0/] [ChangeLog] - Blame information for rev 307

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

Line No. Rev Author Line
1 27 unneback
2001-08-31  David Woodhouse  
2
 
3
        * cfl/hal_mips_rm7000_ocelot.cdl: Fix compiler options to use
4
        -mips2 for BE build, and make the LE options match the BE options
5
        in all but endianness.
6
 
7
2001-08-09  Jonathan Larmour  
8
 
9
        * include/plf_intr.h: Move HAL_INTERRUPT_ interrupt controller
10
        access macros to variant HAL as they are generic.
11
 
12
2001-08-08  Chris Morrow  
13
 
14
        * include/plf_intr.h (HAL_INTERRUPT_MASK): Use correct comparison
15
        for determining when to use interrupt control register.
16
        Also use cfc rather than mfc insns. Also simplify a fraction.
17
        (HAL_INTERRUPT_UNMASK): Ditto.
18
 
19
2001-08-03  Jesper Skov  
20
 
21
        * cdl/hal_mips_rm7000_ocelot.cdl: Removed obsolete and wrong
22
        gdb_module build runes.
23
 
24
2001-06-22  Jesper Skov  
25
 
26
        * misc/redboot_RAM.ecm: Force 32k stack.
27
        * misc/redboot_ROM.ecm: Same.
28
 
29
2001-06-08  David Woodhouse 
30
 
31
        * src/platform.S: Change CS bank 3 parameters to 8-bit.
32
 
33
2001-05-23  Jesper Skov  
34
 
35
        * misc/redboot_RAM.ecm: Use generic AMD driver.
36
        * misc/redboot_ROM.ecm: Same.
37
 
38
2001-03-08  Jesper Skov  
39
 
40
        * cdl/hal_mips_rm7000_ocelot.cdl: Removed
41
        CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT_GUARANTEED which is now the
42
        default.
43
 
44
2001-02-23  Jesper Skov  
45
 
46
        * include/plf_cache.h:  Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It
47
        is now the default.
48
 
49
2001-02-08  Jesper Skov  
50
 
51
        * cdl/hal_mips_rm7000_ocelot.cdl: Respect channel configuration
52
        constraints.
53
 
54
        * src/ns16552.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
55
        CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
56
 
57
2001-02-01  Jesper Skov  
58
 
59
        * src/platform.S: Handle interrupt chaining.
60
        * include/platform.inc: Same.
61
        * include/plf_intr.h: Same.
62
        * src/plf_mk_defs.c: Same.
63
 
64
2001-01-31  Jesper Skov  
65
 
66
        * src/ns16552.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
67
        with CYGSEM_HAL_DIAG_MANGLER_None
68
 
69
2001-01-26  Jesper Skov  
70
 
71
        * src/ns16552.c: Removed CYGSEM_HAL_VIRTUAL_VECTOR_DIAG check.
72
        * include/plf_stub.h: Reset macros moved
73
        * include/plf_intr.h: to this file.
74
 
75
2001-01-24  Jesper Skov  
76
 
77
        * misc/redboot_RAM.ecm: Enable ethernet.
78
        * misc/redboot_ROM.ecm: Same.
79
 
80
        * include/plf_intr.h: PCI interrupt B is wired to i82559.
81
 
82
2001-01-19  Jesper Skov  
83
 
84
        * cdl/hal_mips_rm7000_ocelot.cdl: Updated PCI space options
85
        accordingly.
86
 
87
        * src/platform.S: Add endian handling of memory init code.
88
 
89
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.h: Update address
90
        space to 256MB. Add space for PCI access.
91
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.mlt: Same.
92
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.ldi: Same.
93
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.h: Same.
94
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.mlt: Same.
95
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.ldi: Same.
96
 
97
2001-01-15  Jesper Skov  
98
 
99
        * src/plf_misc.c: Enable PCI access to memory.
100
        * include/plf_io.h: Clean up PCI space mappings.
101
 
102
        * src/plf_misc.c: The Galileo PCI config is in little-endian mode
103
        while all other devices are in big-endian mode. Cruft to deal with
104
        that.
105
        * include/plf_io.h: Same.
106
 
107
2001-01-12  Jesper Skov  
108
 
109
        * include/plf_io.h: Spacious PCI mappings.
110
        * src/plf_misc.c (cyg_hal_plf_pci_init): Removed REMAP settings.
111
 
112
        * include/plf_io.h: PCI memory changes.
113
        * src/plf_misc.c (cyg_hal_plf_pci_init): Same. Doesn't seem to
114
        make much of a difference though.
115
 
116
        * cdl/hal_mips_rm7000_ocelot.cdl: New toolchain again.
117
 
118
2001-01-10  Jesper Skov  
119
 
120
        * src/platform.S: Snuffed some more code from Mark to set the RAM
121
        up properly. Not tested, and may not work with the full 512MB
122
        [there was a mention of an Galileo errata]. We'll see.
123
 
124
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.h: Hacked to provide
125
        PCI window [no .mlt update since it'll all have to change for
126
        fixed memory init anyway].
127
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.ldi: Same.
128
 
129
        * cdl/hal_mips_rm7000_ocelot.cdl: Added PCI memory window
130
        options. Changed tools (again) which required some option hacking
131
        as well. Fixed CPU clock / RTC rate issue.
132
 
133
        * src/platform.S: Removed PCI init code.
134
 
135
        * include/plf_io.h: Replace PCI macros with functions.
136
        Added Galileo definitions.
137
        * src/plf_misc.c: PCI functions. Code written by Mark
138
        Salter.
139
 
140
        * cdl/hal_mips_rm7000_ocelot.cdl: Change tool prefix.
141
 
142
2000-12-08  Jesper Skov  
143
 
144
        * src/platform.S (hal_memc_setup_table): Only do one PCI access
145
        retry.
146
 
147
2000-12-07  Jesper Skov  
148
 
149
        * src/platform.S: Named PCI config registers.
150
 
151
        * include/plf_intr.h: Added bogus PCI vectors.
152
 
153
        * include/plf_io.h: Added, cloned from VRC4373 file. Pretty bogus
154
        though. Probably need timeout support like the vrc4373 as well.
155
 
156
2000-12-06  Jesper Skov  
157
 
158
        * cdl/hal_mips_rm7000_ocelot.cdl: Appears to only run at 150MHz.
159
        Don't relocate RedBoot ELF image.
160
 
161
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.h: Changed to 16MB
162
        size. Need to look into why the full 256/512MB is not accessible.
163
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.ldi: Same.
164
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.mlt: Same.
165
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.h: Same.
166
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.ldi: Same.
167
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.mlt: Same.
168
 
169
        * misc/redboot_RAM.ecm: Added.
170
        * misc/redboot_ROM.ecm: Added.
171
 
172
        * cdl/hal_mips_rm7000_ocelot.cdl: Produce .srec and .img files.
173
 
174
        * include/plf_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Defined.
175
 
176
2000-12-04  Jesper Skov  
177
 
178
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.h: Proper sizes.
179
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.ldi: Same.
180
        * include/pkgconf/mlt_mips_rm7000_ocelot_ram.mlt: Same.
181
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.h: Same.
182
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.ldi: Same.
183
        * include/pkgconf/mlt_mips_rm7000_ocelot_rom.mlt: Same.
184
 
185
        * src/platform.S (hal_memc_setup_table): Fixed so it sets up SDRAM
186
        correctly (only 256MB, though, I think - only uses banks 0 and 2).
187
 
188
2000-12-01  Jesper Skov  
189
 
190
        * src/platform.S: Initialization code. Still not working.
191
 
192
        * cdl/hal_mips_rm7000_ocelot.cdl: Added CPU clock and RedBoot
193
        options.
194
 
195
2000-11-30  Jesper Skov  
196
 
197
        * src/ns16552.c: Use uncached address space.
198
 
199
        * Cloned from ref4955. Still stuff to clean out and stuff to add.
200
 
201
//===========================================================================
202
//####ECOSGPLCOPYRIGHTBEGIN####
203
// -------------------------------------------
204
// This file is part of eCos, the Embedded Configurable Operating System.
205
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
206
//
207
// eCos is free software; you can redistribute it and/or modify it under
208
// the terms of the GNU General Public License as published by the Free
209
// Software Foundation; either version 2 or (at your option) any later version.
210
//
211
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
212
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
213
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
214
// for more details.
215
//
216
// You should have received a copy of the GNU General Public License along
217
// with eCos; if not, write to the Free Software Foundation, Inc.,
218
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
219
//
220
// As a special exception, if other files instantiate templates or use macros
221
// or inline functions from this file, or you compile this file and link it
222
// with other works to produce a work based on this file, this file does not
223
// by itself cause the resulting work to be covered by the GNU General Public
224
// License. However the source code for this file must still be made available
225
// in accordance with section (3) of the GNU General Public License.
226
//
227
// This exception does not invalidate any other reasons why a work based on
228
// this file might be covered by the GNU General Public License.
229
//
230
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
231
// at http://sources.redhat.com/ecos/ecos-license/
232
// -------------------------------------------
233
//####ECOSGPLCOPYRIGHTEND####
234
//===========================================================================

powered by: WebSVN 2.1.0

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