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)
Dec 20 2023, 2:24 AM
Unknown Object (File)
Dec 6 2023, 5:43 AM
Unknown Object (File)
Aug 4 2023, 6:03 PM
Unknown Object (File)
Aug 4 2023, 6:02 PM
Unknown Object (File)
Aug 4 2023, 6:01 PM
Unknown Object (File)
Aug 4 2023, 2:11 PM
Unknown Object (File)
May 20 2023, 11:19 AM
Unknown Object (File)
May 20 2023, 11:18 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.