mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-06 01:31:16 -04:00
First commit of the new_engine branch
- new ffsParser is done, supports FFSv3, non-UEFI data everywhere, fixed files, offsets for uncompressed data and many other things - command-line utilities are removed until the end of new engine's development
This commit is contained in:
parent
29a41e880c
commit
1f0a80d035
31 changed files with 3121 additions and 5444 deletions
|
@ -1,42 +0,0 @@
|
|||
# Patch string format
|
||||
# FileGuid SectionType PatchType:FindPatternOrOffset:ReplacePattern
|
||||
# Please ensure that the latest symbol in patch string is space
|
||||
|
||||
# Possible section types:
|
||||
# PE32 image 10
|
||||
# Position-independent code 11
|
||||
# TE Image 12
|
||||
# DXE Dependency 13
|
||||
# Version information 14
|
||||
# User interface string 15
|
||||
# 16-bit code 16
|
||||
# Guided freeform 18
|
||||
# Raw data 19
|
||||
# PEI Dependency 1B
|
||||
# SMM Dependency 1C
|
||||
# Please do not try another section types, it can make the resulting image broken
|
||||
|
||||
# Possible patch types:
|
||||
# P - pattern-based, first parameter is a pattern to find, second - a pattern to replace
|
||||
# O - offset-based, first parameter is hexadecimal offset, second - a pattern to replace
|
||||
# Patterns can have . as "any possible value" symbol
|
||||
|
||||
#----------------------------------------------------------------------------------
|
||||
# OSX CPU Power Management patches
|
||||
# Remove lock from MSR 0xE2 register
|
||||
#----------------------------------------------------------------------------------
|
||||
|
||||
# PowerMgmtDxe | Haswell
|
||||
F7731B4C-58A2-4DF4-8980-5645D39ECE58 10 P:75080FBAE80F89442430:EB080FBAE80F89442430
|
||||
|
||||
# PowerMgmtDxe | Haswell-E
|
||||
F7731B4C-58A2-4DF4-8980-5645D39ECE58 10 P:0FBA6C24380F:0FBA7424380F
|
||||
|
||||
# PowerManagement | Sandy Bridge with ME 8.xx, Ivy Bridge
|
||||
8C783970-F02A-4A4D-AF09-8797A51EEC8D 10 P:75080FBAE80F89442430:EB080FBAE80F89442430
|
||||
# PowerManagement | New SB-E/IB-E
|
||||
8C783970-F02A-4A4D-AF09-8797A51EEC8D 10 P:0FBA6C24380F:0FBA7424380F
|
||||
|
||||
# CpuPei | Sandy Bridge with ME 7.xx, old SB-E/IB-E
|
||||
2BB5AFA9-FF33-417B-8497-CB773C2B93BF 10 P:800018EB050D0080:000018EB050D0000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue