2000-08-29  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* ecos.db: Include CYGPKG_IO_PCI in vrc4373 target

2000-08-24  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Add FLASH driver for Intel Assabet.

2000-08-18  Nick Garnett  <nickg@cygnus.co.uk>

	* ecos.db: Added CYGPKG_FS_RAM package.

2000-08-14  Hugo Tyson  <hmt@cygnus.co.uk>

	* ecos.db: Minor changes...
	Arrange for hardware flash drivers to be "hardware" and
	referenced in their associated targets, and for the common flash
	code to be not-hardware and not in any target.
	Arrange for hardware PCMCIA drivers to be "hardware" and
	referenced in their associated targets, and for the common PCMCIA
	code to be not-hardware and not in any target.
	Not sure what to do about the "PCMCIA (Compact Flash) ethernet
	drivers" CYGPKG_DEVS_ETH_CF - arguably this should be "hardware"
	and mentioned in all targets that can use PCMCIA, right?  But it
	is not hardware specific, and you might want to use PCMCIA without
	using the net at all.  So I left it a plain package.

2000-08-14  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Add flash driver for EDB7xxx.

2000-08-10  Hugo Tyson  <hmt@cygnus.co.uk>

	* ecos.db (CYGPKG_IO_ETH_DRIVERS): Since this package is now
	included in all releases, re-organize it so that it is exported
	in ecos.db always.  (Same package as change 2000-08-03)

2000-08-03  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Ethernet [logical] drivers package moved to "io".

2000-08-01  Gary Thomas  <gthomas@redhat.com>

       * ecos.db: 
       Reorg FLASH packages to have architecture layer.

2000-08-01  Gary Thomas  <gthomas@redhat.com>

       * ecos.db: 
       Reorg PCMCIA packages to have architecture layer.

2000-07-26  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Adding FLASH package - FLASH memory support.

2000-07-14  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Add RedBoot package.

2000-07-07  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Add PCMCIA (Compact Flash) ethernet driver.

2000-07-06  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Add initial PCMCIA (Compact Flash) package(s).

2000-07-07  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Removed 'enable' statements from SH targets. Moved to
	individual HAL CDL files.

2000-06-23  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Added CqREEK serial package.

2000-06-22  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Added io_wallclock alias.

	2000-06-13  Hugo Tyson  <hmt@cygnus.co.uk>

	* ecos.db: Add CYGPKG_SNMPLIB and CYGPKG_SNMPAGENT.

2000-06-05  John Dallaway  <jld@redhat.com>

	* ecos.db:

	Tidy CqREEK-related display strings.

2000-05-31  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Added CqREEK platform HAL (contributed by Haruki
	Kashiwaya).

2000-05-31  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Moved watchdog drivers around. Common code in
	io/watchdog, low-level drivers in devs/watchdog/<arch>.
	CYGPKG_DEVICES_WATCHDOG is now called CYGPKG_IO_WATCHDOG and
	targets include individual hardware drivers.

2000-05-26  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Added dallas 1742 wallclock driver package.

2000-05-26  Nick Garnett  <nickg@cygnus.co.uk>

	* ecos.db: Added CYGPKG_IO_FILEIO package.

2000-05-25  John Dallaway  <jld@redhat.com>

	* ecos.db: Tidy V850-related display strings.

2000-05-16  Nick Garnett  <nickg@cygnus.co.uk>

	* ecos.db: Fixed naming bug in CYGPKG_LIBC_SETJMP entry.

2000-04-26  Jesper Skov  <jskov@redhat.com>

	* ecos.db: ceb_v850 - include serial driver.

2000-04-20  Gary Thomas <gthomas@redhat.com>

	* ecos.db: Rename hal/nec to hal/v85x for NEC/V85x architecture.

2000-04-11  Hugo Tyson  <hmt@cygnus.co.uk>

	* ecos.db: CYGPKG_IO_SERIAL should not be "hardware" now that it
	lives in templates rather than targets.

2000-04-07  Hugo Tyson  <hmt@cygnus.co.uk>

	* ecos.db: Re-organize device packages.  This is a massive change
	involving deleting all the sources for serial and ethernet drivers
	from where they used to live in
	    packages/io/serial/current/src/ARCH/PLATFORM.[ch]
	    packages/net/drivers/eth/PLATFORM/current/src/...
	and reinstating them in
	    packages/devs/serial/ARCH/PLATFORM/current/src/...
	    packages/devs/eth/ARCH/PLATFORM/current/src/...

	All these new packages are properly defined in ecos.db, and are
	all of type "hardware" so that a "target" can grab them.
	
	This directory layout is descriptive of the devices we have right
	now, arch and platform are separate levels just to make it easier
	to navigate in the filesystem and similar to the HAL structure in
	the filesystem.

	It is *not* prescriptive of future work; for example, the mythical
	common highly-portable 16550 serial driver which works on many
	targets would be called "devs/serial/s16550/current", or a serial
	device for a particular board (cogent springs to mind) that can
	work with different CPUs fitted is "devs/serial/cogent/current".

	Changelogs have been preserved and replicated over all the new
	packages, so that no history is lost.

	The contents of individual source files are unchanged; they build
	in just the same emvironment except for a very few cases where the
	config file name changed in this movement.

	Targets in ecos.db have been redefined to bring in all relevant
	hardware packages including net and serial drivers (but the newly
	included packages are only active if their desired parent is
	available.)
	
	The names of CDL options (and their #defines of course) stay the
	same for the serial drivers, for backward compatibility.

	* templates/*/current.ect: these have had CYGPKG_IO_SERIAL added
	rather than it being in (almost) all target definitions.
	
2000-04-05  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Wallclock moved.

2000-03-31  Nick Garnett  <nickg@cygnus.co.uk>

	* ecos.db: Added POSIX package.
	
2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* ecosrelease.tcl: Allow running if cygtclsh80 is the tcl shell, as
	on cygwin, rather than tclsh.
	* ecosdistrib.tcl: Likewise
	* ecosadmin.tcl: Likewise

2000-03-24  Hugo Tyson  <hmt@cygnus.co.uk>

	* ecos.db (sparclite_sim): Add CYGPKG_IO_SERIAL to the SPARClite
	simulator target - thus acquiring conflict-free default template,
	and getting stdio availability in libc.

2000-03-22  John Dallaway  <jld@cygnus.co.uk>

	* ecosadmin.tcl:

	Don't invoke 'cygpath' on DOS-style paths to workaround erratic
	behaviour when invoked from the GUI admin tool.

2000-03-20  Gary Thomas  <gthomas@redhat.com>

	* ecos.db: Add support for NEC/V850 HAL and CEB platform.

2000-03-16  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Make edk7708 target select the appropriate CPU.

2000-03-10  John Dallaway  <jld@cygnus.co.uk>

	* ecosadmin.tcl:

	Use 'cygpath' to process Cygwin-style command line arguments.

2000-03-03  Bart Veer  <bartv@redhat.com>

	* pkgconf/makevars (CP):
	Use install -c rather than plain install, to avoid problems under
	FreeBSD 

2000-02-29  Gary Thomas  <gthomas@cygnus.co.uk>

	* ecos.db: Add driver package for PowerPC QUICC (MBX) ethernet.

2000-02-28  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Eliminate superfluous ebsa285 target alias.

2000-02-18  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Tidy display strings.

2000-02-11  Jesper Skov  <jskov@redhat.com>

	* ecos.db: PPC descriptions fixed.

2000-02-11  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Tidy PowerPC-related display strings.

2000-02-10  Jonathan Larmour  <jlarmour@redhat.co.uk>

	* targets: Fix up some accidental reversions
	* ecos.db: Add some extra aliases for existing targets

2000-02-10  Nick Garnett  <nickg@cygnus.co.uk>

	* targets: 
	* packages: 
	* ecos.db:
	Added appropriate entries for i386 PC target.

2000-02-10  Jesper Skov  <jskov@redhat.com>

	* ecos.db: Added SPARClite target.

2000-02-09  Gary Thomas  <gthomas@cygnus.co.uk>

	* ecos.db: EDB7xxx ethernet driver CDL file changed.

2000-02-09  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Add the EBSA285 ethernet driver package to the package database.

2000-02-08  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Tidy networking-related package records and remove
	target 'edb7212_net' which is not required for .epk
	distributions.

2000-02-08  Gary Thomas  <gthomas@cygnus.co.uk>

	* ecos.db: Add network enabled EDB721x target.

2000-02-08  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Add the networking packages to the package database.

2000-02-07  Jesper Skov  <jskov@redhat.com>

	* ecos.db:
	* targets:
	* packages:
	Added PPC variants.

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

	* ecos.db: Removed below again.

2000-01-28  Gary Thomas  <gthomas@cygnus.co.uk>

	* ecos.db: Add support for networking package.

2000-01-20 John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Add an alias for the 'cma222' target.

2000-01-20  Jesper Skov  <jskov@cygnus.co.uk>
	CR 901835-CR
	* ecos.db: Added io_serial alias to CYGPKG_IO_SERIAL.

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

	* ecos.db: Include serial for i386 (to get IO_SERIAL_HALDIAG
	requirement satisfied).

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

	* ecos.db:

	Fix target descriptions for consistency.

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

	* ecos.db:

	Add new internal CDL targets for the test farm:

		edb7209, edb7212, cl7111

	* ecosadmin.tcl:

	Accommodate the new 'set_value' command in the package
	database parsing code.

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

	* ecos.db:

	Eliminate template entries. Templates are now specified
	as files in the 'templates' directory hierarchy.

	* ecosadmin.tcl:

	Remove obsolete 'template' proc from the package
	database parsing code.

1999-12-16  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* ecos.db: Add support for big-endian ARM PID target
	Add support for ARM PID thumb target (pidT)
	Add support for big-endian ARM PID thumb target (pidTBE)
	Add support for ARM CMA230 thumb target (cma230T)
	Fix a few teeny typos

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

	* ecos.db: Update for Cogent CMA222 (associated with CMA230).

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

	* pkgconf/rules.mak:

	Force the MLT files in the install tree to be
	writable.

1999-12-02  Mark Salter  <msalter@cygnus.com>

	* targets: Added cma222 platform.

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

	* pkgconf/rules.mak:

	Modify the 'clean' rule to avoid leaving the output of
	custom rules in the build tree.

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

	* ecosrelease.tcl:

	Eliminate creation of version directory under
	'prebuilt' directory.

1999-11-30 John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Add 'mlt_headers' rule.

1999-11-29 John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Accommodate 'make -n' by using wildcards for the
	dependencies of test executables.

1999-11-29 John Dallaway  <jld@cygnus.co.uk>

	* ecosrelease.tcl:

	Eliminate version directory under 'prebuilt'
	directory.

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

	* targets:
	Don't support stubs startup for PIDT platform
	nor CMA230T platform
	The reason is that you're meant to build the stub
	in normal mode, not thumb mode.

1999-11-25 John Dallaway  <jld@cygnus.co.uk>

	* *.cdl:

	Fix description strings for CDL options
	CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE.

1999-11-24 John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Eliminate command_prefix and cflags attributes for
	each target. This information is no longer required
	by libCDL.

	* ecosadmin.tcl:

	Remove obsolete command_prefix and cflags procs from
	the package database parsing code.

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

	* targets:
	Remove -mno-sched-prolog for thumb builds

1999-11-19 John Dallaway  <jld@cygnus.co.uk>

	* ecosadmin.tcl:

	Observe the ECOS_REPOSITORY environment variable rather
	than PKGCONF_COMPONENT_REPOSITORY.

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

	* targets: EDB7209 only has "ROM" startup.

1999-11-17 John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Ignore errors during test linking if the IGNORE_LINK_ERRORS
	environment variable is set.

1999-11-16 John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Tidy Cirrus Logic display strings.

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

	* targets: Add aliases for Cirrus Logic platforms.

1999-11-10  Bart Veer  <bartv@cygnus.co.uk>

	* ecos.db
	Try to sort out template and target packages	

1999-11-09 John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Tidy up target and template strings.

1999-11-09 John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Tidy up HAL alias strings.

1999-11-08 John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Use .d files are targets for the compilation of tests.

	Explcitly specify a .d file as a dependency of each
	test execuatable to avoid deletion of .d file as an
	'intermediate' file.

1999-11-04  John Dallaway  <jld@cygnus.co.uk>

	* pkgadmin.tcl:

	Rename to ecosadmin.tcl and perform a global
	substitution "pkgadmin"->"ecosadmin" throughout the
	script.

1999-11-04  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Make all tests dependent on the eCos library and object
	files.

1999-11-03  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Remove .tmp files during 'make clean'.

1999-11-03  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Eliminate the use of .stamp files for individual object
	files. Use the dependency files (*.d) as stamp files.

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

	* ecos.db: Adding MN10300 platforms.
          Added CYGMON package.
	
1999-11-02  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Generate *.d dependency files during compilation.

	Generate a .deps dependency file for the tests.

	Include any .deps files which may exist.

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

	* ecos.db: Added PowerPC platforms.
	* ecos.db: Added some MIPS platforms. Added remaining MIPS platforms.
	
1999-11-01  Jesper Skov  <jskov@cygnus.co.uk>

	* ecos.db: Added i386/linux target.
	* ecos.db: Added sparclite/sleb target.

1999-10-29  Jesper Skov  <jskov@cygnus.co.uk>

	* ecos.db: Added SH/EDK target.

1999-10-29  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Specify '.PHONY' rule.

1999-10-28  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	Rationalise the naming of timestamp files.

1999-10-27  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Reenabled stubs startup for pid9.

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

	* packages: Disable CygMon by default

1999-10-26  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/rules.mak:

	New file providing default rules for makefiles generated
	from CDL data.

1999-10-26  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Removed stubs startup for pid9.
	* targets: Added pidBE platform.
	* targets: Added pidTBE platform.
	
1999-10-20  Gary Thomas  <gthomas@cygnus.co.uk>

	* packages: Add Cygmon package.

1999-10-20  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Rationalize hardware template names and descriptions.

	Remove thumb variant hardware templates as thumb support
	is now controlled by a CDL option.

1999-10-19  Nick Garnett  <nickg@cygnus.co.uk>

	* targets: Removed romram startup from brother platform.
	
1999-10-19  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Added pid9 target.

1999-10-18  John Dallaway  <jld@cygnus.co.uk>

	* ecos.db:

	Enable CYGHWR_THUMB for Thumb targets.

1999-10-15  John Dallaway  <jld@cygnus.co.uk>

	* pkgadmin.tcl:

	Accommodate and ignore new tcl commands 'enable' and
	'disable' in the package database file (ecos.db).

1999-10-14  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Some occurrences of $ in constant strings were not
	backslash-quoted. With older versions of Tcl this did not cause
	problems, but Tcl 8.2.1 appears to have been fixed and now
	attempts variable substitution. Appropriate backslashes have been
	added. 

1999-10-13  Nick Garnett  <nickg@cygnus.co.uk>

	* packages:
	* targets: 
	Added Brother platform/package to VR4300 target.

1999-10-07  Jesper Skov  <jskov@cygnus.co.uk>

	* ecos.db: Removed AEB rev C again. Handled with option now.

1999-10-06  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Added AEB rev C target.
	* ecos.db: Same.

1999-10-05  Nick Garnett  <nickg@cygnus.co.uk>

	* targets: Switched VR4300 over to big endian.
	
1999-10-06  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Allow an empty command prefix string, useful for the synthetic
	target. 

1999-09-16  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Added thumb-interwork.

1999-09-16  Jesper Skov  <jskov@cygnus.co.uk>

	* ecos.db: Added pidT target.

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

	* pkgadmin.tcl:

	No longer explicitly check for the presence of the
	'tar' tool on the path. This problem is now reported
	adequately during invocation.

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

	* pkgadmin.tcl:

	Redirect the standard output of all subprocesses invoked
	using 'exec' to avoid problems with the script freezing
	when invoked via Tcl_EvalFile() under Windows.

1999-09-13  John Dallaway  <jld@cygnus.co.uk>

	* pkgadmin.tcl:

	Test for presence of the 'tar' tool on the path.

	Raise an exception when a fatal error occurs. Catch
	error messages at the top level and return as the
	result of the script if the 'gui_mode' variable is
	set.

1999-09-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* packages: Tidy whitespace a bit

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

	* targets: Update processor type for EB7211 board (arm7tdmi).

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

	* packages: Rename CYGPKG_HAL_MN10300_SIM to CYGPKG_HAL_MN10300_AM31_SIM

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

	* pkgadmin.tcl:

	Add new '--extract_license' switch to extract the
	license file from a package distribution file for
	use by the eCos admin tool GUI.

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

	* targets: Added pidT - PID running in Thumb mode.

1999-09-08  Gary Thomas  <gthomas@cygnus.co.uk>

	* targets: Missing base platform for EB7211 ==> CL7211

1999-09-07  Jesper Skov  <jskov@cygnus.co.uk>

	* NEWS: Added drivers/watchdog

1999-09-07  John Dallaway  <jld@cygnus.co.uk>

	* pkgadmin.tcl:

	Use 'return' rather than 'exit' in case	we are running in
	the process of the caller.

	Add new '--accept_license' switch avoid prompting for
	license confirmation when invoked non-interactively.

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

	* targets: Rename Cirrus Logic platforms to match actual boards.

1999-09-06  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* targets: Remove am33-sim platform

1999-08-16  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* packages:
	* targets:
	Rename all mentions of am32 to am31

1999-08-12  Nick Garnett  <nickg@cygnus.co.uk>	

	Merged from AM33 branch:
	
    1999-07-29  Jonathan Larmour <jlarmour@cygnus.co.uk>

	* packages:
	Put am33 platform sim after platform stb to look more correct
	in Configuration tool   

    1999-06-30  Nick Garnett  <nickg@cygnus.co.uk>

	* targets: Corrected command prefix and added architecture
	selection flags. 

    1999-06-29  Nick Garnett  <nickg@cygnus.co.uk>

	* targets:
	* packages:
	reorganized MN10300 HAL into arch+variants+platforms model
	pioneered by MIPS HAL.

1999-08-12  Jesper Skov  <jskov@cygnus.co.uk>

	* packages: Added entry for PCI package.

1999-08-12  Jesper Skov  <jskov@cygnus.co.uk>

	* ecos.db: Added PCI and ebsa entries.

1999-08-06  John Dallaway  <jld@cygnus.co.uk>

	* pkgadmin.tcl: Remove any new targets or templates
	which have missing packages.

1999-08-05  John Dallaway  <jld@cygnus.co.uk>

	* pkgadmin.tcl: Handle binary files by adding a ".bin"
	suffix to the filename in the distribution archive. The
	suffix is removed during file extraction.

1999-07-29  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: enabled SH3 code generation.

1999-07-27  John Dallaway  <jld@cygnus.co.uk>

	* pkgadmin.tcl: Transfer development of the eCos
	admin tool from the ecos-bartv-19990405-cdl-branch
	to the repository trunk.

1999-07-22  Hugo Tyson  <hmt@masala.cygnus.co.uk>

	* targets: Change compiler for StrongARM EBSA-285 from
	"strongarm-elf-xxx" to "arm-elf-xxx -mcpu=strongarm" now that we
	have verified an OK toolchain for that.

1999-07-14  Hugo Tyson  <hmt@cygnus.co.uk>

	* packages: Add StrongARM EBSA-285 eval board support.
	Package is CYGPKG_HAL_ARM_EBSA285.

	* targets: Add StrongARM EBSA-285 eval board support.
	Target is ebsa285.
	
1999-06-23  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Undid last change - introduced run time problems.

1999-06-22  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Select SH3 code generation.

1999-06-10  Hugo Tyson  <hmt@cygnus.co.uk>

	* packages, targets: Add support for the PowerPC target MBX860
	platform and QUICC companion components.

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

	* pkgconf.tcl (pkgconf::produce_misc_files): MLT files need
	actual platform name, not base platform, to be compatible with
	the ConfigTool.

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

	* pkgconf.tcl (pkgconf::process_arguments): Fix GUI problem with
	new 'base_platform' stuff.

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

	* pkgconf.tcl (command_prefix): Allow command_prefix to be overridden
	on a per-platform basis.

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

	* targets: Add cma230T - CMA230 running in THUMB mode.

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

	* targets: Add 'base_platform' for CL7111, based on CL7211.

	* pkgconf.tcl: Support 'base_platform' in target specification.  This
	performs the inverse of what the "platform" entry in CDL options does.

1999-05-28  Jesper Skov  <jskov@cygnus.co.uk>

	* targets:
	* packages:
	Renamed SH platform package to edk7708.

1999-05-28  Nick Garnett  <nickg@cygnus.co.uk>

	* targets: Removed stubs startup option from vrc4373
	platform. This is now handled by a permutation file.

1999-05-26  Jesper Skov  <jskov@cygnus.co.uk>

	* NEWS: Added Kernel/Debugging entry.

1999-05-21  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Need -ggdb instead of -g.

1999-05-21  Nick Garnett  <nickg@cygnus.co.uk>

	* targets: Added romram and stubs startup options to vrc4373
	platform for vr4300.
	
1999-05-20  Jesper Skov  <jskov@cygnus.co.uk>

	* packages:
	* targets: Add new architecture sh, platform edk.

1999-05-20  Gary Thomas  <gthomas@cygnus.co.uk>

	* packages: 
	* targets: Add Cogent CMA230 (ARM 7TDMI)

1999-05-18  Gary Thomas  <gthomas@cygnus.co.uk>

	* packages: Remove errant CL7111 package.

1999-05-17  Gary Thomas  <gthomas@cygnus.co.uk>

	* packages: 
	* targets: Add new platform CL7111 - substantially the same as
	the CL7211 but different processor core.
1999-05-13  Nick Garnett  <nickg@cygnus.co.uk>

	The following changes were made in a branch and imported to the
	main trunk at a later date:

    1999-04-26  Nick Garnett  <nickg@cygnus.co.uk>

	[VR4300 branch]	
	* targets: Added -EL to ARCHFLAGS and removed "el" from
	command_prefix.

    1999-04-22  Nick Garnett  <nickg@cygnus.co.uk>

	[VR4300 branch]
	* targets: Tidied up DBGFLAGS for vr4300 target.
	
    1999-04-20  Gary Thomas  <gthomas@cygnus.co.uk>

	* packages: Reorder IO & HAL packages to allow ConfigTool to
	handle rearranged hierarchy.

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

	* packages: Place architecture package description strings in
	alphabetic order.

1999-05-13  Jesper Skov  <jskov@cygnus.co.uk>
        PR 17809
	* targets: Use -msoft-float instead of defining _SOFT_FLOAT.

1999-05-10  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Add new #define's for the target and platform headers.

1999-04-30  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Fixed the command line used when generating extras.o (again)

1999-04-28  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf/makevars:
	Remove the -n argument to tail, it does not appear to be required
	on any supported host and causes problems with some
	implementations of tail.

	* pkgconf/makrules.tst:
	Remove out of date device driver rules

	* pkgconf/makevars: 
	* pkgconf/makrules.src:
	Provide general rules for updating libextras.a

1999-04-27  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Add $(ARCHFLAGS) and $(LDARCHFLAGS) to the command line when
	generating extras.o from libextras.a
1999-04-19  Gary Thomas  <gthomas@cygnus.co.uk>

	* targets: Add Cirrus Logic CL7211 support.


1999-04-16  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Remove the phony target "packages". This is no longer useful and
	was causing problems, extras.o was not always rebuilt when it
	should because of a dependency on a phony target.
	
	* pkgconf.tcl:
	Simplify the rules for extras.o, based on the assumption that
	libextras.a will always exist. This is now guaranteed via
	hal/common/src/dummy.c

1999-04-15  Gary Thomas  <gthomas@cygnus.co.uk>

	* NEWS: Add information about available ARM ports.

1999-04-15  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf/makrules.src (build):
	Remove partial comment - I cannot remember what is was meant to
	say.

1999-04-14  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* pkgconf.tcl: Recreate extras.o when necessary after all other builds
	have completed. Create a dummy one, if there's no libextras.a

1999-04-14  Bart Veer  <bartv@cygnus.co.uk>

	* packages:
	Move serial devices to the end of the file so that the reparenting
	below the HAL packages works as intended.

1999-03-22  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* packages
	* targets
	Don't let CYGPKG_DEVICES_WALLCLOCK and CYGPKG_DEVICES_WATCHDOG be
	hardware-specific since they have emulation modes.
	Instead make them ubiquitous with default state enabled

	* Recursively *.h, *.hxx, *.c, *.cxx, *.inl:
	Detabify

1999-03-22  John Lane  <jlane@cygnus.co.uk>

	* Recursively *.h, *.hxx, *.c, *.cxx, *.inl:
	Update all copyright messages to be copyright 1999 too
	Strip all e-mail addresses down to user names within the DESCRIPTION header

1999-03-16  Gary Thomas  <gthomas@cygnus.co.uk>

	* pkgconf/makevars: Allow variables of the type 'fn-CFLAGS'
	and 'fn-CXXFLAGS' to provide singular option override for the
	given file name.

1999-03-17  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/makevars: Remove dependence on echo '-e' switch.

1999-03-16  Hugo Tyson  <hmt@cygnus.co.uk>

	* targets (sparclite, sleb): add rom startup.

1999-03-09  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	The generated pkgconf/pkgconf.mak file now defines variables
	TARGET, PLATFORM and STARTUP.

1999-03-05  John Dallaway  <jld@cygnus.co.uk>

	* packages, targets: Replace hardware attribute due to
	unforseen problems (undo most recent change).

1999-03-05  John Dallaway  <jld@cygnus.co.uk>

	* packages: Remove the hardware attribute from the WALLCLOCK
	and WATCHDOG packages.
	* targets: Remove the dependency of each platform on the
	WALLCLOCK and WATCHDOG packages since these are no longer
        hardware packages.

1999-03-05  Gary Thomas  <gthomas@cygnus.co.uk>

	* targets: Remove old DEVICES package requirements.
	Add WALLCLOCK, WATCHDOG for all platforms.

1999-03-04  Gary Thomas  <gthomas@cygnus.co.uk>

	These changes merged from 'ecos-new_devs-19990216-branch'

	(1999-02-18  Gary Thomas  <gthomas@cygnus.co.uk>)

	* packages: Change include directory paths for I/O files.

	(1999-02-16  Gary Thomas  <gthomas@cygnus.co.uk>)

	* pkgconf/makrules.src: 
	* pkgconf/makrules.tst: 
	* packages: Rework I/O [device drivers] sub-system.

1999-03-04  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Added new command-line arguments --debug and --nodebug
	
	* pkgconf.tcl:
	Revert previous change. cygpath may not be available in
	customer releases of eCos.

	* pkgconf.tcl:
	Under Windows the external cygpath utility is now used to
	perform pathname translations. This eliminates the need for
	pkgconf.tcl to know about or make guesses about the mount
	table.

1999-03-04  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf.tcl: Point to renamed *.ldi and *.h memory
	layout files with unique names.

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

	* pkgconf/makrules.tst:
	Ignore test link errors only when IGNORE_LINK_ERRORS is
	defined.

1999-03-02  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	tclsh 8.0 patchlevel 0 had problems accessing a namespace
	array variable when a command was running inside a safe
	interpreter. Prefixing the array variable with :: avoids
	the problem and is still legal Tcl code.

1999-02-26  Hugo Tyson  <hmt@cygnus.co.uk>

	* targets (sleb): 
	* packages (CYGPKG_HAL_SPARCLITE_SLEB): 
	Add SPARClite evaluation board (sleb).


1999-02-22  Mark Galassi  <rosalia@cygnus.com>

	* NEWS: small addition.

1999-02-19  Jesper Skov  <jskov@cygnus.co.uk>

	* NEWS: Added some more entries, fleshed out some.

1999-02-19  Mark Galassi  <rosalia@cygnus.com>

	* NEWS: added the NEWS file.  It's rather sparse for now.

1999-02-11  John Dallaway  <jld@cygnus.co.uk>

	* pkgconf/makrules.tst: Ignore linker errors while building tests.

1999-02-10  Hugo Tyson  <hmt@cygnus.co.uk>

	* targets: Set sparclite optimization -O2, enable selective
	linking, &c &c.

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

	* targets: Remove options now that math problems have been addressed.

1999-02-08  John Dallaway  <jld@cygnus.co.uk>

	* packages: Define HAL and RS232 packages in alphabetical order
	for presentation by the configuration tool.

1999-02-01  Gary Thomas  <gthomas@cygnus.co.uk>

	* targets: Add compiler options to work-around math code problems.
	
1999-01-25  Hugo Tyson  <hmt@cygnus.co.uk>

	* targets: be explicit about -msoft-float -mcpu=sparclite FAOD.


1999-01-21  Jesper Skov  <jskov@cygnus.co.uk>
 
	* targets:
	* packages:
 	Added FADS entries from Kevin Hester <KHester@opticworks.com>.

1999-01-20  Gary Thomas  <gthomas@cygnus.co.uk>

	* packages: Add ARM/PID serial driver

1999-01-20  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Changes ppc target 'stub' to 'stubs'.

1999-01-19  Hugo Tyson  <hmt@cygnus.co.uk>

	* targets: added -finit-priority to CXXLANGFLAGS for sparclite.


1999-01-19  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Added 'stub' startup.

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

	* targets: Add new memory layout 'stubs' for GDB/stubs layout.

1999-01-15  Gary Thomas  <gthomas@cygnus.co.uk>

	* pkgconf.tcl: Add new misc file 'system.mak' which contains
	the same info as <pkgconf/system.h> except suitable for makefiles.

1999-01-14  Hugo Tyson  <hmt@cygnus.co.uk>

	* packages: add SPARClite HAL info
	* targets: add SPARClite info
	* hal/sparclite/*...: initial checkin.


1999-01-14  Gary Thomas  <gthomas@cygnus.co.uk>

	* pkgconf/makrules.prv: Rename 'TESTS' to 'PROGS' which makes
	more sense based on how these rules are used.

	* pkgconf.tcl: Add support for 'misc' subdirectories.

1999-01-14  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Changed x86 tools prefix to i686-pc-linux-gnu.

1999-01-13  Jesper Skov  <jskov@cygnus.co.uk>

	* packages: Added aliases to i386 linux entry.

1999-01-06  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Cleaned up i386 entry.

Mon Nov  9 15:05:30 GMT 1998  Chris Provenzano <proven@cygnus.com>

	Initial i386 linux port.

	* packages, targets: Added target i386 platform linux.


1999-01-11  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl: Provide interim support for the MLT

1998-12-17  Gary Thomas  <gthomas@cygnus.co.uk>

	* targets: Make compiler options platform specific
	for ARM (AEB-1 vs PID)

1998-12-15  Gary Thomas  <gthomas@cygnus.co.uk>

	* packages: Add new AEB-1 platform

	* targets: Support new selective linking for ARM.
	Also add AEB-1 platform.

1998-10-23  Jesper Skov  <jskov@cygnus.co.uk>
        PR 17959

	* targets: Add wallclock and watchdog devices to SIM and powerpc
	default configurations.

1998-10-21  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Define _SOFT_FLOAT for PPC. Workaround for PR 17809.

1998-10-16  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Add a check for versions of Tcl older than 8.0, and produce
	a sensible error message in those cases.

Thu Oct 15 08:55:00 1998  John Dallaway  <jld@cygnus.co.uk>

	* customers:
	Fix typo in prebuilts for `public' customer.

Wed Oct 14 15:50:34 1998  Tim Goodwin  <tgoodwin@cygnus.co.uk>

	* customers:
	Add prebuilts for `public' customer.

Tue Oct 13 17:10:46 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* targets: 
	Add -Wl,-static to link flags, since the up-and-coming
	toolchains after 1.1 will require it. In particular anyone
	using the latest devo compilers needs it.

Tue Oct 13 14:52:50 1998  Tim Goodwin  <tgoodwin@cygnus.co.uk>

	* pkgconf.tcl:
	Fix missing package name that causes bogus error message.

1998-10-12  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: added -ffunction-sections and -fdata-sections for
	powerpc.

Mon Oct 12 18:52:35 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* targets: 
	Add -Winline back into ERRFLAGS for tx39
	For PR 17319

1998-10-08  Gary Thomas  <gthomas@penang.cygnus.co.uk>

	* packages: 
	* targets: 
	Add support for new architecture.

1998-10-06  John Dallaway  <jld@cygnus.co.uk>

      * customers:
      Make the PowerPC architecture part of the public release.

1998-09-25  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	PR 17485: as a temporary workaround header files in the install
	tree are now always deleted. This is a sub-optimal solution since
	it may cause unnecessary rebuilds of the system and of application
	code, but it is safe. A correct solution would require much more
	work. 

1998-09-18  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl: The argument parsing code no longer tries to be
	clever when parsing pathnames. Any string is accepted, and if the
	filename happens to be illegal then this should result in a
	reasonable error message when generating the build tree.

Thu Sep 17 17:33:44 1998  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: TX39 doesn't support GDB_DEVICE.

Tue Sep 15 19:38:55 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* targets: 
	Removed -Winline for tx39 target since this toolchain produces
	warnings specific to it about not being able to inline functions
	that return something more than 32 bits.	

Tue Sep 15 19:11:20 1998  David Moore  <dsm@keema.cygnus.co.uk>

	* pkgconf.tcl: Cleaned up comments.

Tue Sep 15 13:49:06 1998  Jesper Skov  <jskov@cygnus.co.uk>

	* targets: Cleaned up powerpc lines.

1998-09-14  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl:
	Fixes for PR 17286. After the earlier fixes for PR 17195 pkgconf
	had started deleting the makefile.deps files even when it was
	not always appropriate to do so. Now makefile.deps files only
	get deleted if there has been a change to the configuration's
	set of packages. Whenever there is such a change the file
	pkgconf/pkgconf.mak gets updated, which should cause everything
	to be rebuilt and new makefile.deps files to be generated.

1998-09-11  Bart Veer  <bartv@cygnus.co.uk>

	* packages:
	Added more useful aliases for the watchdog and wallclock devices.

	* pkgconf.tcl:
	Fixes for PR 17195.
	When it becomes necessary to clean out the build tree,
	the generated makefile.deps files are now removed as well.
	It was possible for these files to reference headers that
	are no longer in the configuration.
	When a package was disabled and then re-enabled, the
	generated makefiles for the include directories would believe
	incorrectly that the install/include directory was up to date
	because of .stamp files. These generated makefiles no longer
	rely on .stamp files for correct operation to avoid any
	such problems.

	* targets:
	All individual device drivers are now disabled when using
	the simulator HAL packages.

1998-09-08  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl (pkgconf::produce_misc_files): 
	* pkgconf/makrules.prv: 
	* pkgconf/makrules.tst: 
	* pkgconf/makrules.src:
	Allow per-package make rules, for use by configuration tool.

Tue Sep  8 14:40:57 1998  Tim Goodwin  <tgoodwin@cygnus.co.uk>

        * targets:
        Turn on selective linking for TX39.  Remove `-fno-builtin'.

Mon Sep  7 18:24:07 1998  Hugo Tyson  <hmt@cygnus.co.uk>

	* targets: 
	Add -finit-priority to mn10300 and tx39 for it is no longer the
	default, with our latest lovely tools.

1998-09-04  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl: pkgconf::get_current_packages { }
	Hardware packages which were inappropriate for the current target
	but still explicitly enabled by the user were being ignored. In
	such cases the user should be able to override the settings.

	<pkgconf/system.h> now contains #undef's for packages that are not
	present. 

1998-09-03  Bart Veer  <bartv@cygnus.co.uk>

	* targets:
	The tx39 simulator platform should not have the serial device
	enabled. 

	* pkgconf.tcl:
	Changed the output of --pkgdata to match the needs of the
	configuration tool.

Thu Sep  3 15:13:42 1998  Tim Goodwin  <tgoodiwn@cygnus.co.uk>

	* packages:

	s/panx/mn10300/g

1998-09-02  Bart Veer  <bartv@cygnus.co.uk>

	* packages:
	Changed a few aliases, to improve consistency.

	* pkgconf.tcl: 
	Added Windows-specific support for pathnames with spaces.
	
	* pkgconf.tcl: 
	* targets: 
	* packages:
	Changed the way HAL packages are handled. At the same time,
	improved the handling of device driver packages.

Wed Sep  2 11:38:58 1998  Tim Goodwin  <tgoodwin@cygnus.co.uk

	* everything: global change to update copyright notice, etc.


Mon Aug 31 11:24:25 1998  Jesper Skov  <jskov@lassi.cygnus.co.uk>

	* targets: Added -finit-priority to PowerPC CXX flags.

Mon Aug 31 11:21:10 1998  Jesper Skov  <jskov@lassi.cygnus.co.uk>

	* targets: Added -finit-priority to PowerPC CXX flags.

1998-08-27  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl: Fix read_save_file() to report the filename
	correctly. 

1998-08-25  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl: Fix definitions of array variables to work with Tcl
	8.1 

Mon Aug 24 17:44:26 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* packages: 
	Change capitalisation of error package alias

1998-08-18  Nick Garnett  <nickg@cygnus.co.uk>

	* packages: Added "HAL Common" package.

Mon Aug 17 22:31:58 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* pkgconf/makrules.tst, pkgconf/makrules.prv: 
	Remove all -ltarget and -lgcc as we now specify them in the HAL
	linker scripts

Thu Aug 13 15:35:16 1998  Jonathan Larmour  <jlarmour@cygnus.co.uk>

	* pkgconf/makrules.prv, pkgconf/makrules.tst: 
	Add extra -ltarget as libgcc needs to have symbols resolved from
	the C library

1998-07-31  Nick Garnett  <nickg@cygnus.co.uk>

	* packages: Added watchdog device.

Mon Jul 27 19:36:53 BST 1998  Chris Provenzano  <proven@cygnus.com>

	* packages: Added gdb pseudo device.

1998-07-23  Bart Veer  <bartv@cygnus.co.uk>

	* pkgconf.tcl: added new argument --pkgdata for internal use only.
	This results in a program-friendly listing of the available
	packages. 

	* Start of consistent usage of ChangeLog files throughout the
	project 

//===========================================================================
//####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####
//===========================================================================
