-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/pbatard/uefi-simple.git #2
Open
ghost
wants to merge
74
commits into
utshina:master
Choose a base branch
from
pbatard:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* The gnu-efi library is used for convenience * Also use the Hello World example from http://wiki.osdev.org/User:Jnc100/UEFI_Bare_Bones
* Must use MinGW-w64 to compile libefi
* Now isn't _THAT_ nice! ;)
* Use a vbscript for automatic download of the OVMF firmware * Also fix unwanted references to ia64 in gnu-efi
* also update comment from patch
* Also optimize release for size
* Add HTTP call and make other calls more generic
* Close QEMU on program exit (EFI shutdown) * Check for QEMU presence and other debug script improvements * Remove unneeded compilation options and increase warning level
* And remove gnu-efi patch as it now includes our changes
* Also fix the entrypoint label
* As per https://msdn.microsoft.com/en-us/library/abx4dbyh.aspx, libcmt has been broken down in multiple libraries, which must be included for Debug compilation, else you get symbols not found errors.
* NB: gnu-efi's 4091 warnings have been unsilenced as we sent a patch to the library authors to fix it there, and we'll update our ref once applied.
* This fixes a bunch of VS 2015 warnings
* Since SourceForge are being such ASSES about direct downloads...
* Update gnu-efi to latest for ARM * Fixes for IA32
* This should fix MinGW32 compilation
* Required for the next commit
* When compiled with various checks, Visual Studio includes code to forcefully terminate the process if a check fails. It seems that this code depends on Kernel32.dll, resulting in invalid imports in Dependency Walker (SUBSYSTEM_EFI binaries should not depend on SUBSYSTEM_WIN32 DLLs), as well in validation errors when Secure Boot is involved. * This commit removes this as well as all library dependencies for x86. * A dependency to libcmt/libcmtd is still kept for ARM, due to missing mathematical calls, but this isn't expected to cause dependencies issues. * Closes #4
* Also update gnu-efi to latest
* Visual Studio ARM compilation is now only supported with Clang (through a CRT that we had to craft ourselves - thanks Microsoft!!)
* The default for QEMU is to mount -hd# virtual images as read-only. This does not appear to be an issue on Linux, and, up to 2.8, wasn't an issue on Windows either, but ever since version 2.9, the Windows binary images seems to have been compiled with a requirement to save the Non-volative environmental variables to the ESP by default. Of course, this means that, unless you add the 'rw' option to '-hda fat:image', QEMU will not start... * Thanks go to jjolig for the workaround * Closes #8 * Closes #9
pbatard
force-pushed
the
master
branch
3 times, most recently
from
November 3, 2017 23:48
b7d30f2
to
3945c51
Compare
* Requires Update 15.4 and Windows SDK 10.0.16299.0 or later * Also add /Oi- option to disable intrinsics * Closes #7
* Needed to have proper uint64_t size on ARM64 * Also add /Oi- option to MSVC project files
* Since Microsoft are dropping it...
* Also update gnu-efi to latest and use HTTPS downloads
* Prevents warning C4244 during compilation
* Also update gnu-efi to latest
* Also update gnu-efi to latest
* Also update README
This can be useful if you installed your own keys for Secure Boot.
With the latest gnu-efi, it is no longer necessary to add specific macros or additional directories in the includes path.
* Also use our own fork of gnu-efi.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.