linuxboot/fiano

Implement nvram parsing

rjoleary opened this issue · 5 comments

Implement nvram parsing

@JulienVdG is working on this

Yes, started to understand the basic structure yesterday

NVAR Parsing implemented : #240

Standard visitors (table, extract, save) are implemented: #250

And new visitors are in progress in #251

Note that all this only cover the 'NVAR' format (used by AMI firmwares) however the visitors name can be generic enough to cover other formats in the future.

Just a quick note, #251 is merged.
Maybe this issue can be closed, unless you want to keep it to track other nvram format.