[PATCH 1/3] configs: add semi-falcon mode fragment for k3 devices
Gokul Praveen <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
This fragment enables semi-falcon mode for K3 platforms by modifying the file to be loaded by R5 SPL and updating the UBOOT proper load address to A Core SPL load address so that R5 SPL can load UBOOT from that address as A Core SPL is not present in semi-falcon mode. Signed-off-by: Gokul Praveen <[email protected]> --- configs/k3_a72_semifalcon.config | 1 + configs/k3_r5_semifalcon.config | 1 + 2 files changed, 2 insertions(+) create mode 100644 configs/k3_a72_semifalcon.config create mode 100644 configs/k3_r5_semifalcon.config diff --git a/configs/k3_a72_semifalcon.config b/configs/k3_a72_semifalcon.config new file mode 100644 index 00000000000..7522acab950 --- /dev/null +++ b/configs/k3_a72_semifalcon.config @@ -0,0 +1 @@ +CONFIG_TEXT_BASE=0x80080000 diff --git a/configs/k3_r5_semifalcon.config b/configs/k3_r5_semifalcon.config new file mode 100644 index 00000000000..0217ebc81a8 --- /dev/null +++ b/configs/k3_r5_semifalcon.config @@ -0,0 +1 @@ +CONFIG_SPL_FS_LOAD_PAYLOAD_NAME="tisemifalcon.bin" -- 2.34.1