Add support for exporting all (or a subtree) of NVRAM properties backed
by an NVRAM store.
This will be used to support:
- Serializing the current NVRAM state for writing back to flash
- Exporting subsidiary device path's NVRAM properties for serialization and upload to fullmac devices.
Additionally, this includes an improvement to BCM-RAW format detection
to avoid matching on BCM-TEXT NVRAM data.
Depends on D8760