mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
eeb6441ac6
Add configuration settings to TF-A, OP-TEE and TS SPs needed to get TS built and run on the fvp-base machine. Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
require ts-arm-platforms.inc
|
|
|
|
EXTRA_OECMAKE:append:corstone1000 = "-DMM_COMM_BUFFER_ADDRESS=0x81FFF000 \
|
|
-DMM_COMM_BUFFER_PAGE_COUNT=1 \
|
|
"
|
|
|
|
EXTRA_OECMAKE:append:fvp-base = " -DMM_COMM_BUFFER_ADDRESS=0x81000000 \
|
|
-DMM_COMM_BUFFER_PAGE_COUNT=8 \
|
|
"
|