Port of latest descriptor handling changes from master

- added Skylake+ descriptor format support
This commit is contained in:
Nikolaj Schlej 2015-09-12 22:53:07 +02:00
parent d36951da88
commit b8317ac4f2
4 changed files with 240 additions and 92 deletions

View file

@ -66,6 +66,7 @@ private:
STATUS parseMeRegion(const QByteArray & me, const UINT32 parentOffset, const QModelIndex & parent, QModelIndex & index);
STATUS parseBiosRegion(const QByteArray & bios, const UINT32 parentOffset, const QModelIndex & parent, QModelIndex & index);
STATUS parsePdrRegion(const QByteArray & pdr, const UINT32 parentOffset, const QModelIndex & parent, QModelIndex & index);
STATUS parseEcRegion(const QByteArray & ec, const UINT32 parentOffset, const QModelIndex & parent, QModelIndex & index);
STATUS parsePadFileBody(const QModelIndex & index);
STATUS parseSections(QByteArray sections, const QModelIndex & index);