| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-24 | bootstd: make it possible to use tftp for netboot with standardboot | Benjamin Hahn | |
| 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 <[email protected]> Signed-off-by: Benjamin Hahn <[email protected]> | |||
| 2024-07-19 | doc: Add a description for bootmeth_script | Simon Glass | |
| Add documentation for the script bootmeth. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Quentin Schulz <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> | |||
