diff packages/hal/arm/arch/current/ChangeLog @ 1359:152652dea92e

* include/hal_io.h: If defined HAL_IO_MACROS_NO_ADDRESS_MUNGING use macros which don't mung the addresses even if the platform is big-endian. Platforms which don't need address munging can just define HAL_IO_MACROS_NO_ADDRESS_MUNGING in plf_io.h .
author asl
date Sat, 08 Nov 2003 15:42:42 +0000
parents 8758da1a0278
children bc88a3357a79
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/ChangeLog
+++ b/packages/hal/arm/arch/current/ChangeLog
@@ -1,3 +1,10 @@
+2003-11-05  Roland Caßebohm  <roland.cassebohm@visionsystems.de>
+
+        * include/hal_io.h: If defined HAL_IO_MACROS_NO_ADDRESS_MUNGING
+        use macros which don't mung the addresses even if the platform
+        is big-endian. Platforms which don't need address munging can
+        just define HAL_IO_MACROS_NO_ADDRESS_MUNGING in plf_io.h .
+ 
 2003-10-23  Thomas Koeller  <thomas.koeller@baslerweb.com>
 
 	* src/vectors.S: Acknowlege spurious interrupts.