[PATCH v4] bootstd: make it possible to use tftp for netboot with standardboot
    Jerome Forissier 
    jerome.forissier at linaro.org
       
    Wed Oct 22 09:32:17 CEST 2025
    
    
  
Hi Benjamin,
On 10/21/25 16:34, Benjamin Hahn wrote:
> Add the option to load the bootscript with the tftp command (static IP)
> instead of the dhcp command (dynamic IP). For this a new function
> tftpb_run similar to dhcp_run, is needed. The selection of which command
> to use can be done with the ip_dyn environment variable, which can be
> set to yes or no. The ip_dyn variable was chosen as it is already in use
> on the imx platforms.
> Also edit the bootstd doc.
> 
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Benjamin Hahn <B.Hahn at phytec.de>
> ---
> Changes in v4:
> - moved tftpb_run to net-common
> - depends on: https://lore.kernel.org/u-boot/20251009123034.2441110-1-jerome.forissier@linaro.org/
FYI, I have that patch in my queue for Tom, and I plan to send a pull
request shortly.
-- 
Jerome
    
    
More information about the U-Boot
mailing list