Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_kernel_samsung_matisse
Commits
01cd0c95
Commit
01cd0c95
authored
12 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
12 years ago
Browse files
Options
Download
Plain Diff
Merge "msm: Undo duplication of debug image shared IMEM cookie"
parents
62a995f8
6787cc52
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
27 deletions
+0
-27
arch/arm/mach-msm/include/mach/msm_iomap-8974.h
arch/arm/mach-msm/include/mach/msm_iomap-8974.h
+0
-9
arch/arm/mach-msm/include/mach/msm_iomap-9625.h
arch/arm/mach-msm/include/mach/msm_iomap-9625.h
+0
-9
arch/arm/mach-msm/include/mach/msm_iomap.h
arch/arm/mach-msm/include/mach/msm_iomap.h
+0
-1
arch/arm/mach-msm/io.c
arch/arm/mach-msm/io.c
+0
-2
arch/arm/mach-msm/msm_memory_dump.c
arch/arm/mach-msm/msm_memory_dump.c
+0
-6
No files found.
arch/arm/mach-msm/include/mach/msm_iomap-8974.h
View file @
01cd0c95
...
...
@@ -45,13 +45,4 @@
#define MSM_DEBUG_UART_PHYS 0xF991E000
#endif
/*
* IMEM is retained for secure watchdog reset
* Debug Image looks at actual IMEM to
* do memory dumping.
*/
#define MSM8974_DBG_IMEM_PHYS 0xFE805000
#define MSM8974_DBG_IMEM_SIZE SZ_4K
#endif
This diff is collapsed.
Click to expand it.
arch/arm/mach-msm/include/mach/msm_iomap-9625.h
View file @
01cd0c95
...
...
@@ -48,13 +48,4 @@
#define MSM_DEBUG_UART_PHYS 0xF991E000
#endif
/*
* IMEM is retained for secure watchdog reset
* Debug Image looks at actual IMEM to
* do memory dumping.
*/
#define MSM9625_DBG_IMEM_PHYS 0xFE807800
#define MSM9625_DBG_IMEM_SIZE SZ_4K
#endif
This diff is collapsed.
Click to expand it.
arch/arm/mach-msm/include/mach/msm_iomap.h
View file @
01cd0c95
...
...
@@ -98,7 +98,6 @@
#define MSM_MDC_BASE IOMEM(0xFA400000)
/* 1M */
#define MSM_AD5_BASE IOMEM(0xFA900000)
/* 13M (D00000)
0xFB600000 */
#define MSM_DBG_IMEM_BASE IOMEM(0xFB600000)
/* 4K */
#define MSM_STRONGLY_ORDERED_PAGE 0xFA0F0000
#define MSM8625_CPU_PHYS 0x0FE00000
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-msm/io.c
View file @
01cd0c95
...
...
@@ -313,7 +313,6 @@ static struct map_desc msm_8974_io_desc[] __initdata = {
#ifdef CONFIG_DEBUG_MSM8974_UART
MSM_DEVICE
(
DEBUG_UART
),
#endif
MSM_CHIP_DEVICE
(
DBG_IMEM
,
MSM8974
),
};
void
__init
msm_map_8974_io
(
void
)
...
...
@@ -480,7 +479,6 @@ static struct map_desc msm9625_io_desc[] __initdata = {
#ifdef CONFIG_DEBUG_MSM9625_UART
MSM_DEVICE
(
DEBUG_UART
),
#endif
MSM_CHIP_DEVICE
(
DBG_IMEM
,
MSM9625
),
};
void
__init
msm_map_msm9625_io
(
void
)
...
...
This diff is collapsed.
Click to expand it.
arch/arm/mach-msm/msm_memory_dump.c
View file @
01cd0c95
...
...
@@ -57,12 +57,6 @@ static int __init init_memory_dump(void)
mem_dump_data
.
dump_table_phys
=
virt_to_phys
(
table
);
writel_relaxed
(
mem_dump_data
.
dump_table_phys
,
MSM_IMEM_BASE
+
DUMP_TABLE_OFFSET
);
/* TODO: Write to Debug image IMEM.
* Once IMEM issues are resolved MSM_IMEM_BASE
* will have actual mapping.
*/
writel_relaxed
(
mem_dump_data
.
dump_table_phys
,
MSM_DBG_IMEM_BASE
+
DUMP_TABLE_OFFSET
);
printk
(
KERN_INFO
"MSM Memory Dump table set up
\n
"
);
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment