mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00

BL31 will need to access a device tree for several configurations (UART, GIC, OTP mapping...). Create a BL31 device tree (SOC_FW_CONFIG). It is loaded in DDR, in a spare area. Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Signed-off-by: Maxime Méré <maxime.mere@foss.st.com> Change-Id: I320a05859e1aa3dd8db9a274e7201075a8c250c2
23 lines
442 B
Text
23 lines
442 B
Text
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) STMicroelectronics 2024 - All Rights Reserved
|
|
*/
|
|
|
|
/*
|
|
* STM32MP25 tf-a firmware config
|
|
* Project : open
|
|
* Generated by XLmx tool version 2.2 - 2/27/2024 11:46:17 AM
|
|
*/
|
|
|
|
/ {
|
|
dtb-registry {
|
|
soc_fw-config {
|
|
load-address = <0x0 0x81ff0000>;
|
|
max-size = <0x10000>;
|
|
};
|
|
tos_fw {
|
|
load-address = <0x0 0x82000000>;
|
|
max-size = <0x2000000>;
|
|
};
|
|
};
|
|
};
|