Hi Gokul On 8/14/2026 3:51 PM, Gokul Praveen wrote: > 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
Slightly confusing wording, but understood. > 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" Reviewed-by Neha Malcom Francis <[email protected] -- Thanking You Neha Malcom Francis
