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]

RedBoot - Make DNS truly optional


Remove DNS from RedBoot template - closes BUG #57316

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates
Index: hal/arm/arm9/aaed2000/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/arm9/aaed2000/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- hal/arm/arm9/aaed2000/current/ChangeLog	24 Jul 2003 20:23:57 -0000	1.4
+++ hal/arm/arm9/aaed2000/current/ChangeLog	21 Sep 2003 12:25:47 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_primary_RAM.ecm: 
+	* misc/redboot_primary_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_arm_arm9_aaed2000.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/arm/arm9/aaed2000/current/misc/redboot_primary_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/arm9/aaed2000/current/misc/redboot_primary_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_primary_RAM.ecm
--- hal/arm/arm9/aaed2000/current/misc/redboot_primary_RAM.ecm	20 May 2002 22:21:42 -0000	1.1
+++ hal/arm/arm9/aaed2000/current/misc/redboot_primary_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -21,11 +21,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/arm9/aaed2000/current/misc/redboot_primary_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/arm9/aaed2000/current/misc/redboot_primary_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_primary_ROMRAM.ecm
--- hal/arm/arm9/aaed2000/current/misc/redboot_primary_ROMRAM.ecm	20 May 2002 22:21:42 -0000	1.1
+++ hal/arm/arm9/aaed2000/current/misc/redboot_primary_ROMRAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -21,11 +21,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/arm9/innovator/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/arm9/innovator/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- hal/arm/arm9/innovator/current/ChangeLog	13 Feb 2003 15:27:37 -0000	1.2
+++ hal/arm/arm9/innovator/current/ChangeLog	21 Sep 2003 12:25:40 -0000
@@ -1,5 +1,12 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_SRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-02-12  Patrick Doyle  <wpd@delcomsys.com>
 
 	* src/innovator_misc.c: Replaced explicit prototype of memset with
 	#include <string.h>.
 
Index: hal/arm/arm9/innovator/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/arm9/innovator/current/misc/redboot_RAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_RAM.ecm
--- hal/arm/arm9/innovator/current/misc/redboot_RAM.ecm	13 Feb 2003 01:01:09 -0000	1.2
+++ hal/arm/arm9/innovator/current/misc/redboot_RAM.ecm	21 Sep 2003 12:25:36 -0000
@@ -21,12 +21,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/arm9/innovator/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/arm9/innovator/current/misc/redboot_ROM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROM.ecm
--- hal/arm/arm9/innovator/current/misc/redboot_ROM.ecm	13 Feb 2003 01:01:09 -0000	1.2
+++ hal/arm/arm9/innovator/current/misc/redboot_ROM.ecm	21 Sep 2003 12:25:32 -0000
@@ -21,12 +21,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/arm9/innovator/current/misc/redboot_SRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/arm9/innovator/current/misc/redboot_SRAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_SRAM.ecm
--- hal/arm/arm9/innovator/current/misc/redboot_SRAM.ecm	13 Feb 2003 01:01:09 -0000	1.2
+++ hal/arm/arm9/innovator/current/misc/redboot_SRAM.ecm	21 Sep 2003 12:25:27 -0000
@@ -21,12 +21,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/e7t/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/e7t/current/ChangeLog,v
retrieving revision 1.10
diff -u -5 -p -r1.10 ChangeLog
--- hal/arm/e7t/current/ChangeLog	24 Jul 2003 20:23:58 -0000	1.10
+++ hal/arm/e7t/current/ChangeLog	21 Sep 2003 12:12:02 -0000
@@ -1,5 +1,10 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_arm_e7t.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/arm/e7t/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/e7t/current/misc/redboot_ROM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROM.ecm
--- hal/arm/e7t/current/misc/redboot_ROM.ecm	20 May 2002 22:21:50 -0000	1.2
+++ hal/arm/e7t/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -17,11 +17,10 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
@@ -82,14 +81,7 @@ cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HE
 
 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/string.h>
 };
 
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
-};
 
 
Index: hal/arm/ebsa285/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/ebsa285/current/ChangeLog,v
retrieving revision 1.28
diff -u -5 -p -r1.28 ChangeLog
--- hal/arm/ebsa285/current/ChangeLog	24 Jul 2003 20:23:58 -0000	1.28
+++ hal/arm/ebsa285/current/ChangeLog	21 Sep 2003 12:25:16 -0000
@@ -1,5 +1,12 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_arm_ebsa285.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/arm/ebsa285/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/ebsa285/current/misc/redboot_RAM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_RAM.ecm
--- hal/arm/ebsa285/current/misc/redboot_RAM.ecm	20 May 2002 22:21:51 -0000	1.3
+++ hal/arm/ebsa285/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/ebsa285/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/ebsa285/current/misc/redboot_ROM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_ROM.ecm
--- hal/arm/ebsa285/current/misc/redboot_ROM.ecm	20 May 2002 22:21:51 -0000	1.3
+++ hal/arm/ebsa285/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/ebsa285/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/ebsa285/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROMRAM.ecm
--- hal/arm/ebsa285/current/misc/redboot_ROMRAM.ecm	20 May 2002 22:21:51 -0000	1.2
+++ hal/arm/ebsa285/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/edb7xxx/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/edb7xxx/current/ChangeLog,v
retrieving revision 1.44
diff -u -5 -p -r1.44 ChangeLog
--- hal/arm/edb7xxx/current/ChangeLog	24 Jul 2003 20:23:59 -0000	1.44
+++ hal/arm/edb7xxx/current/ChangeLog	21 Sep 2003 12:25:06 -0000
@@ -1,5 +1,12 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/edb7312_redboot_RAM.ecm: 
+	* misc/edb7312_redboot_ROM.ecm: 
+	* misc/edb7312_redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_arm_edb7xxx.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/arm/edb7xxx/current/misc/edb7312_redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_RAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 edb7312_redboot_RAM.ecm
--- hal/arm/edb7xxx/current/misc/edb7312_redboot_RAM.ecm	6 Dec 2002 15:04:07 -0000	1.2
+++ hal/arm/edb7xxx/current/misc/edb7312_redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -21,11 +21,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/arm/edb7xxx/current/misc/edb7312_redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_ROM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 edb7312_redboot_ROM.ecm
--- hal/arm/edb7xxx/current/misc/edb7312_redboot_ROM.ecm	6 Dec 2002 15:04:07 -0000	1.2
+++ hal/arm/edb7xxx/current/misc/edb7312_redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -20,11 +20,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/edb7xxx/current/misc/edb7312_redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/edb7xxx/current/misc/edb7312_redboot_ROMRAM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 edb7312_redboot_ROMRAM.ecm
--- hal/arm/edb7xxx/current/misc/edb7312_redboot_ROMRAM.ecm	7 Feb 2003 00:25:01 -0000	1.3
+++ hal/arm/edb7xxx/current/misc/edb7312_redboot_ROMRAM.ecm	21 Sep 2003 12:24:55 -0000
@@ -15,18 +15,18 @@ cdl_configuration eCos {
     package -hardware CYGPKG_HAL_ARM_EDB7XXX current ;
     package -hardware CYGPKG_DEVS_ETH_ARM_EDB7XXX current ;
     package -hardware CYGPKG_DEVS_ETH_CL_CS8900A current ;
     package -hardware CYGPKG_IO_SERIAL_ARM_EDB7XXX current ;
     package -hardware CYGPKG_DEVS_FLASH_EDB7XXX current ;
+    package -hardware CYGPKG_DEVS_FLASH_STRATA current ;
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
-    package -hardware CYGPKG_DEVS_FLASH_STRATA current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/integrator/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/integrator/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- hal/arm/integrator/current/ChangeLog	24 Jul 2003 20:23:59 -0000	1.6
+++ hal/arm/integrator/current/ChangeLog	21 Sep 2003 12:11:22 -0000
@@ -1,5 +1,10 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_arm_integrator.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/arm/integrator/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/integrator/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM.ecm
--- hal/arm/integrator/current/misc/redboot_ROMRAM.ecm	20 May 2002 22:21:57 -0000	1.1
+++ hal/arm/integrator/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -14,11 +14,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/sa11x0/assabet/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/assabet/current/ChangeLog,v
retrieving revision 1.25
diff -u -5 -p -r1.25 ChangeLog
--- hal/arm/sa11x0/assabet/current/ChangeLog	13 Feb 2003 19:11:03 -0000	1.25
+++ hal/arm/sa11x0/assabet/current/ChangeLog	21 Sep 2003 12:24:38 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-02-13  Patrick Doyle  <wpd@delcomsys.com>
 	* src/assabet_misc.c: Replaced explicit prototype of memset with
 	#include <string.h>.
 
 2002-08-12  Mark Salter  <msalter@redhat.com>
Index: hal/arm/sa11x0/assabet/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/assabet/current/misc/redboot_RAM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_RAM.ecm
--- hal/arm/sa11x0/assabet/current/misc/redboot_RAM.ecm	12 Aug 2002 21:28:26 -0000	1.3
+++ hal/arm/sa11x0/assabet/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -27,11 +27,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_PCMCIA current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
Index: hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_ROM.ecm
--- hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm	12 Aug 2002 21:28:26 -0000	1.3
+++ hal/arm/sa11x0/assabet/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -27,11 +27,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_PCMCIA current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
Index: hal/arm/sa11x0/cerf/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/cerf/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- hal/arm/sa11x0/cerf/current/ChangeLog	13 Feb 2003 19:11:27 -0000	1.4
+++ hal/arm/sa11x0/cerf/current/ChangeLog	21 Sep 2003 12:24:31 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-02-13  Patrick Doyle  <wpd@delcomsys.com>
 	* src/cerf_misc.c: Replaced explicit prototype of memset with
 	#include <string.h>.
 
 2002-08-12  Mark Salter  <msalter@redhat.com>
Index: hal/arm/sa11x0/cerf/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/cerf/current/misc/redboot_RAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_RAM.ecm
--- hal/arm/sa11x0/cerf/current/misc/redboot_RAM.ecm	12 Aug 2002 21:28:27 -0000	1.2
+++ hal/arm/sa11x0/cerf/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -28,11 +28,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/sa11x0/cerf/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/cerf/current/misc/redboot_ROM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROM.ecm
--- hal/arm/sa11x0/cerf/current/misc/redboot_ROM.ecm	12 Aug 2002 21:28:27 -0000	1.2
+++ hal/arm/sa11x0/cerf/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -28,11 +28,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/sa11x0/ipaq/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/ipaq/current/ChangeLog,v
retrieving revision 1.15
diff -u -5 -p -r1.15 ChangeLog
--- hal/arm/sa11x0/ipaq/current/ChangeLog	20 Sep 2002 22:04:12 -0000	1.15
+++ hal/arm/sa11x0/ipaq/current/ChangeLog	21 Sep 2003 12:24:17 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2002-09-20  Gary Thomas  <gthomas@ecoscentric.com>
 
 	* src/lcd_support.c (lcd_comm_control): Need to ingore BAUD commands
 	since they may confuse RedBoot.
 
Index: hal/arm/sa11x0/ipaq/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/ipaq/current/misc/redboot_RAM.ecm,v
retrieving revision 1.5
diff -u -5 -p -r1.5 redboot_RAM.ecm
--- hal/arm/sa11x0/ipaq/current/misc/redboot_RAM.ecm	12 Aug 2002 21:28:27 -0000	1.5
+++ hal/arm/sa11x0/ipaq/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -26,11 +26,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_PCMCIA current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_MEMALLOC current ;
Index: hal/arm/sa11x0/ipaq/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/ipaq/current/misc/redboot_ROM.ecm,v
retrieving revision 1.7
diff -u -5 -p -r1.7 redboot_ROM.ecm
--- hal/arm/sa11x0/ipaq/current/misc/redboot_ROM.ecm	12 Aug 2002 21:28:27 -0000	1.7
+++ hal/arm/sa11x0/ipaq/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -26,11 +26,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_PCMCIA current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_MEMALLOC current ;
Index: hal/arm/sa11x0/nano/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/nano/current/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- hal/arm/sa11x0/nano/current/ChangeLog	13 Feb 2003 19:12:06 -0000	1.8
+++ hal/arm/sa11x0/nano/current/ChangeLog	21 Sep 2003 12:24:07 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_POST.ecm: 
+	* misc/redboot_RAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-02-13  Patrick Doyle  <wpd@delcomsys.com>
 	* src/nano_misc.c: Replaced explicit prototype of memset with
 	#include <string.h>.
 
 2002-08-12  Mark Salter  <msalter@redhat.com>
Index: hal/arm/sa11x0/nano/current/misc/redboot_POST.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/nano/current/misc/redboot_POST.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_POST.ecm
--- hal/arm/sa11x0/nano/current/misc/redboot_POST.ecm	12 Aug 2002 21:28:28 -0000	1.3
+++ hal/arm/sa11x0/nano/current/misc/redboot_POST.ecm	21 Sep 2003 12:00:38 -0000
@@ -24,11 +24,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/sa11x0/nano/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/sa11x0/nano/current/misc/redboot_RAM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_RAM.ecm
--- hal/arm/sa11x0/nano/current/misc/redboot_RAM.ecm	12 Aug 2002 21:28:28 -0000	1.3
+++ hal/arm/sa11x0/nano/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -24,11 +24,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/snds/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/snds/current/ChangeLog,v
retrieving revision 1.6
diff -u -5 -p -r1.6 ChangeLog
--- hal/arm/snds/current/ChangeLog	24 Jul 2003 20:24:00 -0000	1.6
+++ hal/arm/snds/current/ChangeLog	21 Sep 2003 12:24:01 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_arm_snds.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/arm/snds/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/snds/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/arm/snds/current/misc/redboot_RAM.ecm	20 May 2002 22:22:22 -0000	1.1
+++ hal/arm/snds/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -16,11 +16,10 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
 };
 
 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
     user_value 6144
 };
@@ -59,14 +58,7 @@ cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HE
 
 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/string.h>
 };
 
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
-};
 
 
Index: hal/arm/snds/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/snds/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROM.ecm
--- hal/arm/snds/current/misc/redboot_ROM.ecm	20 May 2002 22:22:22 -0000	1.1
+++ hal/arm/snds/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -16,11 +16,10 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
 };
 
 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
     user_value 6144
 };
@@ -67,14 +66,7 @@ cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HE
 
 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/string.h>
 };
 
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
-};
 
 
Index: hal/arm/xscale/iq80310/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/iq80310/current/ChangeLog,v
retrieving revision 1.8
diff -u -5 -p -r1.8 ChangeLog
--- hal/arm/xscale/iq80310/current/ChangeLog	12 Feb 2003 18:43:28 -0000	1.8
+++ hal/arm/xscale/iq80310/current/ChangeLog	21 Sep 2003 12:23:51 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-02-10  Nick Garnett  <nickg@calivar.com>
 
 	* misc/redboot_ROMA.ecm:
 	Changed reference to CYGSCYGSEM_HAL_ARM_IQ80310_ARMBOOT to
 	CYGSEM_HAL_ARM_IOP310_ARMBOOT.
Index: hal/arm/xscale/iq80310/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/iq80310/current/misc/redboot_RAM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_RAM.ecm
--- hal/arm/xscale/iq80310/current/misc/redboot_RAM.ecm	4 Feb 2003 22:27:57 -0000	1.3
+++ hal/arm/xscale/iq80310/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -21,11 +21,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/xscale/iq80310/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/iq80310/current/misc/redboot_ROM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_ROM.ecm
--- hal/arm/xscale/iq80310/current/misc/redboot_ROM.ecm	4 Feb 2003 22:27:57 -0000	1.3
+++ hal/arm/xscale/iq80310/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -21,11 +21,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/xscale/iq80321/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/iq80321/current/ChangeLog,v
retrieving revision 1.15
diff -u -5 -p -r1.15 ChangeLog
--- hal/arm/xscale/iq80321/current/ChangeLog	3 Jul 2003 09:47:27 -0000	1.15
+++ hal/arm/xscale/iq80321/current/ChangeLog	21 Sep 2003 12:23:43 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-03  Gary Thomas  <gary@mlbassoc.com>
 
 	* include/hal_platform_setup.h: Remove erroneous 'O' that somehow
 	crept into this file.
 
Index: hal/arm/xscale/iq80321/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/iq80321/current/misc/redboot_RAM.ecm,v
retrieving revision 1.4
diff -u -5 -p -r1.4 redboot_RAM.ecm
--- hal/arm/xscale/iq80321/current/misc/redboot_RAM.ecm	19 Sep 2002 15:51:55 -0000	1.4
+++ hal/arm/xscale/iq80321/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:38 -0000
@@ -25,11 +25,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/xscale/iq80321/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/iq80321/current/misc/redboot_ROM.ecm,v
retrieving revision 1.4
diff -u -5 -p -r1.4 redboot_ROM.ecm
--- hal/arm/xscale/iq80321/current/misc/redboot_ROM.ecm	19 Sep 2002 15:51:55 -0000	1.4
+++ hal/arm/xscale/iq80321/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:38 -0000
@@ -25,11 +25,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/arm/xscale/picasso/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/picasso/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- hal/arm/xscale/picasso/current/ChangeLog	20 Sep 2003 19:23:43 -0000	1.2
+++ hal/arm/xscale/picasso/current/ChangeLog	21 Sep 2003 12:23:36 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-09-20  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/picasso_ide.c: IDE init needs to return number of controllers found.
 
 2003-08-22  Gary Thomas  <gary@mind.be>
Index: hal/arm/xscale/picasso/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/picasso/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/arm/xscale/picasso/current/misc/redboot_RAM.ecm	22 Aug 2003 15:19:53 -0000	1.1
+++ hal/arm/xscale/picasso/current/misc/redboot_RAM.ecm	21 Sep 2003 12:23:33 -0000
@@ -24,12 +24,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/xscale/picasso/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/picasso/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROM.ecm
--- hal/arm/xscale/picasso/current/misc/redboot_ROM.ecm	22 Aug 2003 15:19:53 -0000	1.1
+++ hal/arm/xscale/picasso/current/misc/redboot_ROM.ecm	21 Sep 2003 12:23:29 -0000
@@ -24,12 +24,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/xscale/uE250/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/ChangeLog,v
retrieving revision 1.11
diff -u -5 -p -r1.11 ChangeLog
--- hal/arm/xscale/uE250/current/ChangeLog	20 Sep 2003 19:23:43 -0000	1.11
+++ hal/arm/xscale/uE250/current/ChangeLog	21 Sep 2003 12:23:25 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-09-20  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/uE250_ide.c: IDE init needs to return number of controllers found.
 
 2003-08-08  Gary Thomas  <gary@mind.be>
Index: hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_RAM.ecm
--- hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm	26 Feb 2003 19:08:31 -0000	1.2
+++ hal/arm/xscale/uE250/current/misc/redboot_RAM.ecm	21 Sep 2003 12:23:22 -0000
@@ -24,12 +24,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROM.ecm
--- hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm	26 Feb 2003 19:08:31 -0000	1.2
+++ hal/arm/xscale/uE250/current/misc/redboot_ROM.ecm	21 Sep 2003 12:23:13 -0000
@@ -24,12 +24,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/frv/frv400/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/frv/frv400/current/ChangeLog,v
retrieving revision 1.4
diff -u -5 -p -r1.4 ChangeLog
--- hal/frv/frv400/current/ChangeLog	24 Jul 2003 20:24:01 -0000	1.4
+++ hal/frv/frv400/current/ChangeLog	21 Sep 2003 12:23:04 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_frv_frv400.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/frv/frv400/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/frv/frv400/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/frv/frv400/current/misc/redboot_RAM.ecm	20 May 2002 22:22:36 -0000	1.1
+++ hal/frv/frv400/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:39 -0000
@@ -21,11 +21,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
Index: hal/frv/frv400/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/frv/frv400/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM.ecm
--- hal/frv/frv400/current/misc/redboot_ROMRAM.ecm	20 May 2002 22:22:36 -0000	1.1
+++ hal/frv/frv400/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:00:39 -0000
@@ -21,11 +21,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/mips/idt79s334a/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/idt79s334a/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- hal/mips/idt79s334a/current/ChangeLog	24 Jul 2003 20:24:03 -0000	1.3
+++ hal/mips/idt79s334a/current/ChangeLog	21 Sep 2003 12:22:55 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_mips_idt32334_refidt334.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/mips/idt79s334a/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/idt79s334a/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/mips/idt79s334a/current/misc/redboot_RAM.ecm	14 Feb 2003 01:44:02 -0000	1.1
+++ hal/mips/idt79s334a/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:39 -0000
@@ -23,11 +23,10 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
     inferred_value 0
@@ -91,14 +90,7 @@ cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HE
 
 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/string.h>
 };
 
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
-};
 
 
Index: hal/mips/idt79s334a/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/idt79s334a/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM.ecm
--- hal/mips/idt79s334a/current/misc/redboot_ROMRAM.ecm	14 Feb 2003 01:44:02 -0000	1.1
+++ hal/mips/idt79s334a/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:22:49 -0000
@@ -23,12 +23,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_FLASH current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/mips/malta/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/malta/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- hal/mips/malta/current/ChangeLog	20 Sep 2003 19:23:43 -0000	1.5
+++ hal/mips/malta/current/ChangeLog	21 Sep 2003 12:22:46 -0000
@@ -1,5 +1,13 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_RAM_5kc.ecm: 
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_ROM_5kc.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-09-20  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/plf_misc.c: IDE init needs to return number of controllers found.
 
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
Index: hal/mips/malta/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/malta/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/mips/malta/current/misc/redboot_RAM.ecm	20 May 2002 22:22:55 -0000	1.1
+++ hal/mips/malta/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:39 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
Index: hal/mips/malta/current/misc/redboot_RAM_5kc.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/malta/current/misc/redboot_RAM_5kc.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM_5kc.ecm
--- hal/mips/malta/current/misc/redboot_RAM_5kc.ecm	20 May 2002 22:22:55 -0000	1.1
+++ hal/mips/malta/current/misc/redboot_RAM_5kc.ecm	21 Sep 2003 12:00:39 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_MEMALLOC current ;
 };
Index: hal/mips/malta/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/malta/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROM.ecm
--- hal/mips/malta/current/misc/redboot_ROM.ecm	20 May 2002 22:22:55 -0000	1.1
+++ hal/mips/malta/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:39 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_MEMALLOC current ;
 };
Index: hal/mips/malta/current/misc/redboot_ROM_5kc.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/mips/malta/current/misc/redboot_ROM_5kc.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROM_5kc.ecm
--- hal/mips/malta/current/misc/redboot_ROM_5kc.ecm	20 May 2002 22:22:55 -0000	1.1
+++ hal/mips/malta/current/misc/redboot_ROM_5kc.ecm	21 Sep 2003 12:00:39 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_MEMALLOC current ;
 };
Index: hal/powerpc/adder/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/adder/current/ChangeLog,v
retrieving revision 1.12
diff -u -5 -p -r1.12 ChangeLog
--- hal/powerpc/adder/current/ChangeLog	28 Aug 2003 15:55:49 -0000	1.12
+++ hal/powerpc/adder/current/ChangeLog	21 Sep 2003 12:22:35 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/adderII_redboot_ROMRAM.ecm: 
+	* misc/adder_redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-08-28  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/redboot_linux_exec.c: Obsolete file - removed.
 
 	* src/plf_redboot_linux_exec.c: New file - platform specifics
Index: hal/powerpc/adder/current/misc/adderII_redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/adder/current/misc/adderII_redboot_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 adderII_redboot_ROMRAM.ecm
--- hal/powerpc/adder/current/misc/adderII_redboot_ROMRAM.ecm	24 Mar 2003 21:59:29 -0000	1.1
+++ hal/powerpc/adder/current/misc/adderII_redboot_ROMRAM.ecm	21 Sep 2003 12:22:31 -0000
@@ -23,12 +23,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/adder/current/misc/adder_redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/adder/current/misc/adder_redboot_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 adder_redboot_ROMRAM.ecm
--- hal/powerpc/adder/current/misc/adder_redboot_ROMRAM.ecm	24 Mar 2003 21:59:29 -0000	1.1
+++ hal/powerpc/adder/current/misc/adder_redboot_ROMRAM.ecm	21 Sep 2003 12:22:27 -0000
@@ -23,12 +23,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/csb281/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/csb281/current/ChangeLog,v
retrieving revision 1.12
diff -u -5 -p -r1.12 ChangeLog
--- hal/powerpc/csb281/current/ChangeLog	28 Aug 2003 15:55:52 -0000	1.12
+++ hal/powerpc/csb281/current/ChangeLog	21 Sep 2003 12:22:21 -0000
@@ -1,5 +1,12 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-08-28  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/redboot_linux_exec.c: Obsolete file - removed.
 
 	* src/plf_redboot_linux_exec.c: New file - platform specifics
Index: hal/powerpc/csb281/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/csb281/current/misc/redboot_RAM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_RAM.ecm
--- hal/powerpc/csb281/current/misc/redboot_RAM.ecm	20 Jan 2003 11:11:57 -0000	1.3
+++ hal/powerpc/csb281/current/misc/redboot_RAM.ecm	21 Sep 2003 12:22:17 -0000
@@ -22,12 +22,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/csb281/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/csb281/current/misc/redboot_ROM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_ROM.ecm
--- hal/powerpc/csb281/current/misc/redboot_ROM.ecm	20 Jan 2003 11:11:57 -0000	1.3
+++ hal/powerpc/csb281/current/misc/redboot_ROM.ecm	21 Sep 2003 12:22:14 -0000
@@ -22,12 +22,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/csb281/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/csb281/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROMRAM.ecm
--- hal/powerpc/csb281/current/misc/redboot_ROMRAM.ecm	20 Jan 2003 11:11:57 -0000	1.2
+++ hal/powerpc/csb281/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:22:10 -0000
@@ -22,12 +22,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/mbx/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/mbx/current/ChangeLog,v
retrieving revision 1.37
diff -u -5 -p -r1.37 ChangeLog
--- hal/powerpc/mbx/current/ChangeLog	28 Aug 2003 15:55:53 -0000	1.37
+++ hal/powerpc/mbx/current/ChangeLog	21 Sep 2003 12:22:05 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-08-28  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/redboot_linux_exec.c: Obsolete file - removed.
 
 	* src/plf_redboot_linux_exec.c: New file - platform specifics
Index: hal/powerpc/mbx/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/mbx/current/misc/redboot_RAM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_RAM.ecm
--- hal/powerpc/mbx/current/misc/redboot_RAM.ecm	20 May 2002 22:23:40 -0000	1.3
+++ hal/powerpc/mbx/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:39 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
 };
 
Index: hal/powerpc/mbx/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/mbx/current/misc/redboot_ROM.ecm,v
retrieving revision 1.3
diff -u -5 -p -r1.3 redboot_ROM.ecm
--- hal/powerpc/mbx/current/misc/redboot_ROM.ecm	20 May 2002 22:23:40 -0000	1.3
+++ hal/powerpc/mbx/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:39 -0000
@@ -22,11 +22,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
Index: hal/powerpc/moab/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/moab/current/ChangeLog,v
retrieving revision 1.2
diff -u -5 -p -r1.2 ChangeLog
--- hal/powerpc/moab/current/ChangeLog	20 Sep 2003 19:11:49 -0000	1.2
+++ hal/powerpc/moab/current/ChangeLog	21 Sep 2003 12:21:56 -0000
@@ -1,5 +1,14 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_BOOT.ecm: 
+	* misc/redboot_RAM+FLASH.ecm: 
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-09-20  Gary Thomas  <gary@mlbassoc.com>
 
 	* misc/redboot_BOOT.ecm: Disable PCI in BOOT configuration
 
 	* include/plf_io.h: Fix PCI I/O addresses
Index: hal/powerpc/moab/current/misc/redboot_BOOT.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/moab/current/misc/redboot_BOOT.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_BOOT.ecm
--- hal/powerpc/moab/current/misc/redboot_BOOT.ecm	20 Sep 2003 18:59:43 -0000	1.2
+++ hal/powerpc/moab/current/misc/redboot_BOOT.ecm	21 Sep 2003 12:21:51 -0000
@@ -27,12 +27,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_WALLCLOCK current ;
     package CYGPKG_IO_FLASH current ;
 };
 
Index: hal/powerpc/moab/current/misc/redboot_RAM+FLASH.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/moab/current/misc/redboot_RAM+FLASH.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM+FLASH.ecm
--- hal/powerpc/moab/current/misc/redboot_RAM+FLASH.ecm	19 Sep 2003 17:11:28 -0000	1.1
+++ hal/powerpc/moab/current/misc/redboot_RAM+FLASH.ecm	21 Sep 2003 12:21:47 -0000
@@ -22,12 +22,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/moab/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/moab/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/powerpc/moab/current/misc/redboot_RAM.ecm	19 Sep 2003 17:11:28 -0000	1.1
+++ hal/powerpc/moab/current/misc/redboot_RAM.ecm	21 Sep 2003 12:21:44 -0000
@@ -26,12 +26,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_WALLCLOCK current ;
 };
 
Index: hal/powerpc/moab/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/moab/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROM.ecm
--- hal/powerpc/moab/current/misc/redboot_ROM.ecm	19 Sep 2003 17:11:28 -0000	1.1
+++ hal/powerpc/moab/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:39 -0000
@@ -19,11 +19,10 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
     inferred_value 0
@@ -83,14 +82,7 @@ cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HE
 
 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/string.h>
 };
 
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
-};
 
 
Index: hal/powerpc/moab/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/moab/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM.ecm
--- hal/powerpc/moab/current/misc/redboot_ROMRAM.ecm	19 Sep 2003 17:11:28 -0000	1.1
+++ hal/powerpc/moab/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:21:35 -0000
@@ -26,12 +26,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_IO_WALLCLOCK current ;
     package CYGPKG_IO_FLASH current ;
 };
 
Index: hal/powerpc/rattler/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/rattler/current/ChangeLog,v
retrieving revision 1.5
diff -u -5 -p -r1.5 ChangeLog
--- hal/powerpc/rattler/current/ChangeLog	8 Sep 2003 17:54:53 -0000	1.5
+++ hal/powerpc/rattler/current/ChangeLog	21 Sep 2003 12:21:30 -0000
@@ -1,5 +1,13 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_ROMRAM+PCI.ecm: 
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-09-08  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/hal_aux.c (hal_platform_init): Avoid performing some hardware
 	initialization for "user" programs (those that are assuming the
 	presence of a working ROM monitor).  These initializations caused
Index: hal/powerpc/rattler/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/rattler/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/powerpc/rattler/current/misc/redboot_RAM.ecm	19 Aug 2003 17:29:49 -0000	1.1
+++ hal/powerpc/rattler/current/misc/redboot_RAM.ecm	21 Sep 2003 12:21:21 -0000
@@ -20,12 +20,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/rattler/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/rattler/current/misc/redboot_ROM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROM.ecm
--- hal/powerpc/rattler/current/misc/redboot_ROM.ecm	19 Aug 2003 17:29:49 -0000	1.1
+++ hal/powerpc/rattler/current/misc/redboot_ROM.ecm	21 Sep 2003 12:21:17 -0000
@@ -20,12 +20,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/rattler/current/misc/redboot_ROMRAM+PCI.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/rattler/current/misc/redboot_ROMRAM+PCI.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM+PCI.ecm
--- hal/powerpc/rattler/current/misc/redboot_ROMRAM+PCI.ecm	19 Aug 2003 17:29:49 -0000	1.1
+++ hal/powerpc/rattler/current/misc/redboot_ROMRAM+PCI.ecm	21 Sep 2003 12:21:09 -0000
@@ -22,12 +22,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/rattler/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/rattler/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_ROMRAM.ecm
--- hal/powerpc/rattler/current/misc/redboot_ROMRAM.ecm	19 Aug 2003 17:29:49 -0000	1.1
+++ hal/powerpc/rattler/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:20:59 -0000
@@ -22,12 +22,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/ts1000/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ts1000/current/ChangeLog,v
retrieving revision 1.9
diff -u -5 -p -r1.9 ChangeLog
--- hal/powerpc/ts1000/current/ChangeLog	24 Jul 2003 20:24:08 -0000	1.9
+++ hal/powerpc/ts1000/current/ChangeLog	21 Sep 2003 12:20:54 -0000
@@ -1,5 +1,12 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm: 
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-07-18  Nick Garnett  <nickg@balti.calivar.com>
 
 	* cdl/hal_powerpc_ts1000.cdl:
         Changed values for CYGNUM_HAL_RTC_NUMERATOR,
         CYGNUM_HAL_RTC_DENOMINATOR and CYGNUM_HAL_RTC_PERIOD to
Index: hal/powerpc/ts1000/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ts1000/current/misc/redboot_RAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_RAM.ecm
--- hal/powerpc/ts1000/current/misc/redboot_RAM.ecm	18 Oct 2002 16:56:56 -0000	1.2
+++ hal/powerpc/ts1000/current/misc/redboot_RAM.ecm	21 Sep 2003 12:20:50 -0000
@@ -23,12 +23,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/ts1000/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ts1000/current/misc/redboot_ROM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROM.ecm
--- hal/powerpc/ts1000/current/misc/redboot_ROM.ecm	18 Oct 2002 16:56:56 -0000	1.2
+++ hal/powerpc/ts1000/current/misc/redboot_ROM.ecm	21 Sep 2003 12:20:40 -0000
@@ -23,12 +23,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/ts1000/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ts1000/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROMRAM.ecm
--- hal/powerpc/ts1000/current/misc/redboot_ROMRAM.ecm	18 Oct 2002 16:56:56 -0000	1.2
+++ hal/powerpc/ts1000/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:20:34 -0000
@@ -23,12 +23,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
Index: hal/powerpc/viper/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/ChangeLog,v
retrieving revision 1.27
diff -u -5 -p -r1.27 ChangeLog
--- hal/powerpc/viper/current/ChangeLog	28 Aug 2003 15:55:55 -0000	1.27
+++ hal/powerpc/viper/current/ChangeLog	21 Sep 2003 12:05:11 -0000
@@ -1,5 +1,10 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_ROMRAM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2003-08-28  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/redboot_linux_exec.c: Obsolete file - removed.
 
 	* src/plf_redboot_linux_exec.c: New file - platform specifics
Index: hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm,v
retrieving revision 1.4
diff -u -5 -p -r1.4 redboot_ROMRAM.ecm
--- hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm	23 Mar 2003 16:22:15 -0000	1.4
+++ hal/powerpc/viper/current/misc/redboot_ROMRAM.ecm	21 Sep 2003 12:20:26 -0000
@@ -23,12 +23,12 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package -template CYGPKG_CRC current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_MEMALLOC current ;
 };
Index: hal/sh/cq7750/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/sh/cq7750/current/ChangeLog,v
retrieving revision 1.13
diff -u -5 -p -r1.13 ChangeLog
--- hal/sh/cq7750/current/ChangeLog	23 May 2002 23:04:41 -0000	1.13
+++ hal/sh/cq7750/current/ChangeLog	21 Sep 2003 12:20:13 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_RAM.ecm: 
+	* misc/redboot_ROM.ecm:  Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2002-03-05  Jesper Skov  <jskov@redhat.com>
 
 	* misc/redboot_RAM.ecm: Added.
 	* misc/redboot_ROM.ecm: Include flash support.
 
Index: hal/sh/cq7750/current/misc/redboot_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/sh/cq7750/current/misc/redboot_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_RAM.ecm
--- hal/sh/cq7750/current/misc/redboot_RAM.ecm	20 May 2002 22:23:55 -0000	1.1
+++ hal/sh/cq7750/current/misc/redboot_RAM.ecm	21 Sep 2003 12:00:39 -0000
@@ -20,11 +20,10 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
     inferred_value 0
@@ -78,18 +77,10 @@ cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HE
     inferred_value 1 <cyg/libc/string/string.h>
 };
 
 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/string.h>
-};
-
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
 };
 
 cdl_option CYGHWR_DEVS_FLASH_AMD_TC58FVB800 {
     inferred_value 1
 };
Index: hal/sh/cq7750/current/misc/redboot_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/sh/cq7750/current/misc/redboot_ROM.ecm,v
retrieving revision 1.2
diff -u -5 -p -r1.2 redboot_ROM.ecm
--- hal/sh/cq7750/current/misc/redboot_ROM.ecm	20 May 2002 22:23:55 -0000	1.2
+++ hal/sh/cq7750/current/misc/redboot_ROM.ecm	21 Sep 2003 12:00:39 -0000
@@ -20,11 +20,10 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
     package CYGPKG_IO_FLASH current ;
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
     inferred_value 0
@@ -86,18 +85,10 @@ cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HE
     inferred_value 1 <cyg/libc/string/string.h>
 };
 
 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/string.h>
-};
-
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
 };
 
 cdl_option CYGHWR_DEVS_FLASH_AMD_TC58FVB800 {
     inferred_value 1
 };
Index: hal/sh/se77x9/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/sh/se77x9/current/ChangeLog,v
retrieving revision 1.3
diff -u -5 -p -r1.3 ChangeLog
--- hal/sh/se77x9/current/ChangeLog	6 Aug 2002 16:00:23 -0000	1.3
+++ hal/sh/se77x9/current/ChangeLog	21 Sep 2003 12:19:59 -0000
@@ -1,5 +1,11 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* misc/redboot_SE7709RP01_RAM.ecm: 
+	* misc/redboot_SE7709RP01_ROM.ecm: Adjust for changes in RedBoot
+	template - DNS now must be enabled manually.
+
 2002-08-06  Gary Thomas  <gary@chez-thomas.org>
 2002-08-06  Motoya Kurotsu <kurotsu@allied-telesis.co.jp>	
 
 	* src/ser16c550c.c: I/O channel data can't be constant - contains
 	timeout information which can be changed.
Index: hal/sh/se77x9/current/misc/redboot_SE7709RP01_RAM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/sh/se77x9/current/misc/redboot_SE7709RP01_RAM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_SE7709RP01_RAM.ecm
--- hal/sh/se77x9/current/misc/redboot_SE7709RP01_RAM.ecm	20 May 2002 22:23:59 -0000	1.1
+++ hal/sh/se77x9/current/misc/redboot_SE7709RP01_RAM.ecm	21 Sep 2003 12:00:39 -0000
@@ -25,11 +25,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
Index: hal/sh/se77x9/current/misc/redboot_SE7709RP01_ROM.ecm
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/sh/se77x9/current/misc/redboot_SE7709RP01_ROM.ecm,v
retrieving revision 1.1
diff -u -5 -p -r1.1 redboot_SE7709RP01_ROM.ecm
--- hal/sh/se77x9/current/misc/redboot_SE7709RP01_ROM.ecm	20 May 2002 22:23:59 -0000	1.1
+++ hal/sh/se77x9/current/misc/redboot_SE7709RP01_ROM.ecm	21 Sep 2003 12:00:39 -0000
@@ -25,11 +25,11 @@ cdl_configuration eCos {
     package -template CYGPKG_HAL current ;
     package -template CYGPKG_INFRA current ;
     package -template CYGPKG_REDBOOT current ;
     package -template CYGPKG_ISOINFRA current ;
     package -template CYGPKG_LIBC_STRING current ;
-    package -template CYGPKG_NS_DNS current ;
+    package CYGPKG_NS_DNS current ;
     package CYGPKG_MEMALLOC current ;
     package CYGPKG_COMPRESS_ZLIB current ;
     package CYGPKG_IO_FLASH current ;
     package CYGPKG_IO_ETH_DRIVERS current ;
 };
Index: redboot/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/redboot/current/ChangeLog,v
retrieving revision 1.132
diff -u -5 -p -r1.132 ChangeLog
--- redboot/current/ChangeLog	20 Sep 2003 19:22:19 -0000	1.132
+++ redboot/current/ChangeLog	21 Sep 2003 12:03:05 -0000
@@ -1,5 +1,10 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* cdl/redboot.cdl: Make DNS truly optional (remove from template).
+	BUG #57316
+
 2003-09-20  Gary Thomas  <gary@mlbassoc.com>
 
 	* src/fs/ide.c: Improve IDE handling by having init function return
 	actual number of controllers detected.  This avoids really long times
 	for startup if the controller is missing.
Index: redboot/current/cdl/redboot.cdl
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/redboot/current/cdl/redboot.cdl,v
retrieving revision 1.53
diff -u -5 -p -r1.53 redboot.cdl
--- redboot/current/cdl/redboot.cdl	20 Sep 2003 14:35:58 -0000	1.53
+++ redboot/current/cdl/redboot.cdl	21 Sep 2003 12:00:39 -0000
@@ -385,11 +385,11 @@ cdl_package CYGPKG_REDBOOT {
             }
     
             cdl_component CYGPKG_REDBOOT_NETWORKING_DNS {
                 display         "DNS support"
                 default_value   1
-                requires        CYGPKG_NS_DNS
+                active_if       CYGPKG_NS_DNS
                 requires        !CYGPKG_NS_DNS_BUILD
                 compile         net/dns.c
                 description     "
                     When this option is enabled, RedBoot will be built with
                     support for DNS, allowing use of hostnames on the command
Index: templates/redboot/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/templates/redboot/ChangeLog,v
retrieving revision 1.11
diff -u -5 -p -r1.11 ChangeLog
--- templates/redboot/ChangeLog	14 Feb 2003 18:28:10 -0000	1.11
+++ templates/redboot/ChangeLog	21 Sep 2003 12:13:12 -0000
@@ -1,5 +1,9 @@
+2003-09-21  Gary Thomas  <gary@mlbassoc.com>
+
+	* current.ect: DNS now must be enabled manually.
+
 2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* current.ect: Update inferred values.
 
 2002-08-09  Andrew Lunn  <andrew.lunn@ascom.ch>
Index: templates/redboot/current.ect
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/templates/redboot/current.ect,v
retrieving revision 1.10
diff -u -5 -p -r1.10 current.ect
--- templates/redboot/current.ect	14 Feb 2003 18:28:10 -0000	1.10
+++ templates/redboot/current.ect	21 Sep 2003 12:00:38 -0000
@@ -13,11 +13,10 @@ This is the RedBoot configuration, used 
     package     CYGPKG_HAL current ;
     package     CYGPKG_INFRA current ;
     package     CYGPKG_REDBOOT current ;
     package     CYGPKG_ISOINFRA current ;
     package     CYGPKG_LIBC_STRING current ; 
-    package     CYGPKG_NS_DNS current ;
     package     CYGPKG_CRC current ;
 };
 
 cdl_option CYGBLD_BUILD_REDBOOT {
     user_value 1 ;
@@ -45,28 +44,20 @@ cdl_option CYGBLD_ISO_STRING_STRFUNCS_HE
 
 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
     user_value 4096
 };
 
-cdl_option CYGBLD_ISO_DNS_HEADER {
-    inferred_value 1 <cyg/ns/dns/dns.h>
-};
-
 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
     inferred_value 1 <cyg/libc/string/bsdstring.h>
 };
 
 cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM {
     inferred_value 0
 };
 
 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
     inferred_value 1
-};
-
-cdl_option CYGPKG_NS_DNS_BUILD {
-    inferred_value 0
 };
 
 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
     inferred_value 0
 };

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