summaryrefslogtreecommitdiff
path: root/ecos/packages/cygmon/current/ChangeLog
blob: 11471d113d51301c58b04be98dab7433cebbd229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
2000-12-04  Drew Moseley  <dmoseley@redhat.com>

	* misc/monitor_cmd.c (breakpoint_cmd): Fix typo in printf
	formatting for error message.

2000-11-20  Drew Moseley  <dmoseley@redhat.com>

	* cdl/cygmon.cdl: Make sure we don't specify vectors.o and target.ld twice.

2000-11-03  Jonathan Larmour  <jlarmour@redhat.com>

	* cdl/cygmon.cdl: Improve cygmon.elf make dependencies

2000-10-17  Drew Moseley  <dmoseley@redhat.com>

	* misc/utils.c: Fix a typo.  Also make sure we are ignoring the
	'+' characters from gdb.

	* misc/monitor_cmd.c: Add a few cache flushes.

	* misc/monitor.h: Use the debug port for xvprintf.

2000-08-14  Drew Moseley  <dmoseley@redhat.com>

	* misc/ecos_bsp.c: Added some include files to fix some build
	failures on partially unsupported systems. (ie non-cygmon, etc).

2000-08-12  Drew Moseley  <dmoseley@redhat.com>

	* misc/bsp/common/debug-io.c (bsp_debug_write): Use
	output_gdb_string when stub_is_active.

2000-08-10  Drew Moseley  <dmoseley@redhat.com>

	* misc/utils.c: Removed some unused functions.  Also handle
	printing invalid registers.

	* misc/monitor_cmd.c: Handle some unprintable characters better.
	Also handle displaying of invalid memory locations better.
	Add handling for register validity checking.

	* misc/monitor.h: Add a conditional field "reg_valid" to struct
	regstruct.

	* misc/monitor.c: Added a call to a conditionally defined routine
	INITIALIZE_MON_EACH_TIME().  This is called everytime the monitor
	is invoked.  For instance, this is used to determine which
	registers have actually been read.

	* misc/generic_mem.c: Allow Cygmon to use the Safe memory routines
	in the HAL.

	* misc/board.h: Added MN10300 basic support.
	* misc/cpu-mon.c: Ditto.
	* misc/cpu_info.h: Ditto.
	* misc/bsp/cpu.h: Ditto.
	* misc/bsp/mn10300/gdb-cpu.c: Ditto. New file.
	* misc/bsp/mn10300/gdb-cpu.h: Ditto. New file.
	* misc/bsp/mn10300/gdb.h: Ditto. New file.
	* misc/bsp/mn10300/insn.h: Ditto. New file.
	* misc/bsp/mn10300/singlestep.c: Ditto. New file.
	* misc/mn10300/board.h: Ditto. New file.
	* misc/mn10300/cpu.h: Ditto. New file.
	* misc/mn10300/cpu_info.h: Ditto. New file.
	* misc/mn10300/mn10300-mon.c: Ditto. New file.

	* cdl/cygmon.cdl: Removed dependency on the kernel and Serial I/O.
	* misc/ecos_bsp.c: Ditto.
	* misc/ecos_dummy.c: Ditto.

2000-07-21  Drew Moseley  <dmoseley@redhat.com>

	* misc/ecos_bsp.c: Rearrange the linkage between Cygmon and HAL so
	that Cygmon needs HAL but not vice-versa.  ie HAL no longer calls
	any Cygmon functions.
	* misc/monitor.c: Ditto.

2000-07-14  Drew Moseley  <dmoseley@redhat.com>

	* misc/bsp/mips/gdb-cpu.c: New files. Mips based Cygmon now running on top of eCos HAL.
	* misc/bsp/mips/gdb-cpu.h: Ditto.
	* misc/bsp/mips/gdb.h: Ditto.
	* misc/bsp/mips/insn.h: Ditto.
	* misc/bsp/mips/singlestep.c: Ditto.
	* misc/mips/board.h: Ditto.
	* misc/mips/cpu.h: Ditto.
	* misc/mips/cpu_info.h: Ditto.
	* misc/mips/mips-mon.c: Ditto.

	* misc/bsp/common/syscall.c: Added SYS_meminfo call to find out
	how much RAM we have.
	* misc/bsp/common/syscall.h: Ditto.

	* misc/bsp/common/breakpoint.c: Added __ECOS__ support.

	* misc/monitor_cmd.c: Cleanup.  Added some more error handling.
	* misc/utils.c: Ditto.

	* misc/monitor.c: Added basic syscall handling to support libgloss.
	Added support for using more features of the HAL (ie breakpoints
	and exceptions).
	* misc/monitor.h: Ditto.
	* misc/tservice.h: Ditto.
	* misc/bsp/bsp.h: Ditto.
	* misc/arm/cpu_info.h: Ditto.

	* misc/ledit.c: Cleanup.

	* misc/ecos_dummy.c: Support for reset through the HAL.

	* misc/ecos_bsp.c: Filled in uart_control function for setting baud rate
	through the HAL.  Also added VIRTUAL_VECTOR_SUPPORT and support of the
	low-level HAL-based serial driver.  Also added set_memsize() support.

	* misc/bplist-dynamic.c: Added option for using breakpoints in the HAL.
	Also, various cleanups of build warnings, etc.	
	* misc/breakpoints.c: Ditto.

	* cdl/cygmon.cdl: Allow cygmon to be built for either Arm or Mips.
	
	* misc/board.h: Move architecture-dependent things out.
	* misc/cpu-mon.c: Ditto.
	* misc/cpu_info.h: Ditto.
	* misc/bsp/cpu.h: Ditto.
	* misc/bsp/common/gdb-cpu.c: Ditto.
	* misc/bsp/common/gdb-cpu.h: Ditto.
	* misc/bsp/common/singlestep.c: Ditto.

2000-01-28  Jesper Skov  <jskov@redhat.com>

	* misc/Notes_CygMon_PID: Added.

2000-01-27  Jesper Skov  <jskov@redhat.com>

	* cdl/cygmon.cdl: Include hal.h config for CygMon options defined
	by platform CDL.

2000-01-26  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* cdl/cygmon.cdl: Remove CYGDAT_CYGMON_ENABLE - no longer required

2000-01-25  Jesper Skov  <jskov@cygnus.co.uk>

	* cdl/cygmon.cdl: Moved console device config to target CDL.
	Let target CDL handle binary conversion.

1999-12-17  Bart Veer  <bartv@cygnus.co.uk>

	* cdl/cygmon.cdl:
	Fix a requires property, getting the quoting right

1999-12-14  John Dallaway  <jld@cygnus.co.uk>

	* cdl/cygmon.cdl: Add custom make rule to build CygMon.

1999-12-06  Gary Thomas  <gthomas@cygnus.co.uk>

	* misc/arm/arm-mon.c (machine_syscall): 
	* misc/ecos_bsp.c (_bsp_handle_exception): 
	* misc/PKGconf.mak: Adding 'syscall' support.

	* misc/CygMon_PID.cfg: 
	* misc/bsp/common/syscall.h:
	* misc/bsp/common/syscall.c: New file(s).

1999-11-26  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* misc/CygMon_EDB7211.cfg: Rename to misc/CygMon/EDB7xxx.cfg
	* misc/CygMon_EDB7xxx.cfg: New file

1999-11-26  Gary Thomas  <gthomas@cygnus.co.uk>

	* misc/ecos_bsp.c (_bsp_board_init): Use/define HAL symbols
	for board/cpu information.
	(_bsp_memory_list): Use MLT information here.

	* misc/CygMon_EDB7211.cfg: Fix typo.  Change startup to be
	ROM which gives more useful RAM information.

1999-11-19  Gary Thomas  <gthomas@cygnus.co.uk>

	* misc/CygMon_EDB7211.cfg: Add platform parameter.  Update
	patch for latest changes.

1999-11-03  Jesper Skov  <jskov@cygnus.co.uk>

	* cdl/cygmon.cdl: Added.

1999-10-27  Gary Thomas  <gthomas@cygnus.co.uk>

	* misc/PKGconf.mak: Add new targets (.bin .srec images).

	* include/pkgconf/cygmon.h: Update strings to be more conformant.

	* misc/CygMon_EDB7211.cfg: New file for building CygMon.

	* include/pkgconf/cygmon.h: Add work-around because packages
	can't be disabled by default.

1999-10-26  Gary Thomas  <gthomas@cygnus.co.uk>

	* include/pkgconf/cygmon.h: Fix typo 'CYGPKC_LIBC'=>'CYGPKG_LIBC'
	Also, node type was wrong ('radio' instead of 'boolean')

1999-10-25  Gary Thomas  <gthomas@cygnus.co.uk>

	* include/pkgconf/cygmon.h: Add configuration options for
	console device [name] and extended help.  Remove duplicate
	boilerplate.

	* misc/board.h: Enable "help" via configuration option.

	* misc/ecos_bsp.c: Cleanup/remove extra (debug) code.
	Add support for console port configuration.

	* misc/monitor.c: 
	* misc/monitor_cmd.c: Cleanup/remove some debug code.

//===========================================================================
// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/or modify     
// it under the terms of the GNU General Public License as published by     
// the Free Software Foundation; either version 2 or (at your option) any   
// later version.                                                           
//
// This program is distributed in the hope that it will be useful, but      
// WITHOUT ANY WARRANTY; without even the implied warranty of               
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU        
// General Public License for more details.                                 
//
// You should have received a copy of the GNU General Public License        
// along with this program; if not, write to the                            
// Free Software Foundation, Inc., 51 Franklin Street,                      
// Fifth Floor, Boston, MA  02110-1301, USA.                                
// -------------------------------------------                              
// ####GPLCOPYRIGHTEND####                                                  
//===========================================================================