diff packages/hal/sh/edk/current/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release

eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
author jlarmour
date Tue, 28 Mar 2000 14:10:45 +0000
parents
children 59d97b6ba612
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/packages/hal/sh/edk/current/ChangeLog
@@ -0,0 +1,264 @@
+2000-03-20  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_edk7708.cdl: Don't allow dependency on ROM_MONITOR
+	when including stubs.
+
+2000-03-18  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+	* cdl/hal_sh_edk7708.cdl: Use -g rather than -ggdb when using net gcc
+
+2000-03-09  Jesper Skov  <jskov@redhat.com>
+
+	* src/hal_diag.c: Fix compiler warning.
+
+2000-02-28  Jesper Skov  <jskov@redhat.com>
+
+	* include/platform.inc: Use sh_offsets instead of C header.
+
+2000-02-18  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+	* cdl/hal_sh_edk7708.cdl (CYGBLD_BUILD_GDB_STUBS): When
+	building stubs, define every dependency required here rather than
+	in the template
+
+2000-02-17  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_edk7708.cdl: 
+	Go back to -ggdb. -gstabs don't provide enough info for
+	source-level debugging.
+	
+	* include/pkgconf/mlt_sh_edk7708_rom.h: 
+	* include/pkgconf/mlt_sh_edk7708_rom.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_rom.mlt: 
+	* include/pkgconf/mlt_sh_edk7708_ram.h: 
+	* include/pkgconf/mlt_sh_edk7708_ram.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_ram.mlt:
+	Don't use . assignment due to tools problem.
+	
+2000-02-16  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_edk7708.cdl: Added LE support.
+
+2000-02-15  Jesper Skov  <jskov@redhat.com>
+
+	* misc/STUBS_config:
+	* include/pkgconf/mlt_sh_edk7708_rom.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_rom.mlt: 
+	* include/pkgconf/mlt_sh_edk7708_ram.h: 
+	* include/pkgconf/mlt_sh_edk7708_ram.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_ram.mlt:
+	Updated for new stubs scheme.
+
+	* cdl/hal_sh_edk7708.cdl: Removed stubs startup.
+	Use -gstabs instead of -ggdb to work around problem with GDB.
+
+2000-02-10  Jesper Skov  <jskov@redhat.com>
+
+	* include/plf_stub.h: 
+	HAL_STUB_PLATFORM_STUBS_INIT->HAL_STUB_PLATFORM_INIT
+
+2000-02-07  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_edk7708.cdl: use cpu flags when linking.
+
+2000-02-03  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_edk7708.cdl: Implements stubs.
+
+2000-01-27  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_edk7708.cdl: Moved part of stubs build rule to
+	common HAL.  Changed description.
+
+2000-01-26  Jesper Skov  <jskov@redhat.com>
+
+	* cdl/hal_sh_edk7708.cdl: Fix display string.
+
+2000-01-24  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* cdl/hal_sh_edk7708.cdl: Add stubs build rule.
+	* include/pkgconf/mlt_sh_edk7708_ram.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_ram.h:
+	* include/pkgconf/mlt_sh_edk7708_ram.mlt: 
+	* include/pkgconf/mlt_sh_edk7708_stubs.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_stubs.h:
+	* include/pkgconf/mlt_sh_edk7708_stubs.mlt: 
+	Give stub more RAM.
+	
+2000-01-24  John Dallaway  <jld@cygnus.co.uk>
+
+	* cdl/*.cdl:
+
+	Remove obsolete option CYGTST_TESTING_IDENTIFIER.
+
+2000-01-19  Hugo Tyson  <hmt@cygnus.co.uk>
+
+	* cdl/*.cdl: Add descriptions to a number of options &c which were
+	lacking same, also tidied up other typos as noticed en passant.
+
+2000-01-18  Jesper Skov  <jskov@cygnus.co.uk>
+	CR 902066
+	* include/pkgconf/mlt_sh_edk7708_ram.mlt: 
+	* include/pkgconf/mlt_sh_edk7708_ram.h: 
+	* include/pkgconf/mlt_sh_edk7708_ram.ldi: 
+	Correct RAM size.
+	
+1999-12-21  Jonathan Larmour  <jlarmour@cygnus.co.uk>
+
+	* src/plf_misc.c (cyg_hal_user_break): Rename
+	CYG_HAL_USE_ROM_MONITOR_GDB_STUBS -> CYGSEM_HAL_USE_ROM_MONITOR_GDB_stubs
+
+	* cdl/hal_sh_edk7708.cdl: Don't need to define CYG_HAL_SH_SH7708 any
+	more
+	Add new platform-specific CYGSEM_HAL_USE_ROM_MONITOR option to
+	control ROM monitor support
+
+1999-12-20  Gary Thomas  <gthomas@cygnus.co.uk>
+
+	* cdl/hal_sh_edk7708.cdl: Add -Wl for linker options.
+
+1999-11-25  Gary Thomas  <gthomas@cygnus.co.uk>
+
+	* include/pkgconf/mlt_sh_edk7708_stubs.h: 
+	* include/pkgconf/mlt_sh_edk7708_rom.h: 
+	* include/pkgconf/mlt_sh_edk7708_ram.h: New file(s).
+
+1999-11-02  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* cdl/hal_sh_edk7708.cdl: Use define_proc for CPU define.
+
+1999-11-01  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* cdl/hal_sh_edk7708.cdl: Use define_proc for const header defs.
+
+1999-10-29  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* cdl/hal_sh_edk7708.cdl: Added.
+
+1999-10-13  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/hal_diag.c (hal_diag_write_char): 
+	* src/plf_misc.c:
+	* src/PKGconf.mak (COMPILE): 
+	Added user breakpoint handling.
+
+1999-09-02  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* misc/STUBS_config: Also disable kernel support in HAL.
+
+1999-08-17  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* misc/STUBS_config: Added.
+
+1999-06-18  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/hal_sh_edk7708.h: Consistent EDK7708 naming.
+
+1999-06-01  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/hal_diag.c (hal_diag_write_char): Don't look for 0x03
+	chars. It doesn't work well. Better the dedicated magic handles
+	C-c.
+
+	* src/edk.S: Cleaned up memory controller setup.
+
+1999-05-31  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/hal_sh_edk7708.h: Removed FIX ME.
+
+	* src/edk.S: Fixed delay-slot problem.
+
+1999-05-28  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/hal_sh_edk7708.h: Fixed platform name.
+
+	* include/pkgconf/mlt_sh_edk7708_rom.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_rom.mlt: 
+	* include/pkgconf/mlt_sh_edk7708_stubs.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_stubs.mlt: 
+	* include/pkgconf/mlt_sh_edk7708_ram.ldi: 
+	* include/pkgconf/mlt_sh_edk7708_ram.mlt: 
+	Fixed memory layout and generated MLT files.
+	
+1999-05-28  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/hal_sh_edk.h:            [deleted]
+	* include/pkgconf/mlt_sh_edk_ram.ldi:      [deleted]
+	* include/pkgconf/mlt_sh_edk_ram.mlt:      [deleted]
+	* include/pkgconf/mlt_sh_edk_rom.ldi:      [deleted]
+	* include/pkgconf/mlt_sh_edk_stubs.ldi:    [deleted]
+	* include/pkgconf/hal_sh_edk7708.h:        [added]
+	* include/pkgconf/mlt_sh_edk7708_ram.ldi:  [added]
+	* include/pkgconf/mlt_sh_edk7708_ram.mlt:  [added]
+	* include/pkgconf/mlt_sh_edk7708_rom.ldi:  [added]
+	* include/pkgconf/mlt_sh_edk7708_rom.mlt:  [added]
+	* include/pkgconf/mlt_sh_edk7708_stubs.ldi:[added]
+	* include/pkgconf/mlt_sh_edk7708_stubs.mlt:[added]
+	* src/PKGconf.mak: 
+        Renamed SH platform package to edk7708.
+
+1999-05-21  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/hal_sh_edk.h (CYGNUM_HAL_RTC_PERIOD): The timer
+	is running at 1/4 of the peripheral clock.
+
+	* include/plf_stub.h: Added RESET code.
+
+	* include/pkgconf/hal_sh_edk.h: Added RTC data for the edk board.
+
+1999-05-20  John Dallaway  <jld@cygnus.co.uk>
+
+	* include/pkgconf/mlt_sh_edk_ram.mlt: Working MLT-generated
+	version.
+
+1999-05-20  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* Moved files to CVS trunk.
+
+1999-05-19  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/edk.S (_hal_hardware_init): Fix a few mistakes.
+
+	* include/plf_stub.h: Enable led in stub init.
+
+	* include/pkgconf/mlt_sh_edk_stubs.ldi: 
+	* include/pkgconf/mlt_sh_edk_rom.ldi: 
+	Added.
+	Moved RAM region to the end of the chunk and made it bigger.
+	
+	* src/edk.S (_hal_hardware_init): Added Bus State Controller
+	initialization.
+
+1999-05-19  Jesper Skov  <jskov@cygnus.co.uk>
+
+        * Most things working now. Will start keeping track of changes.
+	
+1999-04-22  Jesper Skov  <jskov@lassi.cygnus.co.uk>
+
+	* Set up directory structure.
+
+//===========================================================================
+//####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####
+//===========================================================================