Nigel Croxon
|
787cb7fcd8
fix clang support.
|
8 years ago |
Nigel Croxon
|
bdb6182f0a
don't expect non-x86 compilers to compile x86 asm.
|
8 years ago |
Nigel Croxon
|
7b0521df53
remove dead code
|
8 years ago |
Nigel Croxon
|
8581a58e5b
For compatibility with an upcoming EDK2 feature that maps UEFI apps
|
8 years ago |
Nigel Croxon
|
f164fd6785
-VERSION = 3.0.4
|
8 years ago |
Nigel Croxon
|
4d326eae7d
Allow gcc to emit warnings for unsafe usage of setjmp/longjmp
|
8 years ago |
Nigel Croxon
|
3f234f5b6f
Add support for 64 bit MIPS
|
8 years ago |
Nigel Croxon
|
87484730de
Restore correct operation of BS driver test
|
8 years ago |
Nigel Croxon
|
fa1b977962
GCC 4.8 (and others) const warnings
|
8 years ago |
Nigel Croxon
|
bd38ba4b6b
GNU ar warning about deterministic mode
|
8 years ago |
Nigel Croxon
|
8071303f52
AARCH64 gcc error with const qualifiers
|
8 years ago |
Nigel Croxon
|
b14cc9cb4f
Add Debugger protocol support.
|
8 years ago |
Nigel Croxon
|
447ad9aa3a
Add EBC (EFI Byte Code) protocol support.
|
8 years ago |
Nigel Croxon
|
c108e118da
Add support for PCI Root Bridge I/O protocol.
|
8 years ago |
Nigel Croxon
|
9cdd67da85
Bridge more gaps between EDK and gnu-efi
|
8 years ago |
Nigel Croxon
|
751cbce3f6
Update global protocol GUIDs definitions to match EDK2
|
8 years ago |
Nigel Croxon
|
7993cbcc72
Add support for some UEFI 2.0 protocols
|
8 years ago |
Nigel Croxon
|
1b10394e06
This patch is a follow up to 8118d08727f437caf1fd6096756ec9f73ee36b19
|
8 years ago |
Nigel Croxon
|
ef81c051c9
Add GUID for SMBIOS 3 entry point structure.
|
8 years ago |
Nigel Croxon
|
93ef26559c
The latest gnu-efi produces the following warning when
|
8 years ago |
Nigel Croxon
|
cae022d6e4
This patch adds definitions to efiprot.h for
|
8 years ago |
Nigel Croxon
|
44d9ae1929
I did not submit the right file on my last submission.
|
8 years ago |
Nigel Croxon
|
b2c4db065f
I did a quick review of the MS x86_64 calling convention for floating
|
8 years ago |
Nigel Croxon
|
8118d08727
Protocol struct/type/define renaming to match spec naming convention.
|
8 years ago |
Nigel Croxon
|
63213a7b4e
This patch adds protocol definitions (and the corresponding global
|
8 years ago |
Nigel Croxon
|
78e4df7c5e
The default __GNUC__ C code cannot be used with MinGW as it inserts
|
8 years ago |
Nigel Croxon
|
6605c16fc8
This patch simply duplicates the use of /ENTRY option being passed to
|
9 years ago |
Nigel Croxon
|
b5b6a81af0
When copying structs, some compilers (e.g. MSVC for ARM) will use an
|
9 years ago |
Nigel Croxon
|
38c57d52fb
When compiling in x86_32|Debug mode and choosing not to link with standard
|
9 years ago |
Nigel Croxon
|
50b883773f
-fpic is not needed for MinGW, and MinGW32 issues a warning as a
|
9 years ago |