summaryrefslogtreecommitdiff
path: root/inc
Commit message (Expand)AuthorAgeFilesLines
* Define UnicodeSPrint/UnicodeVSPrint as our main SPrint/VSPrint callsPete Batard2021-03-081-5/+9
* Use EFI_FILE_SYSTEM_VOLUME_LABEL rather than EFI_FILE_SYSTEM_VOLUME_LABEL_INFOPete Batard2021-03-081-3/+9
* Define BASE_CR as a duplicate of the _CR macroPete Batard2021-03-081-0/+5
* Remove the need for other include paths besides <gnu-efi>/incPete Batard2021-02-184-3/+134
* Always define HAVE_USE_MS_ABI for MSVC compilersPete Batard2021-02-181-1/+3
* Add AsciiPrint and AsciiVSPrintPete Batard2021-02-181-1/+12
* Always prefer the external <stdarg.h> for MSVC compilationPete Batard2021-02-181-1/+1
* Replace Pause() macro with new library functionKagurazaka Kotori2020-07-221-1/+5
* Add Simple Text Input Ex Protocol supportKagurazaka Kotori2020-07-213-0/+114
* Add SMBIOS 3.0 table supportPete Batard2020-05-112-4/+16
* Re-add back the original symbol, typeo.Nigel Croxon2020-01-161-0/+1
* efibind: Fix usage of efi headers from C++ codeAlexander von Gluck IV2019-11-276-7/+7
* Revert "efilink: fix build with gcc 4.8"Nigel Croxon2019-10-281-4/+0
* Merge /u/lslrt/gnu-efi/ branch exclude_efisetjmp into masterNigel Croxon2019-05-161-1/+0
|\
| * Do not include efisetjmp.h on efi.hleo2019-05-151-1/+0
* | 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