Skip to content

Commit f547536

Browse files
committed
uefi: add tcpv4 protocol wrapper
1 parent 2f4310b commit f547536

File tree

3 files changed

+642
-1
lines changed

3 files changed

+642
-1
lines changed

uefi/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Added
44
- Added `proto::ata::AtaRequestBuilder::read_pio()`.
5-
- Added `proto::shell::Shell::{var(), set_var(), vars()}`
65
- Added `proto::pci::root_bridge::PciRootBridgeIo::configuration()`.
76
- Added `proto::pci::root_bridge::PciRootBridgeIo::enumerate()`.
7+
- Added `proto::shell::Shell::{var(), set_var(), vars()}`
8+
- Added `Tcp4` protocol and types.
89

910
## Changed
1011
- Changed ordering of `proto::pci::PciIoAddress` to (bus -> dev -> fun -> reg -> ext_reg).

uefi/src/proto/network/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ pub mod http;
2121
pub mod ip4config2;
2222
pub mod pxe;
2323
pub mod snp;
24+
pub mod tcp4;
2425

2526
pub use uefi_raw::MacAddress as EfiMacAddr;

0 commit comments

Comments
 (0)