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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [mn10300/] [stb/] [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_mn10300_am33_stb.cdl: update compiler flags for gcc 4.x
4
 
5
2002-11-19  Mark Salter  
6
 
7
        * cdl/hal_mn10300_am33_stb.cdl: Remove virtual vector comm support.
8
        Add options to select AM33 serial ports for comm channels. Add
9
        override for default processor clock frequency.
10
        * src/ser_stb.c: Removed.
11
 
12
2002-08-06  Gary Thomas  
13
2002-08-06  Motoya Kurotsu 
14
 
15
        * src/ser_stb.c: I/O channel data can't be constant - contains
16
        timeout information which can be changed.
17
 
18
2001-10-31  Jonathan Larmour  
19
 
20
        * cdl/hal_mn10300_am33_stb.cdl: Indicate support of variable baud rates.
21
 
22
2001-09-05  David Howells  
23
 
24
        * src/plf_misc.c: made inclusion here of hal_ctrlc_isr()
25
        contingent on the lack of virtual vector support.
26
 
27
2001-08-15  David Howells  
28
 
29
        * src/hal_diag.c: included hal_misc.h.
30
        * src/plf_misc.c: included hal_misc.h and stopped declaring
31
        hal_virtual_vector_table directly.
32
 
33
2001-08-03  David Howells  
34
 
35
        * cdl/hal_mn10300_am33_stb.cdl: added vector support and made to
36
        work with RedBoot and flash.
37
        * include/plf_intr.h: ditto.
38
        * include/plf_io.h: ditto.
39
        * include/plf_stub.h: ditto.
40
        * include/pkgconf/mlt_mn10300_am33_stb_rom.h: ditto.
41
        * include/pkgconf/mlt_mn10300_am33_stb_rom.mlt: ditto.
42
        * include/pkgconf/mlt_mn10300_am33_stb_sram1.h: ditto.
43
        * include/pkgconf/mlt_mn10300_am33_stb_sram1.ldi: ditto.
44
        * include/pkgconf/mlt_mn10300_am33_stb_sram1.mlt: ditto.
45
        * misc/redboot_RAM.ecm: ditto.
46
        * misc/redboot_ROM.ecm: ditto.
47
        * misc/redboot_SRAM1.ecm: ditto.
48
        * src/plf_misc.c: ditto.
49
        * src/plf_stub.c: ditto.
50
        * src/ser_stb.c: ditto.
51
 
52
2001-08-02  Nick Garnett  
53
 
54
        * include/plf_io.h:
55
        Added this file to match assumption now made in arch files that it
56
        exists.
57
 
58
2001-01-26  Jesper Skov  
59
 
60
        * include/plf_stub.h: Reset macros moved
61
        * include/plf_intr.h: to this file.
62
 
63
2000-10-20  Jonathan Larmour  
64
 
65
        * include/pkgconf/mlt_mn10300_am33_stb_ram.mlt:
66
        * include/pkgconf/mlt_mn10300_am33_stb_rom.mlt:
67
        Add heap1 section
68
 
69
        * include/pkgconf/mlt_mn10300_am33_stb_ram.h:
70
        * include/pkgconf/mlt_mn10300_am33_stb_rom.h:
71
        * include/pkgconf/mlt_mn10300_am33_stb_ram.ldi:
72
        * include/pkgconf/mlt_mn10300_am33_stb_rom.ldi:
73
        Regenerated
74
 
75
2000-03-20  Jonathan Larmour  
76
 
77
        * src/plf_stub.c (cyg_hal_gdb_isr): Use serial 0 interrupt macros
78
        consistently
79
        (hal_stb_interruptible): Likewise
80
        (hal_stb_init_break_irq): Likewise
81
 
82
2000-02-18  Jonathan Larmour  
83
 
84
        * cdl/hal_mn10300_am33_stb.cdl (CYGBLD_BUILD_GDB_STUBS): When building
85
        stubs, define every dependency required here rather than in the
86
        template
87
 
88
2000-02-10  Jesper Skov  
89
 
90
        * include/plf_stub.h:
91
        Renoved HAL_STUB_PLATFORM_STUBS_INIT.
92
 
93
2000-02-07  Jesper Skov  
94
 
95
        * cdl/hal_mn10300_am33_stb.cdl: use cpu options when linking.
96
 
97
2000-02-03  Jesper Skov  
98
 
99
        * cdl/hal_mn10300_am33_stb.cdl: Implements stubs.
100
 
101
2000-01-27  Jesper Skov  
102
 
103
        * cdl/hal_mn10300_am33_stb.cdl: Moved part of stubs build rule to
104
        common HAL. Changed description.
105
 
106
2000-01-26  Jesper Skov  
107
 
108
        * cdl/hal_mn10300_am33_stb.cdl: Fix display string.
109
 
110
2000-01-24  Jesper Skov  
111
 
112
        * cdl/hal_mn10300_am33_stb.cdl: Add stubs build rule.
113
 
114
2000-01-24  John Dallaway  
115
 
116
        * cdl/*.cdl:
117
 
118
        Remove obsolete option CYGTST_TESTING_IDENTIFIER.
119
 
120
2000-01-19  Hugo Tyson  
121
 
122
        * cdl/*.cdl: Add descriptions to a number of options &c which were
123
        lacking same, also tidied up other typos as noticed en passant.
124
 
125
1999-12-21  Jonathan Larmour  
126
 
127
        * src/hal_diag.c (CYG_KERNEL_DIAG_GDB): Rename
128
        CYG_HAL_USE_ROM_MONITOR_GDB_STUBS ->
129
        CYGSEM_HAL_USE_ROM_MONITOR_GDB_stubs
130
 
131
        * src/plf_misc.c (hal_platform_init): Likewise
132
        (cyg_hal_user_break): Likewise
133
 
134
        * misc/stubrom.perm: Don't need to enable CYG_HAL_ROM_MONITOR - it has
135
        no effect in this HAL
136
 
137
        * cdl/hal_mn10300_am33_stb.cdl: Add new platform-specific
138
        CYGSEM_HAL_USE_ROM_MONITOR option to control ROM monitor support
139
 
140
1999-12-20  Gary Thomas  
141
 
142
        * cdl/hal_mn10300_am33_stb.cdl: Add -Wl for linker options.
143
 
144
1999-11-25  Gary Thomas  
145
 
146
        * include/pkgconf/mlt_mn10300_am33_stb_rom.h:
147
        * include/pkgconf/mlt_mn10300_am33_stb_ram.h: New file(s).
148
 
149
1999-11-03  Jesper Skov  
150
 
151
        * cdl/hal_mn10300_am33_stb.cdl: Added.
152
 
153
1999-08-27  Nick Garnett  
154
 
155
        * src/hal_diag.c (hal_diag_write_char): Added code to disable
156
        watchdog while emitting a debug message. This is solely to cope
157
        with shortcomings in the test farm.
158
 
159
1999-08-16  John Dallaway  
160
 
161
        * include/pkgconf/hal_mn10300_am33_stb.h:
162
 
163
        Comment out descriptions of non-configurable options for now.
164
 
165
1999-08-16  Jonathan Larmour  
166
 
167
        * src/plf_misc.c:
168
        * src/plf_stub.c:
169
        Correct comment from am32 to am33
170
 
171
1999-08-13  Nick Garnett  
172
 
173
        * src/plf_misc.c (hal_platform_init): Only enable the caches if we
174
        are in ROM. When we are in RAM we let the ROM monitor decide how
175
        the caches are to be used.
176
 
177
1999-08-10  Jonathan Larmour  
178
 
179
        * include/pkgconf/hal_mn10300_am33_stb.h:
180
        Ensure CYGPKG_HAL_MN10300_AM33_STB requires CYGPKG_HAL_MN10300_AM33
181
 
182
1999-08-06  Nick Garnett  
183
 
184
        * src/plf_stub.c:
185
        * src/hal_diag.c:
186
        Changed timers used for baud rate generation for all serial lines
187
        so we can use timer0 as a prescaler for lower baud rates.
188
 
189
1999-07-30  Nick Garnett  
190
 
191
        * src/plf_stub.c: Enabled asynchronous breakpoint handler in
192
        virtual vector table.
193
 
194
        * src/plf_misc.c: Implemented Ctrl-C support.
195
        [Later] Changed return code of hal_ctrlc_isr() to 1.
196
 
197
        * src/hal_diag.c: Added Ctrl-C support to GDB protocol handling.
198
        [Later] Added interrupt acknowledge calls to all serial line reads
199
        to eliminate spurious interrupts.
200
 
201
        * include/pkgconf/hal_mn10300_am33_stb.h: Renamed defines
202
        correctly. Added defined for DIAG and GDB ports.
203
 
204
        * include/plf_intr.h: Fixed typo in Ctrl-C support.
205
 
206
1999-07-27  Nick Garnett  
207
 
208
        * src/plf_misc.c: Changed test for call to patch_dbg_syscalls() to
209
        check CYG_HAL_USE_ROM_MONITOR_GDB_STUBS.
210
 
211
        * src/hal_diag.c: Added configuration to use GDB O packets via
212
        serial0 when running under GDB stubs.
213
        Modified baud rate selection for serial2. Left code to determine
214
        serial line speed in place for future use.
215
 
216
        * misc/stubrom.perm: Added this file to package configuration for
217
        the stubrom.
218
 
219
        * include/pkgconf/mlt_mn10300_am33_stb_rom.ldi:
220
        * include/pkgconf/mlt_mn10300_am33_stb_ram.ldi:
221
        Moved ROM to 0x40000000 and RAM to 0x50000000.
222
 
223
        * src/plf_stub.c:
224
        * include/plf_stub.h:
225
        Did some renaming, added HAL_STUB_PLATFORM_INIT(). Switched over
226
        to serial0 for GDB protocol.
227
 
228
        * include/platform.inc:
229
        Added diagnostic macros to output digits onto front panel LEDs.
230
 
231
1999-07-16  Nick Garnett  
232
 
233
        * src/hal_diag.c:
234
        Added code to diag via serial0. Miscellaneous other tidies.
235
 
236
        * include/pkgconf/mlt_mn10300_am33_stb_ram.ldi:
237
        Increased RAM size to 4M.
238
 
239
        * include/pkgconf/hal_mn10300_am33_stb.h:
240
        Set CYGNUM_HAL_RTC_PERIOD to correct value for this board.
241
 
242
1999-07-07  Nick Garnett  
243
 
244
        * include/pkgconf/mlt_mn10300_am33_stb_ram.ldi:
245
        Moved RAM memory segment to 0x40000000.
246
 
247
        * src/hal_diag.c:
248
        Added buffer based diagnostic option.
249
 
250
1999-06-30  Nick Garnett  
251
 
252
        * include/hal_diag.h:
253
        * include/platform.inc:
254
        * include/plf_intr.h:
255
        * include/plf_stub.h:
256
        * include/pkgconf/hal_mn10300_am33_stb.h:
257
        * include/pkgconf/mlt_mn10300_am33_stb_ram.ldi:
258
        * include/pkgconf/mlt_mn10300_am33_stb_ram.mlt:
259
        * include/pkgconf/mlt_mn10300_am33_stb_rom.ldi:
260
        * include/pkgconf/mlt_mn10300_am33_stb_rom.mlt:
261
        * src/PKGconf.mak:
262
        * src/hal_diag.c:
263
        * src/plf_misc.c:
264
        * src/plf_stub.c:
265
        Added these files to contain HAL code and definitions for STB
266
        target board.
267
 

powered by: WebSVN 2.1.0

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