2001-11-01  Jesper Skov  <jskov@redhat.com>

	* src/arm9_misc.c (cyg_hal_arm9_soft_reset): Attempt at soft
	reset. Doesn't quite work though, and it's unclear why.

2001-10-28  Gary Thomas  <gthomas@redhat.com>

	* include/hal_cache.h: Fix DATA cache flush for 920,922.  This was
	off-by-one, leaving part of the cache unflushed.

2001-08-13  Jesper Skov  <jskov@redhat.com>

	* include/hal_cache.h: Support ARM variants 920, 922, 925 and 940.

2001-04-30  Gary Thomas  <gthomas@redhat.com>

	* src/arm9_misc.c (hal_hardware_init): Use CDL configuration to
	decide which caches should be enabled at startup time.

2001-04-26  Gary Thomas  <gthomas@redhat.com>

	* src/arm9_misc.c (hal_hardware_init): Caches just don't seem to work.

	* include/hal_cache.h: Fix cache parameters - 16K x 16K

2001-04-18  Jesper Skov  <jskov@redhat.com>

	* src/arm9_misc.c: Update copyright.
	* include/hal_cache.h: Same.
	* cdl/hal_arm_arm9.cdl: Same.

2001-04-16  Gary Thomas  <gthomas@redhat.com>

	* cdl/hal_arm_arm9.cdl: Add CDL to describe CPU family.

2001-04-03  Jesper Skov  <jskov@redhat.com>

	* src/arm9_misc.c: Removed hal_arm9.h
	* include/hal_cache.h: Same.
	* include/hal_arm9.h: Deleted.

2000-12-04  Hugo Tyson  <hmt@redhat.com>

	* include/hal_cache.h: Consistently ensure that ARM registers used
	in MCR ops to cache-control coprocessors, where the data doesn't
	matter, all actually have data zero ("SBZ") as in the Jaggar book.
	This may well not be necessary, but for the sake of making sure...

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

	* include/hal_cache.h
	(HAHAL_FLASH_CACHES_ON/HAL_FLASH_CACHES_OFF): Defined.

	* src/arm9_misc.c (hal_hardware_init): Disable caches. Wasted too
	much time on this already.

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

	* include/hal_cache.h (HAL_DCACHE_SYNC): Wait for cache dirty flag
	to clear.

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

	* src/arm9_misc.c (hal_hardware_init): Don't disable caches.

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

	* include/hal_cache.h (HAL_DCACHE_INVALIDATE_ALL): Remove
	writeback buffer flush.

	* cdl/hal_arm_arm9.cdl: Removed clock options.

	* src/arm9_misc.c: Cleaned up, enabled caches.

	* include/hal_cache.h: Enable cache controls, fix invalidate
	macro.

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

	* src/arm9_misc.c: Disable/clear caches. Removed clock handling.

	* include/hal_cache.h: Changed to match ARM925, but prevent
	enabling. Messes up flash programming.

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

	* Created.

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