summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/configuration.h
diff options
context:
space:
mode:
authorPierre Peiffer <pierre.peiffer@stericsson.com>2011-08-23 09:13:49 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:02:20 +0100
commit925581cbdd18f28078d471e7dd6f7780ed378d5b (patch)
treedd989e16268d8975ad9d63dcb9224cca4a7af35b /drivers/staging/nmf-cm/configuration.h
parent774512cc7aa332fa09a5fe8fe0f425467ad7828c (diff)
U8500 CM: provide MMDSP dump in case of Panic
Implement support of debugfs: - Provide several live information through debugfs - Provide support of MMDSP core dump also through debugfs, when a panic occurs. Rework the allocator to enhance the MMDSP stack allocation. ST-Ericsson ID: 356478 ST-Ericsson Linux next: - ST-Ericsson FOSS-OUT ID: Trivial Signed-off-by: Pierre Peiffer <pierre.peiffer@stericsson.com> Change-Id: I19e21a8a0cfa23e9085c2c429ce13f973c552818
Diffstat (limited to 'drivers/staging/nmf-cm/configuration.h')
-rw-r--r--drivers/staging/nmf-cm/configuration.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/staging/nmf-cm/configuration.h b/drivers/staging/nmf-cm/configuration.h
index a3bc1ca9063..8f1b88bc23f 100644
--- a/drivers/staging/nmf-cm/configuration.h
+++ b/drivers/staging/nmf-cm/configuration.h
@@ -21,11 +21,6 @@
/** Nomadik embedded Static RAM base address*/
#define ESRAM_BASE (U8500_ESRAM_BASE + 0x10000) // V1/V2 config: 0-64k: secure;
-#define HWSEM_BASE U8500_HSEM_BASE
-
-/** SxA base address */
-#define SVA_BASE_ADDR U8500_SVA_BASE
-#define SIA_BASE_ADDR U8500_SIA_BASE
/** Nomadik embedded ram size for CM (in Kb) */
#define ESRAM_SIZE 576
@@ -48,8 +43,8 @@ enum {
#define SDRAM_CODE_SIZE_SIA (2*ONE_KB)
#define SDRAM_DATA_SIZE (8*ONE_KB)
-extern int cfgCommunicationLocationInSDRAM;
-extern int cfgSemaphoreTypeHSEM;
+extern bool cfgCommunicationLocationInSDRAM;
+extern bool cfgSemaphoreTypeHSEM;
extern int cfgESRAMSize;
int init_config(void);