Skip to content

Commit 235c34c

Browse files
Integrate generated device path code and add builder
The `device_path` module now exposes the generated submodules containing all the packed node types. The `device_path::build` module contains `DevicePathBuilder`, which allows for constructing new device paths. It also exposes the generated submodules containing all the builder node types.
1 parent 9cab677 commit 235c34c

File tree

3 files changed

+635
-5
lines changed

3 files changed

+635
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Added `MemoryAttribute::SPECIAL_PURPOSE`, `MemoryAttribute::CPU_CRYPTO`,
1414
`MemoryAttribute::ISA_VALID`, and `MemoryAttribute::ISA_MASK`.
1515
- Added the `UnicodeCollation` protocol
16+
- Added structs to represent each type of device path node. All node
17+
types specified in the UEFI 2.10 Specification are now supported.
18+
- Added `DevicePathBuilder` for building new device paths.
1619

1720
### Changed
1821

0 commit comments

Comments
 (0)