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]

Re: ATLAS default startup ROM -> RAM


Nick Garnett <nickg at ecoscentric dot com> writes:

> Gary Thomas <gary at mlbassoc dot com> writes:
> 
> > >          description   "
> > >              Currently only ROM startup type is supported."
> >                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > 
> > This seems to be no longer true?
> > 
> 
> Oops! Totally missed that!

Now fixed:

Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/mips/atlas/current/ChangeLog,v
retrieving revision 1.9
diff -u -5 -r1.9 ChangeLog
--- ChangeLog	29 Apr 2003 17:12:52 -0000	1.9
+++ ChangeLog	29 Apr 2003 17:42:25 -0000
@@ -1,9 +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.
+	Also fixed component description.
 
 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
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.6
diff -u -5 -r1.6 hal_mips_atlas.cdl
--- cdl/hal_mips_atlas.cdl	29 Apr 2003 17:12:52 -0000	1.6
+++ cdl/hal_mips_atlas.cdl	29 Apr 2003 17:42:25 -0000
@@ -111,11 +111,11 @@
         legal_values  {"RAM" "ROM"}
         default_value {"RAM"}
 	no_define
 	define -file system.h CYG_HAL_STARTUP
         description   "
-            Currently only ROM startup type is supported."
+            Currently RAM and ROM startup types are supported."
     }
 
     cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD {
         display       "Diagnostic serial port baud rate"
         flavor        data


-- 
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]