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]

PPC simulator fix


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/powerpc/sim/current/ChangeLog,v
retrieving revision 1.18
diff -u -5 -r1.18 ChangeLog
--- ChangeLog	20 Jan 2003 11:12:38 -0000	1.18
+++ ChangeLog	4 Feb 2003 18:21:19 -0000
@@ -1,5 +1,11 @@
+2003-02-04  Nick Garnett  <nickg@calivar.com>
+
+	* cdl/hal_powerpc_sim.cdl: Added requirement for
+	CYGSEM_HAL_USE_ROM_MONITOR==0. Otherwise the exception vectors do
+	not get included.
+
 2003-01-20  Gary Thomas  <gary@mlbassoc.com>
 
 	* include/plf_regs.h: 
 	* include/plf_intr.h: 
 	* include/platform.inc: New file(s) - empty, but used by latest HAL.
Index: cdl/hal_powerpc_sim.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/powerpc/sim/current/cdl/hal_powerpc_sim.cdl,v
retrieving revision 1.5
diff -u -5 -r1.5 hal_powerpc_sim.cdl
--- cdl/hal_powerpc_sim.cdl	23 May 2002 23:04:33 -0000	1.5
+++ cdl/hal_powerpc_sim.cdl	4 Feb 2003 18:21:19 -0000
@@ -51,10 +51,11 @@
 
 cdl_package CYGPKG_HAL_POWERPC_SIM {
     display       "PSIM minimal simulator"
     parent        CYGPKG_HAL_POWERPC
     requires      CYGPKG_HAL_POWERPC_PPC60x
+    requires      { CYGSEM_HAL_USE_ROM_MONITOR==0 }
     define_header hal_powerpc_sim.h
     include_dir   cyg/hal
     description   "
         The minimal simulator HAL package is provided for use when
         only a simple simulation of the processor architecture is


-- 
Nick Garnett - eCos Kernel Architect
http://www.eCosCentric.com/


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