Xinyu Zhang | ab9d1ea | 2022-12-23 17:11:22 +0800 | [diff] [blame^] | 1 | From b217e083ecfd7cc5bbdfa59ef238fc53adae4282 Mon Sep 17 00:00:00 2001 |
| 2 | From: Xinyu Zhang <xinyu.zhang@arm.com> |
| 3 | Date: Fri, 23 Dec 2022 15:25:03 +0800 |
| 4 | Subject: [PATCH 1/2] Musca B1: Enable emulated RAM FS for ITS & PS |
| 5 | |
| 6 | Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> |
| 7 | Change-Id: I48e14a91e9428fd77250d959f306f6ae2113784c |
| 8 | --- |
| 9 | platform/ext/target/arm/musca_b1/config_tfm_target.h | 6 ++++++ |
| 10 | 1 file changed, 6 insertions(+) |
| 11 | |
| 12 | diff --git a/platform/ext/target/arm/musca_b1/config_tfm_target.h b/platform/ext/target/arm/musca_b1/config_tfm_target.h |
| 13 | index f90984a08..69174cef2 100644 |
| 14 | --- a/platform/ext/target/arm/musca_b1/config_tfm_target.h |
| 15 | +++ b/platform/ext/target/arm/musca_b1/config_tfm_target.h |
| 16 | @@ -12,4 +12,10 @@ |
| 17 | #undef CRYPTO_NV_SEED |
| 18 | #define CRYPTO_NV_SEED 0 |
| 19 | |
| 20 | +#undef ITS_RAM_FS |
| 21 | +#define ITS_RAM_FS 1 |
| 22 | + |
| 23 | +#undef PS_RAM_FS |
| 24 | +#define PS_RAM_FS 1 |
| 25 | + |
| 26 | #endif /* __CONFIG_TFM_TARGET_H__ */ |
| 27 | -- |
| 28 | 2.25.1 |
| 29 | |