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]

ATLAS default startup ROM -> RAM


Applied to both trunk and branch


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/atlas/current/ChangeLog,v
retrieving revision 1.8
diff -u -5 -r1.8 ChangeLog
--- ChangeLog	27 Feb 2003 18:32:45 -0000	1.8
+++ ChangeLog	29 Apr 2003 17:12:16 -0000
@@ -1,5 +1,10 @@
+2003-04-29  Nick Garnett  <nickg at balti dot calivar dot com>
+
+	* cdl/hal_mips_atlas.cdl: Changed default startup from ROM to
+	RAM.
+
 2003-02-27  Nick Garnett  <nickg at calivar dot com>
 
 	* include/plf_intr.h: Defined CYGNUM_HAL_INTERRUPT_RTC to
 	counter/compare register interrupt. Added implementations of
 	HAL_INTERRUPT_MASK, HAL_INTERRUPT_UNMASK, and
Index: cdl/hal_mips_atlas.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/atlas/current/cdl/hal_mips_atlas.cdl,v
retrieving revision 1.5
diff -u -5 -r1.5 hal_mips_atlas.cdl
--- cdl/hal_mips_atlas.cdl	23 May 2002 23:03:24 -0000	1.5
+++ cdl/hal_mips_atlas.cdl	29 Apr 2003 17:12:16 -0000
@@ -107,11 +107,11 @@
 
     cdl_component CYG_HAL_STARTUP {
         display       "Startup type"
         flavor        data
         legal_values  {"RAM" "ROM"}
-        default_value {"ROM"}
+        default_value {"RAM"}
 	no_define
 	define -file system.h CYG_HAL_STARTUP
         description   "
             Currently only ROM startup type is supported."
     }


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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