2014-07-05 20:59:43 +08:00
|
|
|
# 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
|
2014-06-19 13:18:01 +08:00
|
|
|
|
|
|
|
#----------------------------------------------------------------------------------
|
2014-07-05 20:59:43 +08:00
|
|
|
# OSX CPU Power Management patches
|
2014-06-19 13:18:01 +08:00
|
|
|
# Remove lock from MSR 0xE2 register
|
|
|
|
#----------------------------------------------------------------------------------
|
|
|
|
|
2014-06-19 11:45:20 +08:00
|
|
|
# PowerMgmtDxe | Haswell
|
2014-07-05 20:59:43 +08:00
|
|
|
F7731B4C-58A2-4DF4-8980-5645D39ECE58 10 P:75080FBAE80F89442430:EB080FBAE80F89442430
|
|
|
|
|
2014-06-19 11:45:20 +08:00
|
|
|
# PowerMgmtDxe | Haswell-E
|
2014-07-05 20:59:43 +08:00
|
|
|
F7731B4C-58A2-4DF4-8980-5645D39ECE58 10 P:0FBA6C24380F:0FBA7424380F
|
2014-06-19 11:45:20 +08:00
|
|
|
|
|
|
|
# PowerManagement | Sandy Bridge with ME 8.xx, Ivy Bridge
|
2014-07-05 20:59:43 +08:00
|
|
|
8C783970-F02A-4A4D-AF09-8797A51EEC8D 10 P:75080FBAE80F89442430:EB080FBAE80F89442430
|
2014-06-19 11:45:20 +08:00
|
|
|
# PowerManagement | New SB-E/IB-E
|
2014-07-05 20:59:43 +08:00
|
|
|
8C783970-F02A-4A4D-AF09-8797A51EEC8D 10 P:0FBA6C24380F:0FBA7424380F
|
2014-06-19 11:45:20 +08:00
|
|
|
|
|
|
|
# CpuPei | Sandy Bridge with ME 7.xx, old SB-E/IB-E
|
2014-07-05 20:59:43 +08:00
|
|
|
2BB5AFA9-FF33-417B-8497-CB773C2B93BF 10 P:800018EB050D0080:000018EB050D0000
|
2014-06-19 11:45:20 +08:00
|
|
|
|