Skip to content

Commit

Permalink
Add MsBootHttp4 MsBootHttp6 boot sequence (#610)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
kanechen66 authored and ProjectMuBot committed Dec 3, 2024
1 parent 98af4ab commit ee86c72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PcBdsPkg/Include/Library/MsBootPolicyLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ typedef enum {
MsBootNVME, /// Nvme boot devices
MsBootODD, /// Optical Disk drive devices
MsBootSD, /// Sd/Emmc type devices
MsBootRAMDISK /// Ram Disk devices
MsBootRAMDISK, /// Ram Disk devices
MsBootHttp4, /// Boot devices that support IPV4 Http
MsBootHttp6 /// Boot devices supporting IPV6 Http
} BOOT_SEQUENCE;

/**
Expand Down

0 comments on commit ee86c72

Please sign in to comment.