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

Add human-readable serde variants for *dimmVoltages #93

Closed daym closed 1 year ago

daym commented 1 year ago

Currently the RdimmDdr4Voltages, UdimmDdr4Voltages and LrdimmDdr4Voltages have variants like _1_2V in serde.

Change those to 1.2 V etc.

daym commented 1 year ago

Already done earlier, in a convoluted way (using a custom CustomSerde* structure).