oxidecomputer / amd-apcb

AMD Generic Encapsulated Software Architecture Platform Security Processor Configuration Block manipulation library
Mozilla Public License 2.0
13 stars 1 forks source link

Make reserved fields optional when deserializing. #75

Closed daym closed 1 year ago

daym commented 1 year ago

Currently, reserved fields (like _reserved_1) are mandatory when deserializing. It would be better if those were optional.

daym commented 1 year ago

See also https://github.com/oxidecomputer/amd-host-image-builder/issues/56 for details.