19 lines
484 B
BlitzBasic
19 lines
484 B
BlitzBasic
require tf-a-stm32mp-common.inc
|
|
require tf-a-stm32mp.inc
|
|
|
|
SUMMARY = "Trusted Firmware-A for STM32MP1"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
# Configure settings
|
|
TFA_PLATFORM = "stm32mp1"
|
|
TFA_ARM_MAJOR = "7"
|
|
TFA_ARM_ARCH = "aarch32"
|
|
|
|
# Enable the wrapper for debug
|
|
TF_A_ENABLE_DEBUG_WRAPPER ?= "1"
|
|
|
|
# ---------------------------------
|
|
# Configure archiver use
|
|
# ---------------------------------
|
|
include ${@oe.utils.ifelse(d.getVar('ST_ARCHIVER_ENABLE') == '1', 'tf-a-stm32mp-archiver.inc','')}
|