summaryrefslogtreecommitdiff
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
...
* | efiapi.h: fix EventGroup parameter of EFI_CREATE_EVENT_EX prototypeleo2019-05-141-1/+1
|/
* Merge /u/esben/gnu-efi/ branch intptr-t-fix into masterNigel Croxon2019-03-226-0/+12
|\
| * Fix for problem with undeclared intptr_t typeEsben Haabendal2019-03-156-0/+12
* | Merge /u/ffontaine35/gnu-efi/ branch master into masterNigel Croxon2019-03-221-0/+4
|\ \
| * | efilink: fix build with gcc 4.8Fabrice Fontaine2019-01-181-0/+4
| |/
* | Redefine jmp_buf to comply with C calling convention.Nigel Croxon2019-03-157-8/+8
|/
* * Fixed typeo lib/error.c EFI_WARN_UNKNOWN_GLYPH definition.Nigel Croxon2019-01-091-5/+5
* Fix typeo in efierr.h EFI_WARN_UNKNOWN_GLYPH definition.Nigel Croxon2019-01-081-1/+1
* gnu-efi: add some more common string functions.Peter Jones2018-03-142-0/+71
* Fix typedef of EFI_PXE_BASE_CODEPeter Jones2018-03-141-1/+1
* Fix some types gcc doesn't likePeter Jones2018-03-141-1/+1
* Add EFI_DRIVER_ENTRY_POINT support for MSVC/ARM64Nigel Croxon2017-11-061-2/+7
* Make sure stdint.h is always used with MSVC on ARM/ARM64, since allNigel Croxon2017-11-062-2/+2
* Declare EFI_PXE_BASE_CODE correctlyNigel Croxon2017-06-141-1/+1
* This typedef is already defined with the structure and canNigel Croxon2017-05-301-1/+0
* This is mere refactoring of the code and is not linked to anyNigel Croxon2017-03-301-14/+0
* x86-64/efibind: sanitize ms-abi cpp conditionalsNigel Croxon2017-03-101-2/+0
* Version checks in inc/x86_64/efibind.h for ms_abi support givesNigel Croxon2017-02-201-1/+1
* add-Exit - Add Exit() library function which calls BS->Exit()Nigel Croxon2017-02-171-0/+7
* fix clang support.Nigel Croxon2017-02-171-0/+2
* Allow gcc to emit warnings for unsafe usage of setjmp/longjmpNigel Croxon2017-01-081-2/+3
* Add support for 64 bit MIPSNigel Croxon2017-01-083-0/+223
* GCC 4.8 (and others) const warningsNigel Croxon2017-01-082-24/+24
* Add Debugger protocol support.Nigel Croxon2016-09-152-1/+514
* Add EBC (EFI Byte Code) protocol support.Nigel Croxon2016-09-152-1/+50
* Add support for PCI Root Bridge I/O protocol.Nigel Croxon2016-09-152-28/+201
* Bridge more gaps between EDK and gnu-efiNigel Croxon2016-09-153-10/+43
* Update global protocol GUIDs definitions to match EDK2Nigel Croxon2016-08-1810-317/+404
* Add support for some UEFI 2.0 protocolsNigel Croxon2016-08-163-18/+220
* This patch is a follow up to 8118d08727f437caf1fd6096756ec9f73ee36b19Nigel Croxon2016-08-152-186/+212
* Add GUID for SMBIOS 3 entry point structure.Nigel Croxon2016-08-121-0/+3
* This patch adds definitions to efiprot.h forNigel Croxon2016-07-082-0/+57
* I did a quick review of the MS x86_64 calling convention for floatingNigel Croxon2016-06-171-0/+7
* Protocol struct/type/define renaming to match spec naming convention.Nigel Croxon2016-05-101-87/+136
* This patch adds protocol definitions (and the corresponding globalNigel Croxon2016-05-032-0/+78
* This patch simply duplicates the use of /ENTRY option being passed toNigel Croxon2016-04-071-2/+7
* The following fixes a couple GCC specifics for the ARM platform,Nigel Croxon2016-03-281-0/+2
* Commit 3dd05c and subsequent ones introduced the use of the GNUNigel Croxon2016-03-253-6/+31
* Add support for EFI_RNG_PROTOCOL to the library.Nigel Croxon2016-03-211-0/+52
* Moved LOADED_IMAGE_PROTOCOL definitions into efiprot.h,Nigel Croxon2016-03-173-8/+42
* Added definitions for EFI HASH PROTOCOLNigel Croxon2016-03-172-0/+71
* Add definitions for EFI_COMPONENT_NAME_PROTOCOL and EFI_COMPONENT_NAME2_PROTOCOLNigel Croxon2016-03-152-0/+65
* Global GUID for DRIVER_BINDING_PROTOCOLNigel Croxon2016-03-101-0/+1
* Add definitions for EFI_DRIVER_BINDING_PROTOCOLNigel Croxon2016-03-091-0/+40
* From: Ard Biesheuvel <ard.biesheuvel@linaro.org>Nigel Croxon2016-01-072-1/+63
* From: Ard Biesheuvel <ard.biesheuvel@linaro.org>Nigel Croxon2015-12-231-7/+2
* From: Pete Batard <pete@akeo.ie>Nigel Croxon2015-09-236-7/+21
* From: Pete Batard <pete@akeo.ie>Nigel Croxon2015-09-173-3/+3
* Add the missing URI device path to the unions.Nigel Croxon2015-08-191-0/+2
* From: Gary Ching-Pang Lin <chingpang@gmail.com>Nigel Croxon2015-08-171-0/+11