summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2-58/+57
2018-09-23efi_loader: remove efi_exit_caches()Heinrich Schuchardt1-28/+0
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt1-1/+9
2018-09-23efi_loader: create root nodeHeinrich Schuchardt4-22/+80
2018-09-23efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt1-1/+1
2018-09-23efi_loader: query serial console size reliablyHeinrich Schuchardt1-13/+37
2018-09-23efi_loader: Merge memory map entriesAlexander Graf1-0/+45
2018-09-23efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt1-1/+1
2018-09-23efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt1-3/+21
2018-09-23efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt1-1/+1
2018-09-23efi: Correct the operation of efi_file_write()Simon Glass1-4/+2
2018-09-23efi: sandbox: Enable EFI loader build for sandboxSimon Glass1-1/+1
2018-09-23efi_loader: loosen check of parameters of efi_file_open()Heinrich Schuchardt1-1/+10
2018-09-23efi_loader: provide description of file_open()Heinrich Schuchardt1-2/+12
2018-09-23efi_loader: check parameters of efi_file_open()Heinrich Schuchardt1-4/+26
2018-09-23efi_loader: implement key notify functionsHeinrich Schuchardt1-3/+98
2018-09-23efi_loader: support modifiers for F1 - F4Heinrich Schuchardt1-25/+39
2018-09-23efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt1-22/+231
2018-09-23efi_loader: rework event handling for consoleHeinrich Schuchardt1-38/+137
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt1-6/+7
2018-09-23efi_loader: implement a file deleteAKASHI Takahiro1-1/+13
2018-09-23efi_loader: file: support creating a directoryAKASHI Takahiro1-4/+10
2018-09-23efi_loader: typos in efi_console.cHeinrich Schuchardt1-4/+4
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt1-3/+3
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt3-3/+347
2018-09-23lib: charset: upper/lower case conversionHeinrich Schuchardt1-0/+10
2018-09-23efi_loader: Add console handle references to in/out/errAlexander Graf1-0/+6
2018-09-23efi_loader: use correct documentation styleHeinrich Schuchardt1-1/+1
2018-09-23efi_loader: description efi_update_capsule()Heinrich Schuchardt1-1/+1
2018-09-23efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt1-7/+8
2018-09-23efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt1-21/+21
2018-09-23Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren1-1/+1
2018-09-23efi_loader: don't use unlimited stack as bufferHeinrich Schuchardt1-7/+13
2018-09-23efi_loader: remove limit on variable lengthHeinrich Schuchardt1-22/+30
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt4-4/+4
2018-09-23efi_loader: Pass address to fs_read()Alexander Graf1-1/+4
2018-09-23efi_loader: pass system table in loaded image protocolHeinrich Schuchardt1-0/+1
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada7-14/+7
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca1-4/+3
2018-08-21efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt1-8/+14
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt1-4/+149
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt2-12/+15
2018-08-20efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt1-1/+3
2018-08-20efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro1-1/+2
2018-08-20efi_loader: relocate pointer to tablesHeinrich Schuchardt1-1/+8
2018-08-20Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren1-1/+1
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini8-113/+241
2018-07-26initialize net_mode.if_typeAndrew Thomas1-0/+1
2018-07-25efi_loader: complete implementation of GetTime()Heinrich Schuchardt1-12/+41
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-5/+0