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]

ixdp425/grg tweak


Disable writing to EEPROM. This was causing more problems than it
was worth. Best to just leave the NICs EEPROM contents alone.

--Mark

Index: grg/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/grg/current/ChangeLog,v
retrieving revision 1.1
diff -u -p -5 -r1.1 ChangeLog
--- grg/current/ChangeLog	18 Mar 2003 13:12:59 -0000	1.1
+++ grg/current/ChangeLog	2 Apr 2003 18:07:13 -0000
@@ -1,5 +1,10 @@
+2003-04-02  Mark Salter  <msalter at redhat dot com>
+
+	* misc/redboot_ROM.ecm: Don't set I82559_WRITE_EEPROM.
+	* misc/redboot_RAM.ecm: Ditto.
+
 2003-02-22  Mark Salter  <msalter at redhat dot com>
 
 	* cdl/hal_arm_xscale_grg.cdl: Fix HAL_PLATFORM_MACHINE_TYPE.
 
 2003-02-13  Mark Salter  <msalter at redhat dot com>
Index: grg/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/grg/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -p -5 -r1.1 redboot_RAM.ecm
--- grg/current/misc/redboot_RAM.ecm	18 Mar 2003 13:10:03 -0000	1.1
+++ grg/current/misc/redboot_RAM.ecm	2 Apr 2003 18:07:13 -0000
@@ -116,8 +116,5 @@ cdl_option CYGPKG_HAL_GDB_FILEIO {
 
 cdl_option CYGOPT_DEVS_FLASH_STRATA_NOT_IN_RAM {
    inferred_value 0
 };
 
-cdl_component CYGPKG_DEVS_ETH_INTEL_I82559_WRITE_EEPROM {
-    user_value 1
-};
Index: grg/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/grg/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -p -5 -r1.1 redboot_ROM.ecm
--- grg/current/misc/redboot_ROM.ecm	18 Mar 2003 13:10:03 -0000	1.1
+++ grg/current/misc/redboot_ROM.ecm	2 Apr 2003 18:07:13 -0000
@@ -120,9 +120,5 @@ cdl_option CYGBLD_ISO_DNS_HEADER {
 
 cdl_option CYGPKG_HAL_GDB_FILEIO {
     user_value 1
 };
 
-cdl_component CYGPKG_DEVS_ETH_INTEL_I82559_WRITE_EEPROM {
-    user_value 1
-};
-
Index: ixdp425/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixdp425/current/ChangeLog,v
retrieving revision 1.2
diff -u -p -5 -r1.2 ChangeLog
--- ixdp425/current/ChangeLog	27 Mar 2003 02:14:20 -0000	1.2
+++ ixdp425/current/ChangeLog	2 Apr 2003 18:07:14 -0000
@@ -1,5 +1,10 @@
+2003-04-02  Mark Salter  <msalter at redhat dot com>
+
+	* misc/redboot_ROM.ecm: Don't set I82559_WRITE_EEPROM.
+	* misc/redboot_RAM.ecm: Ditto.
+
 2003-03-26  Mark Salter  <msalter at redhat dot com>
 
 	* src/ixdp425_misc.c (plf_hardware_init): Set up NPE PHY chip
 	selects and clocks.
 
Index: ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl,v
retrieving revision 1.1
diff -u -p -5 -r1.1 hal_arm_xscale_ixdp425.cdl
--- ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl	18 Mar 2003 13:10:03 -0000	1.1
+++ ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl	2 Apr 2003 18:07:14 -0000
@@ -97,11 +97,11 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_IXDP42
 
         cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
             display "Global command prefix"
             flavor  data
             no_define
-            default_value { "arm-elf" }
+            default_value { "xscale-elf" }
             description "
                 This option specifies the command prefix used when
                 invoking the build tools."
         }
 
Index: ixdp425/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixdp425/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -p -5 -r1.1 redboot_RAM.ecm
--- ixdp425/current/misc/redboot_RAM.ecm	18 Mar 2003 13:10:03 -0000	1.1
+++ ixdp425/current/misc/redboot_RAM.ecm	2 Apr 2003 18:07:14 -0000
@@ -115,10 +115,5 @@ cdl_option CYGPKG_HAL_GDB_FILEIO {
 };
 
 cdl_option CYGOPT_DEVS_FLASH_STRATA_NOT_IN_RAM {
    inferred_value 0
 }
-
-cdl_component CYGPKG_DEVS_ETH_INTEL_I82559_WRITE_EEPROM {
-    user_value 1
-};
-
Index: ixdp425/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/ixdp425/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -p -5 -r1.1 redboot_ROM.ecm
--- ixdp425/current/misc/redboot_ROM.ecm	18 Mar 2003 13:10:03 -0000	1.1
+++ ixdp425/current/misc/redboot_ROM.ecm	2 Apr 2003 18:07:14 -0000
@@ -120,9 +120,6 @@ cdl_option CYGBLD_ISO_DNS_HEADER {
 
 cdl_option CYGPKG_HAL_GDB_FILEIO {
     user_value 1
 };
 
-cdl_component CYGPKG_DEVS_ETH_INTEL_I82559_WRITE_EEPROM {
-    user_value 1
-};
 


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