aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update UEFI shell linkMattiwatti2019-04-29
| | | | | | ShellBinPkg was removed from EDK2's master tree: https://github.com/tianocore/edk2/commit/81a8a52a6bb21afca8ce5b507575b24b3f3a15e7 The TianoCore recommended way to obtain the shell binary is now to download a stable release from https://github.com/tianocore/edk2/releases and extract the shell binary from the assets ZIP. Since this change prevents linking to the .efi file directly as before, change the download link in the README to the last stable tag to include ShellBinPkg instead
* Update to VS2019Mattiwatti2019-04-08
|
* EfiDSEFix: on Windows >= 8, use a different default g_CiOptions valuev1.0.1Mattiwatti2019-03-30
| | | | Fixes #1
* EfiDSEFix: read input value for '--enable' as hex to match '--disable'Mattiwatti2019-03-30
|
* Update README.mdMattiwatti2019-03-28
|
* Ensure ntdllp.lib only exports Vista-compatible symbolsMattiwatti2019-03-28
|
* Minor fixesMattiwatti2019-03-28
|
* Initial commitv1.0Mattiwatti2019-03-25