vit9696
31ccb2a054
Support applying patches from terminal, closes #186
2019-11-03 16:15:03 +03:00
vit9696
4bee991c94
Implement custom LZMA dictionary size support, fixes #154
2018-12-30 18:37:27 +03:00
vit9696
e6f84f9f7d
Version bump
2018-06-24 17:07:52 +03:00
vit9696
35c207dd8c
More proper solution to #137
2018-06-23 19:46:56 +03:00
vit9696
c4567dcffc
Attempt to workaround #137
2018-06-23 00:39:51 +03:00
vit9696
4bb759780f
Unify version scheme
2018-05-22 00:43:34 +03:00
vit9696
8ea96ffd5d
Support replacing raw sections and ffs via -asis
2018-05-21 10:07:33 +03:00
vit9696
e5d868977e
Deploy as prerelease to avoid confusion
2018-05-20 00:02:35 +03:00
vit9696
65263f1000
Allow subguid matching for UEFIReplace
2018-05-19 23:53:21 +03:00
vit9696
dd90367387
Fix recursion in UEFIReplace
2018-05-19 23:35:57 +03:00
vit9696
b5961a7155
Add -o / --output flag to UEFIPatch
2018-05-19 18:55:51 +03:00
vit9696
8db52ea51a
Implement replace all and add -o (--output) path to UEFIReplace
2018-05-19 18:35:38 +03:00
vit9696
63e40c058a
Increment version
2018-05-08 21:49:11 +03:00
vit9696
f507d71ead
Backport decompression updates from new_engine
2018-05-08 19:22:07 +03:00
vit9696
b3f7beb236
Initial Windows build support
2018-05-08 02:28:03 +03:00
vit9696
f321a6c7a8
Add misc patches unrelated to Intel PowerManagement
2018-05-07 22:12:50 +03:00
vit9696
66c9d4a2cf
Implement external patches.txt path for UEFIPatch
2018-05-07 22:01:17 +03:00
vit9696
f383646033
Fix UEFITool path on Linux
2018-05-07 21:42:03 +03:00
vit9696
912a1b25b2
Fix compiler warning, closes #121
2018-05-07 21:37:44 +03:00
vit9696
3395cc7a1a
Add Linux x86-64 CI support
2018-05-07 21:36:24 +03:00
vit9696
e25ed49b27
Do not try to rebase removed sections, fixes #92
2018-05-07 08:01:09 +03:00
vit9696
3993bd7090
Improve descriptor version handling
2018-05-06 23:28:52 +03:00
vit9696
acb1a4d099
Fix Intel descriptor version parsing at reading
2018-05-06 15:29:08 +03:00
vit9696
03274ff47c
Properly read Intel descriptor version, thx @platomav
2018-05-06 15:11:21 +03:00
vit9696
539408c667
Recognise B360MHD3.F3 descriptor version
2018-05-06 11:31:39 +03:00
vit9696
5e81b20c85
Version bump
2018-05-04 21:49:56 +03:00
vit9696
dd28665644
Remove legacy UEFIFind and UEFIExtract in favour of new_engine branch
2018-05-04 21:42:54 +03:00
vit9696
fe13f1efe9
Backport TianoDecompress fix for Xcode ( https://bugzilla.tianocore.org/show_bug.cgi?id=635 )
2018-05-04 20:46:06 +03:00
vit9696
26b40c229a
Merge pull request #130 from vit9696/ci-master
...
Travis Mac
2018-05-04 06:52:01 +03:00
vit9696
7da3f6b793
Add deploy key
2018-05-04 06:40:04 +03:00
vit9696
3284737952
Implement mac builds with deploy
2018-05-03 22:27:40 +03:00
vit9696
fd4d75957e
Fix rebuild reversion
2018-05-03 20:41:27 +03:00
Alex Matrosov
88ed04cd4c
Merge pull request #128 from vit9696/recover-skylake
...
Recover Skylake patches
2018-05-01 20:04:25 -07:00
vit9696
462f693ad6
Recover Skylake patches
2018-05-01 23:27:35 +03:00
Alex Matrosov
a5ce9ab3d9
bugfix
2018-04-29 22:38:54 -07:00
Alex Matrosov
956a804dd5
Merge pull request #126 from HackingThings/master
...
Fix for EC region parse
2018-04-14 16:04:57 -07:00
HackingThings
dcdb85497d
Fix EC region parse
...
Fixing Copy&Paste bug
2018-04-14 10:40:31 -07:00
Alex Matrosov
ea5ae2f2c8
fixed rebase PEI files with nonstandard alignment
2018-02-25 15:40:14 -08:00
Alex Matrosov
341ee144f9
Merge pull request #113 from interferenc/master
...
Fixed patches for Skylake-X
2018-02-22 11:59:43 -08:00
Marton Farago
50ff6dc038
Fixed patches for Skylake-X
...
D71C8BA4-4AF2-4D0D-B1BA-F2409F0C20D3 is a completly unrelated GUID (UncoreInitPei), so while it contains a code block that looks like an MSR 0xE2 lock, that has nothing to do with it.
3FFCAE95-23CF-4967-94F5-16352F68E43B has a better patch that just jumps over the whole lock enforcing block
01359D99-9446-456D-ADA4-50A711C03ADA also needs a patch, this runs on wake from S3 sleep and lock the register again if not patched.
2018-02-15 07:39:34 +01:00
Cr4sh
df95f0755c
multiple fixes
2018-02-15 06:04:34 +03:00
Alex Matrosov
9d623c91e6
fix for #99
2018-01-22 23:58:29 -08:00
Alex Matrosov
3ffdae1123
0.22.1 multiple FFSv3 support fixes, thanks to @osresearch
...
+ multiple FFSv3 support fixes, thanks to @osresearch
+ fixed removal of FFS files with opposite EP bit value
+ disabled creation of large sections (too buggy now, will be fixed later)
2017-12-10 21:54:50 -08:00
Alex Matrosov
73019876cf
add FFSv3 support with large files and large sections
2017-12-10 16:54:40 -08:00
Alex Matrosov
75225ecc28
Merge pull request #76 from mxxxc/master
...
Add UEFIReplace.
2017-05-06 17:24:47 -07:00
Mark
5ba63418bd
Add UEFIReplace.
2017-04-14 03:24:24 +02:00
Dmytro Oleksiuk
dbeda3fc9d
Merge pull request #69 from adriandumitru/Develop
...
Add Kaby Lake support.
2017-02-12 10:23:06 +03:00
Adrian Dumitru
b700177e4a
Add Kaby Lake support.
2017-01-25 00:30:53 +02:00
Alex Matrosov
8cfd93c8eb
Update patches.txt
2016-08-21 15:48:13 -07:00
Nikolaj Schlej
d54f215e67
Forgot to bump UP version
2015-11-12 09:38:14 +01:00