[PATCH -next v8 08/11] spl: split spl_board_fixups to arch/board specific
    Dhruva Gole 
    d-gole at ti.com
       
    Wed Oct  8 15:32:03 CEST 2025
    
    
  
On Oct 06, 2025 at 13:58:46 +0530, Anshul Dalal wrote:
> The current spl_board_fixups API allows for modification of spl_image
> before the SPL jumps to it. This can be used to modify the DT for the
> next boot stage, however the current API only allows either the machine
> arch or the board to use it.
> 
> This limits the utility of the API as there might be certain fixups that
> should be applied to all boards sharing the same machine architecture
> with others being board specific.
> 
> For TI's K3 specifically, this prevents us from performing architecture
> level fixups since a lot of TI boards are already making use of the
> spl_board_fixups API.
> 
> Therefore this patch splits the API into two to allow both board and the
> architecture specific fixups. The order is kept as arch then board to
> give board specific fixups the precedence.
> 
> Signed-off-by: Anshul Dalal <anshuld at ti.com>
> Tested-by: Wadim Egorov <w.egorov at phytec.de>
Reviewed-by: Dhruva Gole <d-gole at ti.com>
-- 
Best regards,
Dhruva Gole
Texas Instruments Incorporated
    
    
More information about the U-Boot
mailing list