Skip to content
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
wants to merge 74 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Jul 20, 2017

No description provided.

pbatard and others added 30 commits December 2, 2014 18:51
* 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 pbatard force-pushed the master branch 3 times, most recently from b7d30f2 to 3945c51 Compare November 3, 2017 23:48
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants