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
7a0c5638
Commit
7a0c5638
authored
10 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "linux-ramdump-parser-v2: Fix calculation of TTBR0"
parents
75248fcb
bee8897b
No related branches found
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/mmu.py
+2
-2
2 additions, 2 deletions
linux-ramdump-parser-v2/mmu.py
with
2 additions
and
2 deletions
linux-ramdump-parser-v2/mmu.py
+
2
−
2
View file @
7a0c5638
# Copyright (c) 2013-201
4
, The Linux Foundation. All rights reserved.
# Copyright (c) 2013-201
5
, The Linux Foundation. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and
...
...
@@ -81,7 +81,7 @@ class Armv7MMU(MMU):
self
.
secondary_page_tables
=
[
[
0
for
col
in
range
(
256
)]
for
row
in
range
(
4096
)]
msm_ttbr0
=
self
.
ramdump
.
phys_offset
+
0x4000
msm_ttbr0
=
self
.
ramdump
.
phys_offset
+
self
.
ramdump
.
swapper_pg_dir_addr
self
.
ttbr
=
msm_ttbr0
virt_address
=
0x0
gb_i
=
0
...
...
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