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
68b654f6
Commit
68b654f6
authored
6 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "lrdp-v2: Use correct target names"
parents
8d4a8fc0
2240fdba
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
-4
4 additions, 4 deletions
linux-ramdump-parser-v2/boards.py
with
4 additions
and
4 deletions
linux-ramdump-parser-v2/boards.py
+
4
−
4
View file @
68b654f6
...
@@ -557,11 +557,11 @@ class BoardSDX20(Board):
...
@@ -557,11 +557,11 @@ class BoardSDX20(Board):
self
.
wdog_addr
=
0x8600658
self
.
wdog_addr
=
0x8600658
self
.
imem_file_name
=
'
OCIMEM.BIN
'
self
.
imem_file_name
=
'
OCIMEM.BIN
'
class
BoardS
D
M8
55
(
Board
):
class
BoardSM8
150
(
Board
):
def
__init__
(
self
,
socid
):
def
__init__
(
self
,
socid
):
super
(
BoardS
D
M8
55
,
self
).
__init__
()
super
(
BoardSM8
150
,
self
).
__init__
()
self
.
socid
=
socid
self
.
socid
=
socid
self
.
board_num
=
"
s
d
m8
55
"
self
.
board_num
=
"
sm8
150
"
self
.
cpu
=
'
CORTEXA53
'
self
.
cpu
=
'
CORTEXA53
'
self
.
ram_start
=
0x80000000
self
.
ram_start
=
0x80000000
self
.
smem_addr
=
0x6000000
self
.
smem_addr
=
0x6000000
...
@@ -799,7 +799,7 @@ boards.append(Board630(socid=318))
...
@@ -799,7 +799,7 @@ boards.append(Board630(socid=318))
boards
.
append
(
Board630
(
socid
=
327
))
boards
.
append
(
Board630
(
socid
=
327
))
boards
.
append
(
BoardSDM845
(
socid
=
321
))
boards
.
append
(
BoardSDM845
(
socid
=
321
))
boards
.
append
(
BoardS
D
M8
55
(
socid
=
339
))
boards
.
append
(
BoardSM8
150
(
socid
=
339
))
boards
.
append
(
BoardSDX20
(
socid
=
333
))
boards
.
append
(
BoardSDX20
(
socid
=
333
))
boards
.
append
(
BoardSDM710
(
socid
=
336
))
boards
.
append
(
BoardSDM710
(
socid
=
336
))
...
...
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