commit | e6e1db03f5eafcaaeccdb51974668d50536f2026 | [log] [tgz] |
---|---|---|
author | Jackson Cooper-Driver <jackson.cooper-driver@arm.com> | Fri May 16 10:45:20 2025 +0100 |
committer | Jackson Cooper-Driver <jackson.cooper-driver@arm.com> | Fri May 16 10:49:10 2025 +0100 |
tree | 058925e883e216283dec9a2bd8c272941d41b30d | |
parent | 6abc66ca30630e4b49e38a30e7a39977b9884f04 [diff] |
RSE: Add ROM SRAM copy build config Add a new build config which builds the RSE using the MinSizeRel CMAKE_BUILD_TYPE and specifies that the RSE should copy the ROM code to SRAM and execute it there. Note that we can only use the MinSizeRel build type when using this config flag, as this requires the BL1_1 code to be smaller than the SRAM size. Change-Id: Ie5c7e4a4997767dcdf9ef4e192954bed8f4fc37f Signed-off-by: Jackson Cooper-Driver <jackson.cooper-driver@arm.com>