Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
85aa186b
Commit
85aa186b
authored
Apr 19, 2017
by
davidcunado-arm
Committed by
GitHub
Apr 19, 2017
Browse files
Merge pull request #904 from vwadekar/tegra-smmu-ctx-size-fix
Tegra: smmu: fix the size used to save context
parents
f3c8ec67
0741c96b
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/nvidia/tegra/common/drivers/smmu/smmu.c
View file @
85aa186b
...
...
@@ -116,7 +116,7 @@ void tegra_smmu_save_context(uint64_t smmu_ctx_addr)
/* Save SMMU config settings */
memcpy16
((
void
*
)(
uintptr_t
)
smmu_ctx_addr
,
(
void
*
)
smmu_ctx_regs
,
sizeof
(
smmu_
ctx_
regs
));
sizeof
(
smmu_regs
_t
));
/* save the SMMU table address */
mmio_write_32
(
TEGRA_SCRATCH_BASE
+
SECURE_SCRATCH_RSV11_LO
,
...
...
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