view packages/hal/arm/sa11x0/var/current/ChangeLog @ 148:8f2f7615e727

Merge from eCos master repository on 2001-01-12-06:43:03-GMT
author jlarmour
date Fri, 12 Jan 2001 08:11:46 +0000
parents 2e9a636d9de9
children 25e238959bae
line wrap: on
line source

2001-01-05  Hugo Tyson  <hmt@redhat.com>

	* include/hal_mm.h: Change bitfields within memmap entry to
	unsigned, so that we can compare values successfully - otherwise
	"0x02" sign-extends and is never equal after promotion!

	* include/hal_cache.h: Include the platform memory map
	interrogation definitions from <cyg/hal/plf_mmap.h> and header for
	the new functions below.

	* src/sa11x0_misc.c (hal_virt_to_phys_address): 
	(hal_phys_to_virt_address): 
	(hal_virt_to_uncached_address): New functions which inspect the
	real memory map in force to verify the static translations defined
	in the efficient macro versions.

	* tests/mmap_test.c (endif): New file: testcase for memory map
	interrogation macros and verification functions.

	* cdl/hal_arm_sa11x0.cdl: Build the testcase.

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

	* cdl/hal_arm_sa11x0.cdl: Define a symbol CYGBLD_HAL_VAR_INTS_H so
	that the architectural HAL can see <cyg/hal/hal_var_ints.h> below.

	* include/hal_var_ints.h: New file; actually a copy of all the
	platforms' hal_platform_ints.h for all the sa11x0 platforms.

	* include/hal_mm.h: New file; actually an excerpt from all the
	platforms' $PLATFORM_misc.h for all the sa11x0 platforms, which
	describes MM table layout and macros for initializing it.

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

	* cdl/hal_arm_sa11x0.cdl: Allow RTC clock rate to be changable.

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-12-01  Hugo Tyson  <hmt@redhat.com>

	* include/hal_cache.h: Define addressable cache line operations
	HAL_DCACHE_STORE(), HAL_DCACHE_INVALIDATE(), HAL_DCACHE_FLUSH()
	now that I have understood how come the test (kcache2) was
	failing.  See kernel ChangeLog for details.  Also tidied up a
	couple of other minor details.

2000-11-27  Gary Thomas  <gthomas@redhat.com>

	* src/hal_diag.c (init_channel): UART setup required on Brutus as well.

2000-11-21  Gary Thomas  <gthomas@redhat.com>

	* src/hal_diag.c (init_channel): Disable broken uart setups on platforms
	other than the SA1110MM, since this code seems to be somewhat broken.

2000-10-25  Drew Moseley  <dmoseley@redhat.com>

	* src/hal_diag.c: Added UART1 support for SA1100 targets.

	* include/hal_sa11x0.h: Added GPIO bit definitions.

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

	* include/hal_diag.h (HAL_DELAY_US): Define.

	* src/sa11x0_misc.c (hal_delay_us): New function.  Used to 
	provide timers/delays in non-kernel systems.

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

	* cdl/hal_arm_sa11x0.cdl: 
	* src/hal_diag.c:
	Cleaned up channel options.
	
	* src/hal_diag.c: Use per-channel structure instead of code cruft.

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

	* src/hal_diag.c: calling i/f macro changes.

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

	* cdl/hal_arm_sa11x0.cdl: 
	* include/plf_stub.h:
	* src/plf_stub.c: [deleted]
	Stub uses vector table for all IO.
	
	* src/sa11x0_misc.c: Fix compiler warning.

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

	* src/hal_diag.c: Some fixes and code layout changes (Gary
	Thomas).

	* src/hal_diag.c:
	* include/hal_diag.h:
	* include/hal_sa11x0.h:
	Changed to initialize all procs tables. Added timeout getc, and
	proper debug channel switch behavior.

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

	* src/sa11x0_misc.c (hal_clock_reset): Add code to compensate for
	clock drift since this hardware does not reset on interrupts.
	(hal_clock_read): Also adjust the value returned here for same reason.

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

	* src/hal_diag.c (hal_diag_write_char): 
	Fix typo: CYGINT_HAL_GDB_PORT_VECTOR to be CYGHWR_HAL_GDB_PORT_VECTOR
	
2000-06-19  Gary Thomas  <gthomas@redhat.com>

	* include/hal_diag.h: 
	* include/plf_stub.h: 
	* src/hal_diag.c: 
	* src/sa11x0_misc.c: Update for virtual vector (debug) support.

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

	* src/hal_diag.c: Fix baud rates for 960,19200.  Take out "announce"
	string in ROM mode.

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

	* src/plf_stub.c: 
	* include/plf_stub.h: 'sa1100' shared items renamed to 'sa11x0'.

	* src/sa11x0_misc.c (hal_IRQ_handler): 
	(hal_interrupt_mask): 
	(hal_interrupt_unmask): 
	(hal_interrupt_acknowledge): 
	(hal_interrupt_configure): Complete support for GPIO interrupts.  
	Some of these are direct, others are grouped and the code needs 
	to handle both.  Also update support for GPIO edge detect interrupt 
	circuitry.

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

	* include/hal_cache.h: 
	* src/hal_diag.c: 
	* src/sa11x0_misc.c: Renaming of 'sa1100' shared stuff to be
	'sa11x0'.
	
	* include/hal_sa11x0.h: Renamed from 'hal_sa1100.h'.

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

	* src/sa11x0_misc.c: Enable caches.

	* include/hal_sa1100.h: Misc cleanups and additions necessary for
	ROM startup mode.

2000-05-10  Gary Thomas  <gthomas@redhat.com>

	* current/src/plf_stub.c:
	* current/src/hal_diag.c:
	* current/src/sa11x0_misc.c: 
	* current/include/hal_diag.h: 
	* current/include/hal_sa1100.h: 
	* current/include/hal_cache.h: 
	* current/include/plf_stub.h: 
	* current/cdl/hal_arm_sa11x0.cdl: New file(s).

//===========================================================================
//####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, 2001 Red Hat, Inc.                             
// All Rights Reserved.                                                     
// -------------------------------------------                              
//                                                                          
//####COPYRIGHTEND####
//===========================================================================