summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt2018-09-231-1/+1
* efi: Correct the operation of efi_file_write()Simon Glass2018-09-231-4/+2
* efi: sandbox: Enable EFI loader build for sandboxSimon Glass2018-09-231-1/+1
* efi_loader: loosen check of parameters of efi_file_open()Heinrich Schuchardt2018-09-231-1/+10
* efi_loader: provide description of file_open()Heinrich Schuchardt2018-09-231-2/+12
* efi_loader: check parameters of efi_file_open()Heinrich Schuchardt2018-09-231-4/+26
* efi_loader: implement key notify functionsHeinrich Schuchardt2018-09-231-3/+98
* efi_loader: support modifiers for F1 - F4Heinrich Schuchardt2018-09-231-25/+39
* efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2018-09-231-22/+231
* efi_loader: rework event handling for consoleHeinrich Schuchardt2018-09-231-38/+137
* efi_loader: support Unicode text inputHeinrich Schuchardt2018-09-231-6/+7
* efi_loader: implement a file deleteAKASHI Takahiro2018-09-231-1/+13
* efi_loader: file: support creating a directoryAKASHI Takahiro2018-09-231-4/+10
* efi_loader: typos in efi_console.cHeinrich Schuchardt2018-09-231-4/+4
* efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt2018-09-231-3/+3
* efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2018-09-233-3/+347
* lib: charset: upper/lower case conversionHeinrich Schuchardt2018-09-231-0/+10
* efi_loader: Add console handle references to in/out/errAlexander Graf2018-09-231-0/+6
* efi_loader: use correct documentation styleHeinrich Schuchardt2018-09-231-1/+1
* efi_loader: description efi_update_capsule()Heinrich Schuchardt2018-09-231-1/+1
* efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt2018-09-231-7/+8
* efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt2018-09-231-21/+21
* Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren2018-09-231-1/+1
* efi_loader: don't use unlimited stack as bufferHeinrich Schuchardt2018-09-231-7/+13
* efi_loader: remove limit on variable lengthHeinrich Schuchardt2018-09-231-22/+30
* efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt2018-09-234-4/+4
* efi_loader: Pass address to fs_read()Alexander Graf2018-09-231-1/+4
* efi_loader: pass system table in loaded image protocolHeinrich Schuchardt2018-09-231-0/+1
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-107-14/+7
* efi: Fix truncation of constant valueEugeniu Rosca2018-08-211-4/+3
* efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt2018-08-211-8/+14
* efi_loader: document runtime functionsHeinrich Schuchardt2018-08-201-4/+149
* efi_loader: update runtime services table crc32Heinrich Schuchardt2018-08-202-12/+15
* efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt2018-08-201-1/+3
* efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro2018-08-201-1/+2
* efi_loader: relocate pointer to tablesHeinrich Schuchardt2018-08-201-1/+8
* Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren2018-08-201-1/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-07-308-113/+241
|\
| * efi_loader: complete implementation of GetTime()Heinrich Schuchardt2018-07-251-12/+41
| * efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt2018-07-251-5/+0
| * efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt2018-07-251-0/+3
| * efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt2018-07-251-4/+4
| * efi_loader: allocate configuration table arrayHeinrich Schuchardt2018-07-251-20/+19
| * efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt2018-07-251-4/+28
| * efi_loader: provide firmware revisionHeinrich Schuchardt2018-07-252-2/+6
| * efi_loader: correct headersize EFI tablesHeinrich Schuchardt2018-07-252-3/+3
| * efi_loader: specify UEFI spec revisionHeinrich Schuchardt2018-07-252-2/+4
| * efi_loader: clear screen has to reset cursor positionHeinrich Schuchardt2018-07-251-0/+2
| * efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()Heinrich Schuchardt2018-07-251-1/+6
| * efi_loader: set revision in loaded image protocolHeinrich Schuchardt2018-07-251-0/+1