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]

PPC6xx - Fix ROMRAM startup


Index: hal/powerpc/ppc60x/current/ChangeLog
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ppc60x/current/ChangeLog,v
retrieving revision 1.9
diff -u -5 -p -b -r1.9 ChangeLog
--- hal/powerpc/ppc60x/current/ChangeLog	4 Jan 2003 03:39:59 -0000	1.9
+++ hal/powerpc/ppc60x/current/ChangeLog	27 Feb 2003 00:30:13 -0000
@@ -1,5 +1,9 @@
+2003-02-26  Gary Thomas  <gary at mlbassoc dot com>
+
+	* include/variant.inc: Get proper initialization for ROMRAM startup.
+
 2003-01-02  Gary Thomas  <gary at mlbassoc dot com>
 
 	* include/var_cache.h: Define HAL_DCACHE_SYNC() - which had been
 	left out before!
 
Index: hal/powerpc/ppc60x/current/include/variant.inc
===================================================================
RCS file: /misc/cvsfiles/ecos/packages/hal/powerpc/ppc60x/current/include/variant.inc,v
retrieving revision 1.5
diff -u -5 -p -b -r1.5 variant.inc
--- hal/powerpc/ppc60x/current/include/variant.inc	24 Dec 2002 16:04:19 -0000	1.5
+++ hal/powerpc/ppc60x/current/include/variant.inc	27 Feb 2003 00:15:21 -0000
@@ -92,10 +92,11 @@
 ## PPC60x monitor initialization
 
 #ifndef CYGPKG_HAL_PPC_MON_DEFINED
 
 #if     defined(CYG_HAL_STARTUP_ROM) ||                 \
+        defined(CYG_HAL_STARTUP_ROMRAM) ||              \
         (       defined(CYG_HAL_STARTUP_RAM) &&         \
                 !defined(CYGSEM_HAL_USE_ROM_MONITOR))
 
         .macro  hal_mon_init
 #ifdef CYGSEM_HAL_POWERPC_COPY_VECTORS


-- 
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary at mlbassoc dot com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


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