summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-09-23efi_loader: implement key notify functionsHeinrich Schuchardt
2018-09-23efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt
2018-09-23efi_loader: support modifiers for F1 - F4Heinrich Schuchardt
2018-09-23efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt
2018-09-23efi_selftest: use WaitForKey to test text inputHeinrich Schuchardt
2018-09-23efi_loader: rework event handling for consoleHeinrich Schuchardt
2018-09-23efi_selftest: refactor text input testHeinrich Schuchardt
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt
2018-09-23efi_loader: implement a file deleteAKASHI Takahiro
2018-09-23efi_loader: file: support creating a directoryAKASHI Takahiro
2018-09-23efi_loader: typos in efi_console.cHeinrich Schuchardt
2018-09-23efi_loader: struct efi_simple_text_input_protocolHeinrich Schuchardt
2018-09-23efi_selftest: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2018-09-23lib: charset: upper/lower case conversionHeinrich Schuchardt
2018-09-23efi_loader: Add console handle references to in/out/errAlexander Graf
2018-09-23efi_loader: use correct documentation styleHeinrich Schuchardt
2018-09-23efi_loader: description efi_update_capsule()Heinrich Schuchardt
2018-09-23efi_loader: fix typos in efi_runtime.cHeinrich Schuchardt
2018-09-23efi_loader: fix typos in efi_boottime.cHeinrich Schuchardt
2018-09-23Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren
2018-09-23lib: charset: remove obsolete functionsHeinrich Schuchardt
2018-09-23efi_loader: don't use unlimited stack as bufferHeinrich Schuchardt
2018-09-23efi_loader: remove limit on variable lengthHeinrich Schuchardt
2018-09-23lib: vsprintf: correct printing of Unicode stringsHeinrich Schuchardt
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt
2018-09-23lib: charset: utility functions for UnicodeHeinrich Schuchardt
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt
2018-09-23lib: build charset.o only if neededHeinrich Schuchardt
2018-09-23vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt
2018-09-23efi_loader: Pass address to fs_read()Alexander Graf
2018-09-23efi_selftest: test for loaded image protocolHeinrich Schuchardt
2018-09-23efi_loader: pass system table in loaded image protocolHeinrich Schuchardt
2018-09-23efi_selftest: memory leak testing manage protocolsHeinrich Schuchardt
2018-09-20lib: strto: fix metric suffix parsing in strtoul[l]Miquel Raynal
2018-09-20lib: strto: parse all lowercase metric prefixes in ustrtoul[l]Miquel Raynal
2018-09-18lib: bitrev: Sync with Linux kernel v4.17Bin Meng
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-09-10fdt: fix get_next_memory_node()Marek Vasut
2018-09-05lib/slre: remove superfluous assignmentHeinrich Schuchardt
2018-08-31Make kmalloc'ed memory really DMA-safeMasahiro Yamada
2018-08-30efi: stub: Pass EFI system table address to U-Boot payloadBin Meng
2018-08-24libavb: Handle wrong hashtree_error_mode in avb_append_options()Ievgen Maliarenko
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca
2018-08-21efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt
2018-08-20efi_selftest: correct block device unit testHeinrich Schuchardt
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt
2018-08-20lib: crc32: mark function crc32() as __efi_runtimeHeinrich Schuchardt
2018-08-20efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt