UT NE A25

- support for Phoenix SCT FlashMap
- support for Apple Gaid stores
- UI for EVSA and FlashMap store and entries
- small fixes
This commit is contained in:
Nikolaj Schlej 2016-04-13 01:35:18 +02:00
parent d6909fe9b6
commit 1100cead24
7 changed files with 261 additions and 78 deletions

View file

@ -47,11 +47,13 @@ namespace Types {
NvramStoreFdc,
NvramStoreFsys,
NvramStoreEvsa,
NvramFtwBlock,
NvramStoreFlashMap,
NvramStoreFtw,
NvramVariableNvar,
NvramVariableVss,
NvramVariableFsys,
NvramEntryEvsa
NvramEntryFsys,
NvramEntryEvsa,
NvramEntryFlashMap,
};
}