Page MenuHomeFreeBSD

bhnd(4): Add support for bool, NULL, and data (octet-string) NVRAM value types.
ClosedPublic

Authored by landonf on Dec 12 2016, 12:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 16 2025, 1:58 PM
Unknown Object (File)
Aug 14 2025, 9:17 PM
Unknown Object (File)
Jul 7 2025, 10:51 AM
Unknown Object (File)
Jul 5 2025, 7:23 PM
Unknown Object (File)
Jun 28 2025, 10:46 AM
Unknown Object (File)
Jun 27 2025, 4:05 AM
Unknown Object (File)
Jun 25 2025, 6:40 PM
Unknown Object (File)
Jun 20 2025, 7:07 PM
Subscribers
None

Details

Summary

This adds support for three new NVRAM value types; booleans,
NULL (which we'll use to denote deleted values in bhnd_nvram_store),
and opaque data (aka octet-strings).

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6195
Build 6444: arc lint + arc unit

Event Timeline

landonf retitled this revision from to bhnd(4): Add support for bool, NULL, and data (octet-string) NVRAM value types..
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.