diff packages/hal/powerpc/fads/current/ChangeLog @ 2:443894e2e912 ecos-v1_2_1-release

Block commit of eCos version 1.2.1
author jlarmour
date Tue, 11 May 1999 12:24:34 +0000
parents
children ece80412419a
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/packages/hal/powerpc/fads/current/ChangeLog
@@ -0,0 +1,130 @@
+1999-04-08  John Dallaway  <jld@cygnus.co.uk>
+
+	* include/pkgconf/*.ldi: Revised SECTION_* macro arguments to
+	avoid padded output sections (PR 19787)
+
+1999-03-23  Jonathan Larmour  <jlarmour@cygnus.co.uk>
+
+	* src/hal_diag.c: Disable interrupts when doing diag output so that
+	system "freezes" while this goes on
+
+1999-03-04  John Dallaway  <jld@cygnus.co.uk>
+
+	* include/pkgconf/*.ldi: give all LDI files unique names so
+        that they can co-exist in an eCos build tree (PR 19184)
+	* include/pkgconf/*.mlt: give all MLT files unique names so
+        that they can co-exist in an eCos build tree (PR 19184)
+
+1999-02-16  Jesper Skov  <jskov@cygnus.co.uk>
+	
+	* src/hal_diag.c (hal_diag_write_char): Changed
+	__output_gdb_string to hal_output_gdb_string.
+
+	* include/hal_stub.h: [removed]
+	* include/plf_stub.h: [added]
+	* src/hal_stub.c:     [removed]
+	* src/PKGconf.mak: 
+	Changed hal_stub to plf_stub. Moved generic HAL stub code to
+	common/.../hal_stub.c.
+
+1999-02-08  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/hal_powerpc_fads.h: Put back in the startup
+	CDL. Fixed inconsistency with usage notes.
+
+	* README: Added Kevin's usage notes.
+	
+1999-02-08  John Dallaway  <jld@cygnus.co.uk>
+
+	* include/pkgconf/*.mlt: New memory layout save files
+
+1999-02-05  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/PKGconf.mak: Fix comment.
+
+1999-02-05  John Dallaway  <jld@cygnus.co.uk>
+
+	* include/pkgconf/*.ldi: Remove LMA_EQ_VMA macro definition.
+
+1999-01-27  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* README: Added copyright header.
+
+1999-01-26  Hugo Tyson  <hmt@masala.cygnus.co.uk>
+
+	* include/pkgconf/ram.ldi:
+	* include/pkgconf/rom.ldi:
+	Add copyright notice.  (Though these files will later be generated
+	by a tool and so not copyright, these default setups are.)
+
+1999-01-22  Jesper Skov  <jskov@cygnus.co.uk>
+
+        * include/hal_diag.h:
+        * include/hal_stub.h:
+        * include/ppc_fads.h:
+        * include/pkgconf/hal_powerpc_fads.h:
+        * src/PKGconf.mak:
+        * src/fads.S:
+        * src/hal_diag.c:
+        * src/hal_stub.c:
+	Added UNSUPPORTED headers.
+
+	* README: Added a few comments from Kevin.
+
+1999-01-22  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* include/pkgconf/hal_powerpc_fads.h: Removed startup type CDL.
+
+1999-01-22  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/fads.S (hal_hardware_init): Renamed CYG_HAL_POWERPC_FADS to
+	CYGPKG_HAL_POWERPC_FADS.
+
+1999-01-21  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/fads.ld: [removed]
+	* include/pkgconf/ram.ldi: [added]
+	* include/pkgconf/rom.ldi: [added]
+	* src/PKGconf.mak: 
+	Changed to MLT linker scheme.
+	
+1998-12-17  Jesper Skov  <jskov@cygnus.co.uk>
+
+	* src/hal_stub.c: Call cyg_ prefixed function names. Put in EMXIFs
+	where functionality has been left out. Removed Cogent spefic
+	code.
+
+	* src/hal_diag.c: Rely on smc code to do full hw
+	initialization. Call cyg_ prefixed function names.
+
+	* src/fads.ld: Added Kevin to contributers.
+
+	* src/fads.S (hal_hardware_init): Removed all #if0 marked code.
+
+1998-10-28  Kevin Hester <khester@opticworks.com>
+
+        * Created based on the cogent implementation
+
+//===========================================================================
+//####COPYRIGHTBEGIN####
+//
+// -------------------------------------------
+// The contents of this file are subject to the Cygnus eCos Public License
+// Version 1.0 (the "License"); you may not use this file except in
+// compliance with the License.  You may obtain a copy of the License at
+// http://sourceware.cygnus.com/ecos
+// 
+// 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 Cygnus Operating System, released
+// September 30, 1998.
+// 
+// The Initial Developer of the Original Code is Cygnus.  Portions created
+// by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions.  All Rights Reserved.
+// -------------------------------------------
+//
+//####COPYRIGHTEND####
+//===========================================================================