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)
Mon, Dec 9, 8:19 AM
Unknown Object (File)
Mon, Dec 9, 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
Unknown Object (File)
Sep 27 2024, 3:37 AM
Unknown Object (File)
Sep 19 2024, 9:02 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

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.