mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00

For v8-R64, especially R82, creating code to run BL1 at EL2, using MPU. Signed-off-by: Gary Morrison <gary.morrison@arm.com> Change-Id: I439ac3915b982ad1e61d24365bdd1584b3070425
14 lines
381 B
Makefile
14 lines
381 B
Makefile
#
|
|
# Copyright (c) 2021, ARM Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
ifeq (${USE_DEBUGFS}, 1)
|
|
$(error "Debugfs requires functionality from the dynamic translation \
|
|
library and is incompatible with ALLOW_RO_XLAT_TABLES.")
|
|
endif
|
|
|
|
ifeq (${ARCH},aarch32)
|
|
$(error "The xlat_mpu library does not currently support AArch32.")
|
|
endif
|