2008-12-18  Nick Garnett  <nickg@ecoscentric.com>

	* src/wallclock_lpc2xxx.cxx (Cyg_WallClock::init_hw_seconds): Add
	divide by 4 for LPC23xx and LPC24xx parts when using PCLK, since
	an undivided supply is not permitted.

2008-04-08  John Dallaway  <jld@ecoscentric.com>

	* cdl/wallclock_lpc2xxx.cdl: Calculate
	CYGPKG_DEVICES_WALLCLOCK_ARM_LPC2XXX_USE_RTCX default value to
	avoid initial conflict. Fix description string typo.

2008-03-10  Nick Garnett  <nickg@ecoscentric.com>

	* cdl/wallclock_lpc2xxx.cdl: 
	* src/wallclock_lpc2xxx.cxx (init_hw_seconds, set_hwclock):
	Add option and code to allow RTC to use an external crystal on
	those variants and boards that have it.

2004-08-31  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/wallclock_lpc2xxx.cdl: Don't implement set/get mode,
	so that RTC registers are initialised. If they aren't, the
	RTC may refuse to run!

2004-08-27  Jonathan Larmour  <jifl@eCosCentric.com>

	* src/wallclock_lpc2xxx.cxx (get_hw_seconds): Exactly take the right
	number of bits from read values.

2004-08-17  Jonathan Larmour  <jifl@eCosCentric.com>

	* src/wallclock_lpc2xxx.cxx: Move some RTC definitions to var_io.h.
	Reset RTC when setting time. Also make sure RTC is disabled when
	manipulating config or time.

2004-08-06  Jonathan Larmour  <jifl@eCosCentric.com>

	* New package. Support for on-chip RTC of Philips LPC2xxx CPUs.

// ####GPLCOPYRIGHTBEGIN####                                                
// -------------------------------------------                              
// This file is part of eCos, the Embedded Configurable Operating System.   
// Copyright (C) 2004, 2008 Free Software Foundation, Inc.                  
// Copyright (C) 2004, 2008 eCosCentric Limited                             
//
// 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####                                                  


