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, Dec 24, 3:37 AM
Unknown Object (File)
Mon, Dec 23, 2:00 PM
Unknown Object (File)
Dec 9 2024, 8:19 AM
Unknown Object (File)
Dec 9 2024, 8:17 AM
Unknown Object (File)
Nov 20 2024, 10:31 PM
Unknown Object (File)
Oct 3 2024, 12:05 PM
Unknown Object (File)
Oct 2 2024, 6:27 PM
Unknown Object (File)
Sep 28 2024, 1:00 AM
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.