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

To be able to boot, STM32MPU platforms require the BL2 binary (together with its DT) to be preceded with an STM32 header. Add the required files and macro to properly generate this header. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I675de2c5cb733fe9d9e9baf76a941741a06dfac8
11 lines
199 B
ArmAsm
11 lines
199 B
ArmAsm
/*
|
|
* Copyright (c) 2023, STMicroelectronics - All Rights Reserved
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
.section .bl2_image
|
|
.incbin BL2_BIN_PATH
|
|
|
|
.section .dtb_image
|
|
.incbin DTB_BIN_PATH
|