1728aef23d
- Added a generic bhnd_nvram_parser API, with support for the TLV format used on WGT634U devices, the standard BCM NVRAM format used on most modern devices, and the "board text file" format used on some hardware to supply external NVRAM data at runtime (e.g. via an EFI variable). - Extended the bhnd_bus_if and bhnd_nvram_if interfaces to support both string-based and primitive data type variable access, required for common behavior across both SPROM and NVRAM data sources. - Extended the existing SPROM implementation to support the new string-based NVRAM APIs. - Added an abstract bhnd_nvram driver, implementing the bhnd_nvram_if atop the bhnd_nvram_parser API. - Added a CFE-based bhnd_nvram driver to provide read-only access to NVRAM data on MIPS SoCs, pending implementation of a flash-aware bhnd_nvram driver. Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D7489
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
# $FreeBSD$
|
|
hint.bhnd.0.at="nexus0"
|
|
hint.bhnd.0.maddr="0x18000000"
|
|
hint.bhnd.0.msize="0x00100000"
|
|
|
|
# NVRAM via CFE
|
|
hint.bhnd_nvram.0.at="nexus0"
|