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]

XScale fix


Index: hal/arm/xscale/core/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/core/current/ChangeLog,v
retrieving revision 1.2
diff -u -p -5 -r1.2 ChangeLog
--- hal/arm/xscale/core/current/ChangeLog	20 Sep 2002 15:36:35 -0000	1.2
+++ hal/arm/xscale/core/current/ChangeLog	23 Sep 2002 13:33:34 -0000
@@ -1,5 +1,10 @@
+2002-09-23  Mark Salter  <msalter@redhat.com>
+
+	* include/hal_cache.h: Remove mmap-related externs which don't belong
+	here.
+
 2002-09-20  Mark Salter  <msalter@redhat.com>
 
 	* src/xscale_stub.c: Fill in holes in logic used to decide which
 	of two watchpoints caused exception.
 
Index: hal/arm/xscale/core/current/include/hal_cache.h
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/core/current/include/hal_cache.h,v
retrieving revision 1.1
diff -u -p -5 -r1.1 hal_cache.h
--- hal/arm/xscale/core/current/include/hal_cache.h	19 Sep 2002 15:51:54 -0000	1.1
+++ hal/arm/xscale/core/current/include/hal_cache.h	23 Sep 2002 13:33:34 -0000
@@ -380,19 +380,7 @@ CYG_MACRO_END
 // Allocate and zero the cache lines associated with the given range.
 //#define HAL_DCACHE_ZERO( _base_ , _size_ )
 // This feature is not available on the SA11X0.
 
 //-----------------------------------------------------------------------------
-// Now include the details of the platform's Memory Map setup:
-
-#include <cyg/hal/plf_mmap.h>
-
-// and define the (considerably less efficient) routines that are available
-// for testing the actual memory map in force.
-
-externC cyg_uint32 hal_virt_to_phys_address( cyg_uint32 vaddr );
-externC cyg_uint32 hal_phys_to_virt_address( cyg_uint32 paddr );
-externC cyg_uint32 hal_virt_to_uncached_address( cyg_uint32 vaddr );
-
-//-----------------------------------------------------------------------------
 #endif // ifndef CYGONCE_HAL_CACHE_H
 // End of hal_cache.h
Index: hal/arm/xscale/iq80321/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/xscale/iq80321/current/ChangeLog,v
retrieving revision 1.8
diff -u -p -5 -r1.8 ChangeLog
--- hal/arm/xscale/iq80321/current/ChangeLog	19 Sep 2002 15:51:55 -0000	1.8
+++ hal/arm/xscale/iq80321/current/ChangeLog	23 Sep 2002 13:33:34 -0000
@@ -1,5 +1,9 @@
+2002-09-23  Mark Salter  <msalter@redhat.com>
+
+	* include/plf_mmap.h: Remove. Not used.
+
 2002-09-19  Mark Salter  <msalter@redhat.com>
 
 	* misc/redboot_RAM.ecm: Add CYGPKG_HAL_ARM_XSCALE_CORE.
 	* misc/redboot_RAM_ALTMAP.ecm: Ditto.
 	* misc/redboot_ROM.ecm: Ditto.


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