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
dcd9338d
Commit
dcd9338d
authored
Aug 12, 2015
by
danh-arm
Browse files
Merge pull request #357 from vwadekar/tegra-bl31-memmap-fix
Tegra: memmap the actual memory available for BL31
parents
aaa0567c
b25f5801
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/nvidia/tegra/common/tegra_bl31_setup.c
View file @
dcd9338d
...
...
@@ -195,7 +195,7 @@ void bl31_plat_arch_setup(void)
{
unsigned
long
bl31_base_pa
=
tegra_bl31_phys_base
;
unsigned
long
total_base
=
bl31_base_pa
;
unsigned
long
total_size
=
TZDRAM_END
-
BL31_RO_BASE
;
unsigned
long
total_size
=
BL32_BASE
-
BL31_RO_BASE
;
unsigned
long
ro_start
=
bl31_base_pa
;
unsigned
long
ro_size
=
BL31_RO_LIMIT
-
BL31_RO_BASE
;
const
mmap_region_t
*
plat_mmio_map
=
NULL
;
...
...
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