-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add MsBootHttp4 MsBootHttp6 boot sequence #610
Merged
apop5
merged 2 commits into
microsoft:dev/202405
from
kanechen66:user/kanechen/network_boot_order
Dec 3, 2024
Merged
Add MsBootHttp4 MsBootHttp6 boot sequence #610
apop5
merged 2 commits into
microsoft:dev/202405
from
kanechen66:user/kanechen/network_boot_order
Dec 3, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
impact:non-functional
Does not have a functional impact
label
Nov 17, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/202405 #610 +/- ##
==============================================
- Coverage 11.59% 11.43% -0.16%
==============================================
Files 132 142 +10
Lines 21561 21849 +288
Branches 2546 2546
==============================================
Hits 2499 2499
- Misses 19028 19316 +288
Partials 34 34
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
apop5
reviewed
Nov 18, 2024
kanechen66
force-pushed
the
user/kanechen/network_boot_order
branch
from
November 18, 2024 03:00
d616da4
to
0d4b276
Compare
kanechen66
force-pushed
the
user/kanechen/network_boot_order
branch
from
November 18, 2024 05:24
0d4b276
to
10230c4
Compare
apop5
approved these changes
Nov 19, 2024
kuqin12
approved these changes
Dec 3, 2024
github-actions
bot
added
the
type:backport
Backport changes in a dev branch PR to its release branch.
label
Dec 3, 2024
ProjectMuBot
pushed a commit
that referenced
this pull request
Dec 3, 2024
## Description This change adds MsBootHttp4 MsBootHttp6 so that platform can choose boot device with ipv4/v6 http device. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested Tested on SUT and it can boot to http ip v4 and http ipv6 device. ## Integration Instructions None
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
impact:non-functional
Does not have a functional impact
type:backport
Backport changes in a dev branch PR to its release branch.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This change adds MsBootHttp4 MsBootHttp6 so that platform can choose boot device with ipv4/v6 http device.
How This Was Tested
Tested on SUT and it can boot to http ip v4 and http ipv6 device.
Integration Instructions
None