diff options
| author | Tom Rini <[email protected]> | 2024-12-15 08:02:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-15 08:02:22 -0600 |
| commit | eb1817ad8707e31da23e4b30e6cbe09056e0dca3 (patch) | |
| tree | 17161fb42f1a072096a6428b6c4246ca06efb5cc /doc/usage | |
| parent | 88bd5701efdc48048e030d91c2633048f0f753a0 (diff) | |
| parent | 55e8704402350d06e8ebf244515d96c36a3bacf5 (diff) | |
Merge tag 'doc-2025-01-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2025-01-rc5
Documentation:
* sending_patches: Fix spelling of "its"
* environment: NET_LWIP dhcp sets ipaddrN, netmaskN and gatewayipN
* remove redundant Rockchip bindings
* fwu_updates: Fix formatting
* coolpi: Fix document style
* board: theobroma-systems: fix feature list in introductions
Fix typos in code comments:
* clk: mpc83xx: Fix typo in "Coherent System Bus"
* efi_loader: Fix typos in enum efi_allocate_type
Diffstat (limited to 'doc/usage')
| -rw-r--r-- | doc/usage/environment.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index 7bd9ffce8d8..30fc16794fc 100644 --- a/doc/usage/environment.rst +++ b/doc/usage/environment.rst @@ -499,12 +499,12 @@ Automatically updated variables ------------------------------- The following environment variables may be used and automatically -updated by the network boot commands ("bootp" and "rarpboot"), +updated by the network boot commands ("bootp", "dhcp" and "rarpboot"), depending the information provided by your boot server: -========= =================================================== +========== =================================================================== Variable Notes -========= =================================================== +========== =================================================================== bootfile see above dnsip IP address of your Domain Name Server dnsip2 IP address of your secondary Domain Name Server @@ -514,7 +514,10 @@ ipaddr See above netmask Subnet Mask rootpath Pathname of the root filesystem on the NFS server serverip see above -========= =================================================== +ipaddrN IP address for interface N (>0) (NET_LWIP dhcp only) +netmaskN Subnet mask for interface N (>0) (NET_LWIP dhcp only) +gatewayipN IP address of the Gateway for interface N (>0) (NET_LWIP dhcp only) +========== =================================================================== Special environment variables |
