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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [mips/] [rm7000/] [ocelot/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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