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
9aabd11a
Unverified
Commit
9aabd11a
authored
Oct 26, 2018
by
Antonio Niño Díaz
Committed by
GitHub
Oct 26, 2018
Browse files
Merge pull request #1647 from antonio-nino-diaz-arm/an/setup-xlat
Improvements to setup page tables code
parents
31abc7c4
0916c38d
Changes
22
Show whitespace changes
Inline
Side-by-side
plat/xilinx/zynqmp/platform.mk
View file @
9aabd11a
...
...
@@ -16,10 +16,6 @@ ENABLE_SVE_FOR_NS := 0
WORKAROUND_CVE_2017_5715
:=
0
ARM_XLAT_TABLES_LIB_V1
:=
1
$(eval
$(call
assert_boolean,ARM_XLAT_TABLES_LIB_V1))
$(eval
$(call
add_define,ARM_XLAT_TABLES_LIB_V1))
ifdef
ZYNQMP_ATF_MEM_BASE
$(eval
$(call
add_define,ZYNQMP_ATF_MEM_BASE))
...
...
plat/xilinx/zynqmp/tsp/tsp_plat_setup.c
View file @
9aabd11a
/*
* Copyright (c) 2014-201
6
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2014-201
8
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -57,6 +57,6 @@ void tsp_plat_arch_setup(void)
{
0
}
};
arm_
setup_page_tables
(
bl_regions
,
plat_arm_get_mmap
());
setup_page_tables
(
bl_regions
,
plat_arm_get_mmap
());
enable_mmu_el1
(
0
);
}
Prev
1
2
Next
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