changeset 2558:1c78a2b1740b

* include/plf_cache.h: Changed to the general arch-var-plf include scheme.
author asl
date Mon, 22 Sep 2008 18:24:33 +0000
parents cab33d750f3a
children 19e4b89dda34
files packages/hal/fr30/skmb91302/current/ChangeLog packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl packages/hal/fr30/skmb91302/current/include/plf_cache.h
diffstat 3 files changed, 9 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/fr30/skmb91302/current/ChangeLog
+++ b/packages/hal/fr30/skmb91302/current/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-19  Lars Poeschel  <larsi@wh2.tu-dresden.de>
+
+    * include/plf_cache.h: Changed to the general arch-var-plf include scheme.
+
 2008-07-01  Lars Poeschel  <larsi@wh2.tu-dresden.de>
 
     * src/platform.S: Startup routines for remapping the flash during
--- a/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl
+++ b/packages/hal/fr30/skmb91302/current/cdl/hal_fr30_skmb91302.cdl
@@ -153,7 +153,7 @@ cdl_package CYGPKG_HAL_FR30_MB91301_SKMB
             display "Global compiler flags"
             flavor  data
             no_define
-            default_value { "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -finit-priority -fomit-frame-pointer" }
+            default_value { "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fomit-frame-pointer -fno-use-cxa-atexit" }
             description       "This option controls the global compiler  flags
                                which are used to compile all packages by default.
                                Individual  packages  may  define  options   which
--- a/packages/hal/fr30/skmb91302/current/include/plf_cache.h
+++ b/packages/hal/fr30/skmb91302/current/include/plf_cache.h
@@ -44,26 +44,18 @@
 //=============================================================================
 //#####DESCRIPTIONBEGIN####
 //
-// Author(s):   nickg
+// Author(s):   Lars Poeschel
 // Contributors:
-// Date:        2007-07-09
-// Purpose:     Cache control API
+// Date:        2008-07-09
+// Purpose:     Cache control API for skmb91302 platform
 // Description: The macros defined here provide the HAL APIs for handling
 //              cache control operations.
-// Usage:
-//              #include <cyg/hal/plf_cache.h>
-//              ...
-//              
+// Usage:       Included via "hal_cache.h". Do not use directly.
 //
 //####DESCRIPTIONEND####
 //
 //=============================================================================
 
-#include <pkgconf/hal.h>
-#include <cyg/infra/cyg_type.h>
-
-#include <cyg/hal/plf_cache.h>
-
 //=============================================================================
 
 // Nothing here at present.