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/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.

//===========================================================================
//####COPYRIGHTBEGIN####
//                                                                          
// -------------------------------------------                              
// The contents of this file are subject to the Red Hat eCos Public License 
// Version 1.1 (the "License"); you may not use this file except in         
// compliance with the License.  You may obtain a copy of the License at    
// http://www.redhat.com/                                                   
//                                                                          
// Software distributed under the License is distributed on an "AS IS"      
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the 
// License for the specific language governing rights and limitations under 
// the License.                                                             
//                                                                          
// The Original Code is eCos - Embedded Configurable Operating System,      
// released September 30, 1998.                                             
//                                                                          
// The Initial Developer of the Original Code is Red Hat.                   
// Portions created by Red Hat are                                          
// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.                             
// All Rights Reserved.                                                     
// -------------------------------------------                              
//                                                                          
//####COPYRIGHTEND####
//===========================================================================
