Page MenuHomeFreeBSD

bhnd(4): Implement support for directly converting a bhnd_nvram_val to a new type.
ClosedPublic

Authored by landonf on Dec 12 2016, 12:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 6, 6:06 AM
Unknown Object (File)
Thu, Jan 1, 1:07 AM
Unknown Object (File)
Thu, Dec 25, 1:15 AM
Unknown Object (File)
Sat, Dec 20, 8:40 AM
Unknown Object (File)
Dec 14 2025, 5:28 PM
Unknown Object (File)
Dec 13 2025, 5:29 PM
Unknown Object (File)
Dec 12 2025, 5:24 PM
Unknown Object (File)
Dec 11 2025, 5:18 PM
Subscribers
None

Details

Summary

This adds support for bhnd_nvram_val_convert_init() and bhnd_nvram_val_convert_new(),
which may be used to perform value format-aware encoding of an NVRAM value to a new
target format/type.

This will be used to simplify converting to/from serialized format-specific NVRAM value
representations to common NVRAM value representations.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6194
Build 6443: arc lint + arc unit

Event Timeline

landonf retitled this revision from to bhnd(4): Implement support for directly converting a bhnd_nvram_val to a new type..
landonf updated this object.
landonf edited the test plan for this revision. (Show Details)
landonf added a reviewer: adrian.
adrian edited edge metadata.
This revision is now accepted and ready to land.Dec 12 2016, 8:19 PM
This revision was automatically updated to reflect the committed changes.