Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
73ecfcf9
Commit
73ecfcf9
authored
Sep 25, 2007
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: first pass at debug mmr support
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
4a7df24d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1863 additions
and
1 deletion
+1863
-1
arch/blackfin/Kconfig.debug
arch/blackfin/Kconfig.debug
+1
-1
arch/blackfin/kernel/Makefile
arch/blackfin/kernel/Makefile
+2
-0
arch/blackfin/kernel/debug-mmrs.c
arch/blackfin/kernel/debug-mmrs.c
+1860
-0
No files found.
arch/blackfin/Kconfig.debug
View file @
73ecfcf9
...
@@ -32,7 +32,7 @@ config DEBUG_VERBOSE
...
@@ -32,7 +32,7 @@ config DEBUG_VERBOSE
Most people should say N here.
Most people should say N here.
config DEBUG_MMRS
config DEBUG_MMRS
bool
"Generate Blackfin MMR tree"
tristate
"Generate Blackfin MMR tree"
select DEBUG_FS
select DEBUG_FS
help
help
Create a tree of Blackfin MMRs via the debugfs tree. If
Create a tree of Blackfin MMRs via the debugfs tree. If
...
...
arch/blackfin/kernel/Makefile
View file @
73ecfcf9
...
@@ -37,3 +37,5 @@ obj-$(CONFIG_BFIN_PSEUDODBG_INSNS) += pseudodbg.o
...
@@ -37,3 +37,5 @@ obj-$(CONFIG_BFIN_PSEUDODBG_INSNS) += pseudodbg.o
# the kgdb test puts code into L2 and without linker
# the kgdb test puts code into L2 and without linker
# relaxation, we need to force long calls to/from it
# relaxation, we need to force long calls to/from it
CFLAGS_kgdb_test.o
:=
-mlong-calls
-O0
CFLAGS_kgdb_test.o
:=
-mlong-calls
-O0
obj-$(CONFIG_DEBUG_MMRS)
+=
debug-mmrs.o
arch/blackfin/kernel/debug-mmrs.c
0 → 100644
View file @
73ecfcf9
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