2009-03-05  Bart Veer  <bartv@ecoscentric.com>

	* src/watchdog_sp805.cxx: update init priority

2008-06-04  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/watchdog_sp805.cdl: No longer specific to versatile
	board. 'hardware' attribute should ensure it's not used
	inappropriately.
	* src/watchdog_sp805.cxx: Remove dependency on versatile board.
	Include general hal_intr.h rather than guessing name of platform
	interrupt header file (hal_intr.h will include the platform one).
	Abstract out watchdog base and clock to allow setting by
	processor or platform HAL, and use throughout file.
	Avoid overflow in calculation of resolution and init value.
	Ensure to round init value up.
	(wdint): set init priority correctly.

2004-06-14  John Dallaway  <jld@ecoscentric.com>

	* cdl/watchdog_sp805.cdl: Use a default_value rather than a
	calulated value for CYGIMP_WATCHDOG_HARDWARE and specify
	active_if CYGPKG_IO_WATCHDOG.

2004-05-10  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/watchdog_sp805.cdl: Changed default_value of
	CYGSEM_DEVS_WATCHDOG_ARM_SP805_RESET to interrupt rather than
	reset.

	* src/watchdog_sp805.cxx: Several fixes to make this device work,
	including setting the timeout correctly and prioritizing the
	interrupt object constructor.

2004-05-07  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/watchdog_sp805.cdl: 
	* src/watchdog_sp805.cxx:
	Driver for ARM SP805 macrocell watchdog device.

// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 2004, 2008, 2009 eCosCentric Limited
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2008 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####                                                  
