changeset 1360:e8bca92aee60

* include/plf_io.h: Define HAL_IO_MACROS_NO_ADDRESS_MUNGING to force the IO macros not to mung the addresses. This platform don't need this.
author asl
date Sat, 08 Nov 2003 15:43:29 +0000
parents 152652dea92e
children aa8dd0b93ba4
files packages/hal/arm/e7t/current/ChangeLog packages/hal/arm/e7t/current/include/plf_io.h packages/hal/arm/snds/current/ChangeLog packages/hal/arm/snds/current/include/plf_io.h
diffstat 4 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/arm/e7t/current/ChangeLog
+++ b/packages/hal/arm/e7t/current/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-05  Roland Caßebohm  <roland.cassebohm@visionsystems.de>
+
+        * include/plf_io.h: Define HAL_IO_MACROS_NO_ADDRESS_MUNGING to
+        force the IO macros not to mung the addresses. This platform
+        don't need this.
+
 2003-10-06  Chris Garry  <cgarry@sweeneydesign.co.uk>
 
         * include/plf_io.h: Correct (unused) defines for
--- a/packages/hal/arm/e7t/current/include/plf_io.h
+++ b/packages/hal/arm/e7t/current/include/plf_io.h
@@ -53,6 +53,10 @@
 //
 //=============================================================================
 
+// Platform doesn't need address munging even if configures as big-endian
+
+#define HAL_IO_MACROS_NO_ADDRESS_MUNGING
+
 // non-caching by accessing addr|0x04000000
 
 #define E7T_REG_BASE              0x07ff0000
--- a/packages/hal/arm/snds/current/ChangeLog
+++ b/packages/hal/arm/snds/current/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-05  Roland Caßebohm  <roland.cassebohm@visionsystems.de>
+
+        * include/plf_io.h: Define HAL_IO_MACROS_NO_ADDRESS_MUNGING to
+        force the IO macros not to mung the addresses. This platform
+        don't need this.
+
 2003-10-08  Roland Caßebohm  <roland.cassebohm@visionsystems.de>
 
         * include/plf_io.h: Correct (unused) defines for
--- a/packages/hal/arm/snds/current/include/plf_io.h
+++ b/packages/hal/arm/snds/current/include/plf_io.h
@@ -53,6 +53,10 @@
 //
 //=============================================================================
 
+// Platform doesn't need address munging even if configures as big-endian
+
+#define HAL_IO_MACROS_NO_ADDRESS_MUNGING
+
 // non-caching by accessing addr|0x04000000
 
 #define KS32C_REG_BASE              0x07ff0000