Mercurial > ecos
changeset 815:f90e00669a21
Cleanup by removing some unecessary/confusing #include statements.
line wrap: on
line diff
--- a/packages/hal/powerpc/cme555/current/ChangeLog +++ b/packages/hal/powerpc/cme555/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove [confusing] platform specific include. + 2003-02-10 Nick Garnett <nickg@calivar.com> * misc/redboot_RAM.ecm: Brought up to date with ROM version.
--- a/packages/hal/powerpc/cme555/current/include/plf_stub.h +++ b/packages/hal/powerpc/cme555/current/include/plf_stub.h @@ -53,9 +53,7 @@ // //============================================================================= -#include <pkgconf/system.h> #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_cme555.h> #ifdef CYGPKG_IO_SERIAL #include <pkgconf/io_serial.h>
--- a/packages/hal/powerpc/cogent/current/ChangeLog +++ b/packages/hal/powerpc/cogent/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove [confusing] platform specific include. + 2002-08-06 Gary Thomas <gary@chez-thomas.org> 2002-08-06 Motoya Kurotsu <kurotsu@allied-telesis.co.jp>
--- a/packages/hal/powerpc/cogent/current/include/plf_stub.h +++ b/packages/hal/powerpc/cogent/current/include/plf_stub.h @@ -53,9 +53,7 @@ // //============================================================================= -#include <pkgconf/system.h> #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_cogent.h> #ifdef CYGPKG_IO_SERIAL #include <pkgconf/io_serial.h>
--- a/packages/hal/powerpc/ec555/current/ChangeLog +++ b/packages/hal/powerpc/ec555/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove [confusing] platform specific include. + 2003-02-10 Nick Garnett <nickg@calivar.com> * misc/redboot_RAM.ecm: Brought up to date with ROM version.
--- a/packages/hal/powerpc/ec555/current/include/plf_stub.h +++ b/packages/hal/powerpc/ec555/current/include/plf_stub.h @@ -53,9 +53,7 @@ // //============================================================================= -#include <pkgconf/system.h> #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_ec555.h> #ifdef CYGPKG_IO_SERIAL #include <pkgconf/io_serial.h>
--- a/packages/hal/powerpc/fads/current/ChangeLog +++ b/packages/hal/powerpc/fads/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove [confusing] platform specific include. + 2002-06-27 Gary Thomas <gary@chez-thomas.org> * include/plf_regs.h: New file - platform overrides.
--- a/packages/hal/powerpc/fads/current/include/plf_stub.h +++ b/packages/hal/powerpc/fads/current/include/plf_stub.h @@ -54,7 +54,6 @@ //============================================================================= #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_fads.h> #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
--- a/packages/hal/powerpc/mbx/current/ChangeLog +++ b/packages/hal/powerpc/mbx/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove [confusing] platform specific include. + 2002-12-02 Gary Thomas <gthomas@ecoscentric.com> * include/plf_intr.h: Use MPC8xx variant RESET support.
--- a/packages/hal/powerpc/mbx/current/include/plf_stub.h +++ b/packages/hal/powerpc/mbx/current/include/plf_stub.h @@ -54,7 +54,6 @@ //============================================================================= #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_mbx.h> #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
--- a/packages/hal/powerpc/ts6/current/ChangeLog +++ b/packages/hal/powerpc/ts6/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove [confusing] platform specific include. + 2003-03-04 Paul Fine <pfine@delcomsys.com> * cdl/hal_powerpc_ts6.cdl: Now that the cache control macros
--- a/packages/hal/powerpc/ts6/current/include/plf_stub.h +++ b/packages/hal/powerpc/ts6/current/include/plf_stub.h @@ -55,7 +55,6 @@ //============================================================================= #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_ts6.h> #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
--- a/packages/hal/powerpc/vads/current/ChangeLog +++ b/packages/hal/powerpc/vads/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove [confusing] platform specific include. + 2003-03-04 Paul Fine <pfine@delcomsys.com> * cdl/hal_powerpc_vads.cdl: Now that the cache control macros
--- a/packages/hal/powerpc/vads/current/include/plf_stub.h +++ b/packages/hal/powerpc/vads/current/include/plf_stub.h @@ -55,7 +55,6 @@ //============================================================================= #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_vads.h> #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
--- a/packages/hal/powerpc/viper/current/ChangeLog +++ b/packages/hal/powerpc/viper/current/ChangeLog @@ -1,3 +1,7 @@ +2003-03-07 Gary Thomas <gary@mlbassoc.com> + + * include/plf_stub.h: Remove superfluous include <pkgconf/hal_powerpc_viper.h> + 2003-03-04 Gary Thomas <gary@mlbassoc.com> * src/viper.S:
--- a/packages/hal/powerpc/viper/current/include/plf_stub.h +++ b/packages/hal/powerpc/viper/current/include/plf_stub.h @@ -12,6 +12,7 @@ // ------------------------------------------- // 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 @@ -44,7 +45,7 @@ //#####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> @@ -54,7 +55,6 @@ //============================================================================= #include <pkgconf/hal.h> -#include <pkgconf/hal_powerpc_viper.h> #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
