aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-06-22 15:58:11 +0100
committerGitHub <noreply@github.com>2018-06-22 15:58:11 +0100
commitc125a14eeaa941919c6fdaae5832ed13b2c6bb28 (patch)
tree51a8458383f11b41768f4c3f085d1f312ab1cbfc /include
parentcfd2e04a7176e8944fb14585cbf18f7bf20603d5 (diff)
parente237c1ba80b23558ebb30822352722ee16301d35 (diff)
downloadplatform_external_arm-trusted-firmware-c125a14eeaa941919c6fdaae5832ed13b2c6bb28.tar.gz
platform_external_arm-trusted-firmware-c125a14eeaa941919c6fdaae5832ed13b2c6bb28.tar.bz2
platform_external_arm-trusted-firmware-c125a14eeaa941919c6fdaae5832ed13b2c6bb28.zip
Merge pull request #1441 from robertovargas-arm/mem_protect_board
Move mem-protect definitions to board specific files
Diffstat (limited to 'include')
-rw-r--r--include/plat/arm/board/common/board_arm_def.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/plat/arm/board/common/board_arm_def.h b/include/plat/arm/board/common/board_arm_def.h
index 96eefbbeb..5e1d680ce 100644
--- a/include/plat/arm/board/common/board_arm_def.h
+++ b/include/plat/arm/board/common/board_arm_def.h
@@ -122,14 +122,6 @@
#define PLAT_ARM_NVM_BASE V2M_FLASH0_BASE
#define PLAT_ARM_NVM_SIZE (V2M_FLASH0_SIZE - V2M_FLASH_BLOCK_SIZE)
-/* PSCI memory protect definitions:
- * This variable is stored in a non-secure flash because some ARM reference
- * platforms do not have secure NVRAM. Real systems that provided MEM_PROTECT
- * support must use a secure NVRAM to store the PSCI MEM_PROTECT definitions.
- */
-#define PLAT_ARM_MEM_PROT_ADDR (V2M_FLASH0_BASE + \
- V2M_FLASH0_SIZE - V2M_FLASH_BLOCK_SIZE)
-
/*
* Map mem_protect flash region with read and write permissions
*/