From 72829ee0a3f20f38950eeb230a408bffea85722c Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Fri, 18 Apr 2014 15:25:11 +0200 Subject: [PATCH] Version 0.17.8.2 -updated project file --- ffsengine.cpp | 2 ++ uefitool.pro | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ffsengine.cpp b/ffsengine.cpp index a17f258..6f041b9 100644 --- a/ffsengine.cpp +++ b/ffsengine.cpp @@ -73,6 +73,8 @@ bool FfsEngine::hasIntersection(const UINT32 begin1, const UINT32 end1, const UI // Firmware image parsing UINT8 FfsEngine::parseImageFile(const QByteArray & buffer) { + oldPeiCoreEntryPoint = 0; + newPeiCoreEntryPoint = 0; UINT32 capsuleHeaderSize = 0; FLASH_DESCRIPTOR_HEADER* descriptorHeader = NULL; QModelIndex index; diff --git a/uefitool.pro b/uefitool.pro index 0d8a0e8..19cbc09 100644 --- a/uefitool.pro +++ b/uefitool.pro @@ -20,8 +20,7 @@ SOURCES += main.cpp \ LZMA/SDK/C/LzmaDec.c \ LZMA/SDK/C/LzmaEnc.c \ Tiano/EfiTianoDecompress.c \ - Tiano/EfiCompress.c \ - Tiano/TianoCompress.c + Tiano/EfiTianoCompress.c HEADERS += uefitool.h \ searchdialog.h \