mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-19 09:45:43 -04:00
Initial ME parser, improved ucode parser, reset vector info
This commit is contained in:
parent
f386eda430
commit
2e7aa8133a
21 changed files with 1867 additions and 166 deletions
3
common/utility.h
Normal file → Executable file
3
common/utility.h
Normal file → Executable file
|
@ -44,6 +44,9 @@ UINT8 calculateChecksum8(const UINT8* buffer, UINT32 bufferSize);
|
|||
// 16bit checksum calculation routine
|
||||
UINT16 calculateChecksum16(const UINT16* buffer, UINT32 bufferSize);
|
||||
|
||||
// 32bit checksum calculation routine
|
||||
UINT32 calculateChecksum32(const UINT32* buffer, UINT32 bufferSize);
|
||||
|
||||
// Return padding type from it's contents
|
||||
UINT8 getPaddingType(const UByteArray & padding);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue