Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
vendor
qcom-opensource
tools
Commits
f3314e4e
Commit
f3314e4e
authored
9 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
9 years ago
Browse files
Options
Downloads
Plain Diff
Merge "linux-ramdump-parser-v2 : Modified boards.py for 8064 automotive"
parents
974ad191
9566522c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linux-ramdump-parser-v2/boards.py
+4
-3
4 additions, 3 deletions
linux-ramdump-parser-v2/boards.py
with
4 additions
and
3 deletions
linux-ramdump-parser-v2/boards.py
+
4
−
3
View file @
f3314e4e
...
@@ -41,15 +41,15 @@ class Board(object):
...
@@ -41,15 +41,15 @@ class Board(object):
self
.
trace_soc
=
False
self
.
trace_soc
=
False
class
Board8960
(
Board
):
class
Board8960
(
Board
):
def
__init__
(
self
,
socid
,
board_num
):
def
__init__
(
self
,
socid
,
board_num
,
phys_offset
=
0x80200000
,
ram_start
=
0x80000000
):
super
(
Board8960
,
self
).
__init__
()
super
(
Board8960
,
self
).
__init__
()
self
.
socid
=
socid
self
.
socid
=
socid
self
.
board_num
=
board_num
self
.
board_num
=
board_num
self
.
cpu
=
'
KRAIT
'
self
.
cpu
=
'
KRAIT
'
self
.
ram_start
=
0x80000000
self
.
ram_start
=
ram_start
self
.
imem_start
=
0x2a03f000
self
.
imem_start
=
0x2a03f000
self
.
smem_addr
=
0x0
self
.
smem_addr
=
0x0
self
.
phys_offset
=
0x80200000
self
.
phys_offset
=
phys_offset
self
.
wdog_addr
=
0x2a03f658
self
.
wdog_addr
=
0x2a03f658
self
.
imem_file_name
=
'
IMEM_C.BIN
'
self
.
imem_file_name
=
'
IMEM_C.BIN
'
...
@@ -417,6 +417,7 @@ boards.append(Board8960(socid=122, board_num=8960))
...
@@ -417,6 +417,7 @@ boards.append(Board8960(socid=122, board_num=8960))
boards
.
append
(
Board8960
(
socid
=
123
,
board_num
=
8260
))
boards
.
append
(
Board8960
(
socid
=
123
,
board_num
=
8260
))
boards
.
append
(
Board8960
(
socid
=
124
,
board_num
=
8060
))
boards
.
append
(
Board8960
(
socid
=
124
,
board_num
=
8060
))
boards
.
append
(
Board8960
(
socid
=
244
,
board_num
=
8064
,
phys_offset
=
0x40200000
,
ram_start
=
0x40000000
))
boards
.
append
(
Board8960
(
socid
=
109
,
board_num
=
8064
))
boards
.
append
(
Board8960
(
socid
=
109
,
board_num
=
8064
))
boards
.
append
(
Board8960
(
socid
=
130
,
board_num
=
8064
))
boards
.
append
(
Board8960
(
socid
=
130
,
board_num
=
8064
))
boards
.
append
(
Board8960
(
socid
=
153
,
board_num
=
8064
))
boards
.
append
(
Board8960
(
socid
=
153
,
board_num
=
8064
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment