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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [powerpc/] [viper/] [current/] [ChangeLog] - Blame information for rev 811

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

Line No. Rev Author Line
1 786 skrzyp
2009-01-31  Bart Veer 
2
 
3
        * cdl/hal_powerpc_viper.cdl: update compiler flags for gcc 4.x
4
 
5
2004-09-30  John Dallaway  
6
 
7
        * cdl/hal_powerpc_viper.cdl: Clean up of CDL strings.
8
 
9
2004-09-28  Jonathan Larmour  
10
 
11
        * include/pkgconf/mlt_powerpc_viper_romram.ldi: Include relocs and
12
        .eh_frame sections.
13
        * include/pkgconf/mlt_powerpc_viper_rom.ldi: Ditto.
14
        * include/pkgconf/mlt_powerpc_viper_ram.ldi: Ditto.
15
 
16
        * include/pkgconf/mlt_powerpc_viper_romram.mlt: Delete. Out of date and
17
        unmaintained.
18
        * include/pkgconf/mlt_powerpc_viper_rom.mlt: Ditto.
19
        * include/pkgconf/mlt_powerpc_viper_ram.mlt: Ditto.
20
 
21
2003-12-21  Gary Thomas  
22
 
23
        * src/viper.S: Only clear caches on non-RAM startup.  This is to
24
        help solve a problem with network debug connections.  It seems
25
        that messing with the caches during startup confuses the CPM.
26
 
27
        * misc/viper2_862P.ecm: New file, used to describe a Viper with
28
        a PPC862P processor (very rare)
29
 
30
2003-12-08  Gary Thomas  
31
 
32
        * cdl/hal_powerpc_viper.cdl:
33
        HAL_PLATFORM_CPU now defined by MPC8xx variant CDL.
34
 
35
2003-10-06  Gary Thomas  
36
 
37
        * misc/viper2_866T.ecm:
38
        * misc/viper2_860T.ecm: New file(s) describing new board variants.
39
 
40
2003-09-21  Gary Thomas  
41
 
42
        * misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
43
        template - DNS now must be enabled manually.
44
 
45
2003-08-28  Gary Thomas  
46
 
47
        * src/redboot_linux_exec.c: Obsolete file - removed.
48
 
49
        * src/plf_redboot_linux_exec.c: New file - platform specifics
50
        for booting Linux kernel from RedBoot.
51
 
52
        * cdl/hal_powerpc_viper.cdl: Linux booting from RedBoot is
53
        now supported at the architecture level.  Changes to support
54
        architecture/platform layering.
55
 
56
2003-08-19  Gary Thomas  
57
 
58
        * src/viper.S:
59
        * cdl/hal_powerpc_viper.cdl: Support new model Viper which
60
        has slightly different layout and 16bit FLASH (instead of 8bit)
61
 
62
2003-07-18  Nick Garnett  
63
 
64
        * cdl/hal_powerpc_viper.cdl:
65
        Changed values for CYGNUM_HAL_RTC_NUMERATOR,
66
        CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
67
        "default_value" from "calculated". This makes it easier
68
        to change these values globally.
69
 
70
2003-03-23  Gary Thomas  
71
 
72
        * cdl/hal_powerpc_viper.cdl: New CDL for setting processor type.
73
 
74
2003-03-11  Mark Salter  
75
 
76
        * src/redboot_linux_exec.c (do_exec): Call eth_drv_stop as necessary.
77
 
78
2003-03-07  Gary Thomas  
79
 
80
        * include/plf_stub.h: Remove superfluous include 
81
 
82
2003-03-04  Gary Thomas  
83
 
84
        * src/viper.S:
85
        * cdl/hal_powerpc_viper.cdl: Support higher speed parts - up to 100MHz.
86
 
87
2002-12-02  Gary Thomas  
88
 
89
        * include/plf_intr.h: Use MPC8xx variant RESET support.
90
 
91
2002-11-26  Gary Thomas  
92
 
93
        * cdl/hal_powerpc_viper.cdl: Move platform define to platform package.
94
 
95
2002-11-25  Gary Thomas  
96
 
97
        * src/viper.S: Minor include file cleanups.
98
        * cdl/hal_powerpc_viper.cdl: Update port layout CDL.
99
 
100
2002-10-18  Gary Thomas  
101
 
102
        * include/plf_cache.h: No need for old FLASH cache support.
103
 
104
        * src/hal_diag.c:
105
        * include/hal_diag.h: Remove old !VIRTUAL_VECTOR cruft.
106
 
107
2002-09-02  Gary Thomas  
108
 
109
        * cdl/hal_powerpc_viper.cdl: Fix descriptions for serial ports
110
        since both SMC1 and SCC1 are now supported.
111
 
112
2002-08-02  Andrew Lunn 
113
 
114
        * cdl/hal_powerpc_viper.cdl: the RedBoot exec command can now
115
          be disabled by CDL
116
 
117
2002-07-31  Gary Thomas  
118
 
119
        * misc/redboot_ROMRAM.ecm:
120
        * cdl/hal_powerpc_viper.cdl: Default board speed is now 63MHz.
121
 
122
2002-07-24  Gary Thomas  
123
 
124
        * src/viper.S:
125
        * cdl/hal_powerpc_viper.cdl: More choices for system clock.
126
 
127
2002-07-22  Gary Thomas  
128
 
129
        * src/viper.S:
130
        * cdl/hal_powerpc_viper.cdl:
131
        Support choices of 47.9, 51.6 MHz for the system clock.
132
 
133
2002-07-18  Gary Thomas  
134
 
135
        * src/viper.S: Increase power-up delay before starting SDRAM.
136
 
137
2002-07-11  Gary Thomas  
138
 
139
        * cdl/hal_powerpc_viper.cdl: Add SCC1 as a serial console port.
140
 
141
2002-06-27  Gary Thomas  
142
 
143
        * include/plf_regs.h: New file - platform overrides.
144
 
145
2002-06-25  Gary Thomas  
146
 
147
        * src/redboot_linux_exec.c:
148
        * cdl/hal_powerpc_viper.cdl: Add Linux boot (exec) command.
149
 
150
2002-06-24  Gary Thomas  
151
 
152
        * misc/redboot_ROMRAM.ecm: Update for new FLASH chips.
153
 
154
2002-06-20  Gary Thomas  
155
 
156
        * src/viper.S:
157
        * src/hal_aux.c: Support up to 8M of FLASH space.
158
 
159
2002-05-30  John Dallaway  
160
 
161
        * include/pkgconf/mlt*: Regenerated memory layout files.
162
 
163
2002-04-30  Nick Garnett  
164
 
165
        * src/viper.S: Changed boot ROM wait states from 4 to 7.
166
 
167
2002-04-16  Gary Thomas  
168
 
169
        * misc/redboot_ROMRAM.ecm:
170
        RedBoot now requires 0x30000 in this configuration.
171
 
172
2002-04-11  Gary Thomas  
173
 
174
        * include/plf_cache.h: Use common CDL for cache control.
175
 
176
2002-04-10  Gary Thomas  
177
 
178
        * src/hal_aux.c (hal_platform_init): Avoid resetting ethernet PHY chip.
179
 
180
        * include/plf_cache.h: [Re]enable caches.
181
 
182
        * cdl/hal_powerpc_viper.cdl: Fix RTC calculations.
183
 
184
2002-04-08  Gary Thomas  
185
 
186
        * src/viper.S: Lots of changes to get ROMRAM mode working from
187
        initial FLASH boot.
188
 
189
2002-03-08  Gary Thomas  
190
 
191
        * src/viper.S:
192
        * misc/redboot_ROMRAM.ecm:
193
        * include/pkgconf/mlt_powerpc_viper_romram.mlt:
194
        * include/pkgconf/mlt_powerpc_viper_romram.ldi:
195
        * include/pkgconf/mlt_powerpc_viper_romram.h:
196
        * include/pkgconf/mlt_powerpc_viper_ram.mlt:
197
        * include/pkgconf/mlt_powerpc_viper_ram.ldi:
198
        * include/pkgconf/mlt_powerpc_viper_ram.h:
199
        * cdl/hal_powerpc_viper.cdl: Add support for ROMRAM mode.
200
 
201
2002-01-28  Gary Thomas  
202
 
203
        * src/hal_aux.c: Change mappings since IMMR has moved.
204
 
205
2001-06-21  Jonathan Larmour  
206
 
207
        * images/*: Remove. Don't bloat repository with things already on
208
        the web.
209
 
210
2001-05-01  Gary Thomas  
211
 
212
        * misc/redboot_RAM.ecm:
213
        * misc/redboot_ROM.ecm: Update RedBoot to include compression.
214
 
215
2001-03-14  Gary Thomas  
216
 
217
        * src/viper.S: Set FLASH/ROM region to use 4 wait states - ~100ns.
218
 
219
        * src/hal_aux.c: Use MLT values to define tables.
220
 
221
        * include/pkgconf/mlt_powerpc_viper_rom.mlt:
222
        * include/pkgconf/mlt_powerpc_viper_rom.ldi:
223
        * include/pkgconf/mlt_powerpc_viper_rom.h:
224
        * include/pkgconf/mlt_powerpc_viper_ram.mlt:
225
        * include/pkgconf/mlt_powerpc_viper_ram.ldi:
226
        * include/pkgconf/mlt_powerpc_viper_ram.h: Viper board has 8M RAM.
227
 
228
2001-02-23  Jesper Skov  
229
 
230
        * include/plf_cache.h (HAL_FLASH_CACHES_OLD_MACROS):  This platform
231
        uses deprecated cache handling macros.
232
 
233
2001-02-23  Gary Thomas  
234
 
235
        * misc/redboot_ROM.ecm: Renamed from redboot_ROM.cfg
236
 
237
        * misc/redboot_RAM.ecm: Renamed from redboot_RAM.cfg
238
 
239
2001-02-21  Gary Thomas  
240
 
241
        * include/pkgconf/mlt_powerpc_viper_ram.ldi:
242
        * include/pkgconf/mlt_powerpc_viper_ram.mlt:
243
        * include/pkgconf/mlt_powerpc_viper_ram.h: Fix for 16M RAM.
244
 
245
        * src/hal_aux.c (hal_platform_init): Set up port B (PHY reset).
246
        Set up for 16M RAM.
247
 
248
2001-02-08  Jesper Skov  
249
 
250
        * cdl/hal_powerpc_viper.cdl: Respect channel configuration
251
        constraints.
252
 
253
        * src/hal_diag.c: Replace CYGSEM_HAL_DIAG_MANGLER_None with
254
        CYGDBG_HAL_DIAG_TO_DEBUG_CHAN.
255
 
256
2001-01-31  Jesper Skov  
257
 
258
        * src/hal_diag.c: Replaced CYGDBG_HAL_DIAG_DISABLE_GDB_PROTOCOL
259
        with CYGSEM_HAL_DIAG_MANGLER_GDB/None
260
 
261
//===========================================================================
262
// ####GPLCOPYRIGHTBEGIN####
263
// -------------------------------------------
264
// This file is part of eCos, the Embedded Configurable Operating System.
265
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
266
//
267
// This program is free software; you can redistribute it and/or modify
268
// it under the terms of the GNU General Public License as published by
269
// the Free Software Foundation; either version 2 or (at your option) any
270
// later version.
271
//
272
// This program is distributed in the hope that it will be useful, but
273
// WITHOUT ANY WARRANTY; without even the implied warranty of
274
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
275
// General Public License for more details.
276
//
277
// You should have received a copy of the GNU General Public License
278
// along with this program; if not, write to the
279
// Free Software Foundation, Inc., 51 Franklin Street,
280
// Fifth Floor, Boston, MA  02110-1301, USA.
281
// -------------------------------------------
282
// ####GPLCOPYRIGHTEND####
283
//===========================================================================

powered by: WebSVN 2.1.0

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