[PATCH 08/10] configs: ti_armv7_common: add cfgs for SPI falcon boot

Tom Rini trini at konsulko.com
Fri Mar 7 16:57:39 CET 2025


On Fri, Mar 07, 2025 at 01:25:36PM +0530, Anshul Dalal wrote:

> When booting from SPI, only the tispl.bin and tiboot3.bin is loaded from
> the SPI. tiboot3.bin is located by the ROM and tispl.bin's offset is
> specified by CONFIG_SYS_SPI_U_BOOT_OFFS.
> 
> The kernel and args however are loaded from the eMMC or SD and not SPI,
> therefore we don't actually make use of these config values at runtime,
> they are added to avoid compile time 'undefined identifier' errors when
> building with SPL_OS_BOOT enabled.
> 
> Signed-off-by: Anshul Dalal <anshuld at ti.com>
> ---
>  include/configs/ti_armv7_common.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
> index 3def7b1027e..f101d10992a 100644
> --- a/include/configs/ti_armv7_common.h
> +++ b/include/configs/ti_armv7_common.h
> @@ -119,6 +119,12 @@
>  /* FAT */
>  
>  /* RAW SD card / eMMC */
> +
> +/* SPI */
> +#define CFG_SYS_SPI_KERNEL_OFFS	0
> +#define CFG_SYS_SPI_ARGS_OFFS	0
> +#define CFG_SYS_SPI_ARGS_SIZE	0
> +
>  #endif

We need to refactor the code and migrate these to Kconfig as well.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250307/60f55c2b/attachment.sig>


More information about the U-Boot mailing list