Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenNetworkBoot: Add support for setting static IPv4 address NVRAM variable #570

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

mikebeaton
Copy link
Contributor

Normally only useful for our HttpBootDxe, which supports HTTP boot from static IP address as long as URI is also pre-specified.

The NVRAM setting should affect normal EDK II derived network stacks and will configure a static IP on the card, but this will later be ignored and overridden by DHCP when PXE or HTTP boot is started in the standard network stack.

@mikebeaton mikebeaton force-pushed the netboot branch 4 times, most recently from ef3ff9b to 42e53cc Compare December 18, 2024 22:23
…riable

Normally only useful for our HttpBootDxe, which supports HTTP
boot from static IP address as long as URI is also pre-specified.

The NVRAM setting should affect normal EDK II derived network stacks
and will configure a static IP on the card, but this will later be
ignored and overridden by DHCP when PXE or HTTP boot is started in the
standard network stack.

Signed-off-by: Mike Beaton <[email protected]>
@mikebeaton mikebeaton merged commit f30d412 into acidanthera:master Dec 22, 2024
11 checks passed
@mikebeaton mikebeaton deleted the netboot branch December 22, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant