This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PowerPC - Misc HAL cleanups


These changes just make the HAL cleaner (less confusing to new users,
etc)

Index: hal/powerpc/cme555/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/cme555/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- hal/powerpc/cme555/current/ChangeLog	12 Feb 2003 18:45:37 -0000	1.3
+++ hal/powerpc/cme555/current/ChangeLog	7 Mar 2003 14:45:40 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove [confusing] platform specific include.
+
 2003-02-10  Nick Garnett  <nickg at calivar dot com>
 
 	* misc/redboot_RAM.ecm: Brought up to date with ROM version.
 
 2002-05-13  Jesper Skov  <jskov at redhat dot com>
Index: hal/powerpc/cme555/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/cme555/current/include/plf_stub.h,v
retrieving revision 1.2
diff -u -5 -p -r1.2 plf_stub.h
--- hal/powerpc/cme555/current/include/plf_stub.h	23 May 2002 23:04:16 -0000	1.2
+++ hal/powerpc/cme555/current/include/plf_stub.h	7 Mar 2003 14:14:18 -0000
@@ -51,13 +51,11 @@
 //              
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
-#include <pkgconf/system.h>
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_cme555.h>
 
 #ifdef CYGPKG_IO_SERIAL
 #include <pkgconf/io_serial.h>
 #endif
 
Index: hal/powerpc/cogent/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/cogent/current/ChangeLog,v
retrieving revision 1.24
diff -u -5 -p -r1.24 ChangeLog
--- hal/powerpc/cogent/current/ChangeLog	6 Aug 2002 16:00:20 -0000	1.24
+++ hal/powerpc/cogent/current/ChangeLog	7 Mar 2003 14:45:51 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove [confusing] platform specific include.
+
 2002-08-06  Gary Thomas  <gary at chez-thomas dot org>
 2002-08-06  Motoya Kurotsu <kurotsu at allied-telesis dot co dot jp>	
 
 	* src/hal_diag.c: I/O channel data can't be constant - contains
 	timeout information which can be changed.
Index: hal/powerpc/cogent/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/cogent/current/include/plf_stub.h,v
retrieving revision 1.9
diff -u -5 -p -r1.9 plf_stub.h
--- hal/powerpc/cogent/current/include/plf_stub.h	23 May 2002 23:04:18 -0000	1.9
+++ hal/powerpc/cogent/current/include/plf_stub.h	7 Mar 2003 14:14:09 -0000
@@ -51,13 +51,11 @@
 //              
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
-#include <pkgconf/system.h>
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_cogent.h>
 
 #ifdef CYGPKG_IO_SERIAL
 #include <pkgconf/io_serial.h>
 #endif
 
Index: hal/powerpc/ec555/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ec555/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- hal/powerpc/ec555/current/ChangeLog	12 Feb 2003 18:45:52 -0000	1.3
+++ hal/powerpc/ec555/current/ChangeLog	7 Mar 2003 14:46:02 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove [confusing] platform specific include.
+
 2003-02-10  Nick Garnett  <nickg at calivar dot com>
 
 	* misc/redboot_RAM.ecm: Brought up to date with ROM version.
 
 2002-05-13  Jesper Skov  <jskov at redhat dot com>
Index: hal/powerpc/ec555/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ec555/current/include/plf_stub.h,v
retrieving revision 1.2
diff -u -5 -p -r1.2 plf_stub.h
--- hal/powerpc/ec555/current/include/plf_stub.h	23 May 2002 23:04:20 -0000	1.2
+++ hal/powerpc/ec555/current/include/plf_stub.h	7 Mar 2003 14:13:58 -0000
@@ -51,13 +51,11 @@
 //              
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
-#include <pkgconf/system.h>
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_ec555.h>
 
 #ifdef CYGPKG_IO_SERIAL
 #include <pkgconf/io_serial.h>
 #endif
 
Index: hal/powerpc/fads/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/fads/current/ChangeLog,v
retrieving revision 1.20
diff -u -5 -p -r1.20 ChangeLog
--- hal/powerpc/fads/current/ChangeLog	27 Jun 2002 20:27:15 -0000	1.20
+++ hal/powerpc/fads/current/ChangeLog	7 Mar 2003 14:46:12 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove [confusing] platform specific include.
+
 2002-06-27  Gary Thomas  <gary at chez-thomas dot org>
 
 	* include/plf_regs.h: New file - platform overrides.
 
 2002-04-11  Gary Thomas  <gthomas at redhat dot com>
Index: hal/powerpc/fads/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/fads/current/include/plf_stub.h,v
retrieving revision 1.9
diff -u -5 -p -r1.9 plf_stub.h
--- hal/powerpc/fads/current/include/plf_stub.h	23 May 2002 23:04:22 -0000	1.9
+++ hal/powerpc/fads/current/include/plf_stub.h	7 Mar 2003 14:13:50 -0000
@@ -52,11 +52,10 @@
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_fads.h>
 
 #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
 
 #include <cyg/infra/cyg_type.h>         // CYG_UNUSED_PARAM
 
Index: hal/powerpc/mbx/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/mbx/current/ChangeLog,v
retrieving revision 1.32
diff -u -5 -p -r1.32 ChangeLog
--- hal/powerpc/mbx/current/ChangeLog	2 Dec 2002 20:42:57 -0000	1.32
+++ hal/powerpc/mbx/current/ChangeLog	7 Mar 2003 14:46:23 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove [confusing] platform specific include.
+
 2002-12-02  Gary Thomas  <gthomas at ecoscentric dot com>
 
 	* include/plf_intr.h: Use MPC8xx variant RESET support.
 
 2002-11-26  Gary Thomas  <gthomas at ecoscentric dot com>
Index: hal/powerpc/mbx/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/mbx/current/include/plf_stub.h,v
retrieving revision 1.11
diff -u -5 -p -r1.11 plf_stub.h
--- hal/powerpc/mbx/current/include/plf_stub.h	23 May 2002 23:04:25 -0000	1.11
+++ hal/powerpc/mbx/current/include/plf_stub.h	7 Mar 2003 14:13:45 -0000
@@ -52,11 +52,10 @@
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_mbx.h>
 
 #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
 
 #include <cyg/infra/cyg_type.h>         // CYG_UNUSED_PARAM
 
Index: hal/powerpc/ts6/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ts6/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- hal/powerpc/ts6/current/ChangeLog	4 Mar 2003 23:25:18 -0000	1.4
+++ hal/powerpc/ts6/current/ChangeLog	7 Mar 2003 14:46:32 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove [confusing] platform specific include.
+
 2003-03-04  Paul Fine <pfine at delcomsys dot com>
 	
 	* cdl/hal_powerpc_ts6.cdl: Now that the cache control macros
 	are correct and quicc2 ethernet driver has been fixed with respect
 	to caching operations, allow the cache to be enabled at startup.
Index: hal/powerpc/ts6/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ts6/current/include/plf_stub.h,v
retrieving revision 1.1
diff -u -5 -p -r1.1 plf_stub.h
--- hal/powerpc/ts6/current/include/plf_stub.h	12 Dec 2002 21:15:33 -0000	1.1
+++ hal/powerpc/ts6/current/include/plf_stub.h	7 Mar 2003 14:09:45 -0000
@@ -53,11 +53,10 @@
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_ts6.h>
 
 #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
 
 #include <cyg/infra/cyg_type.h>         // CYG_UNUSED_PARAM
 
Index: hal/powerpc/vads/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/vads/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- hal/powerpc/vads/current/ChangeLog	4 Mar 2003 23:25:14 -0000	1.4
+++ hal/powerpc/vads/current/ChangeLog	7 Mar 2003 14:46:40 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove [confusing] platform specific include.
+
 2003-03-04  Paul Fine <pfine at delcomsys dot com>
 	
 	* cdl/hal_powerpc_vads.cdl: Now that the cache control macros
 	are correct and quicc2 ethernet driver has been fixed with respect
 	to caching operations, allow the cache, and MMU, to be enabled at
Index: hal/powerpc/vads/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/vads/current/include/plf_stub.h,v
retrieving revision 1.1
diff -u -5 -p -r1.1 plf_stub.h
--- hal/powerpc/vads/current/include/plf_stub.h	12 Dec 2002 21:15:36 -0000	1.1
+++ hal/powerpc/vads/current/include/plf_stub.h	7 Mar 2003 14:09:45 -0000
@@ -53,11 +53,10 @@
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_vads.h>
 
 #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
 
 #include <cyg/infra/cyg_type.h>         // CYG_UNUSED_PARAM
 
Index: hal/powerpc/viper/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/ChangeLog,v
retrieving revision 1.21
diff -u -5 -p -r1.21 ChangeLog
--- hal/powerpc/viper/current/ChangeLog	4 Mar 2003 16:16:02 -0000	1.21
+++ hal/powerpc/viper/current/ChangeLog	7 Mar 2003 14:01:11 -0000
@@ -1,5 +1,9 @@
+2003-03-07  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/plf_stub.h: Remove superfluous include <pkgconf/hal_powerpc_viper.h>
+
 2003-03-04  Gary Thomas  <gary at mlbassoc dot com>
 
 	* src/viper.S: 
 	* cdl/hal_powerpc_viper.cdl: Support higher speed parts - up to 100MHz.
 
Index: hal/powerpc/viper/current/include/plf_stub.h
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/include/plf_stub.h,v
retrieving revision 1.3
diff -u -5 -p -r1.3 plf_stub.h
--- hal/powerpc/viper/current/include/plf_stub.h	23 May 2002 23:04:34 -0000	1.3
+++ hal/powerpc/viper/current/include/plf_stub.h	7 Mar 2003 14:00:38 -0000
@@ -10,10 +10,11 @@
 //=============================================================================
 //####ECOSGPLCOPYRIGHTBEGIN####
 // -------------------------------------------
 // This file is part of eCos, the Embedded Configurable Operating System.
 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
+// Copyright (C) 2003 Gary Thomas
 //
 // eCos 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.
 //
@@ -42,21 +43,20 @@
 //####ECOSGPLCOPYRIGHTEND####
 //=============================================================================
 //#####DESCRIPTIONBEGIN####
 //
 // Author(s):   jskov
-// Contributors:jskov
+// Contributors:jskov, gthomas
 // Date:        1999-02-12
 // Purpose:     Platform HAL stub support for PowerPC/VIPER board.
 // Usage:       #include <cyg/hal/plf_stub.h>
 //              
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
 #include <pkgconf/hal.h>
-#include <pkgconf/hal_powerpc_viper.h>
 
 #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
 
 #include <cyg/infra/cyg_type.h>         // CYG_UNUSED_PARAM
 


-- 
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary at mlbassoc dot com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]