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 - FCC needs serial console during init


-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: devs/eth/powerpc/fcc/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fcc/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- devs/eth/powerpc/fcc/current/ChangeLog	30 Aug 2003 17:11:48 -0000	1.3
+++ devs/eth/powerpc/fcc/current/ChangeLog	8 Sep 2003 17:49:25 -0000
@@ -1,5 +1,10 @@
+2003-09-08  Gary Thomas  <gary@mlbassoc.com>
+
+	* cdl/fcc_eth_drivers.cdl: Force serial console during init (only
+	safe way to print during system initialization)
+
 2003-08-30  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/if_fcc.c: Fix compile error.
 
 2003-08-26  Gary Thomas  <gary@mlbassoc.com>
Index: devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl,v
retrieving revision 1.1
diff -u -5 -p -r1.1 fcc_eth_drivers.cdl
--- devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl	19 Aug 2003 17:29:43 -0000	1.1
+++ devs/eth/powerpc/fcc/current/cdl/fcc_eth_drivers.cdl	8 Sep 2003 17:44:17 -0000
@@ -62,10 +62,13 @@ cdl_package CYGPKG_DEVS_ETH_POWERPC_FCC 
     include_files ; # none _exported_ whatsoever
 
     description   "Fast ethernet driver for PowerPC MPC8xxx boards."
     compile       -library=libextras.a if_fcc.c
 
+    # Debug I/O during network stack initialization is not reliable
+    requires { !CYGPKG_NET || CYGPKG_NET_FORCE_SERIAL_CONSOLE == 1 }
+
     cdl_option CYGNUM_DEVS_ETH_POWERPC_FCC_BUFSIZE {
         display       "Buffer size"
         flavor        data
         default_value 1540
         description   "

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