aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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 Schuchardt2-4/+4
2018-09-23efi_selftest: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2-0/+261
2018-09-23efi_loader: EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt3-3/+347
2018-09-23lib: charset: upper/lower case conversionHeinrich Schuchardt2-0/+57
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-23lib: charset: remove obsolete functionsHeinrich Schuchardt1-79/+0
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-23lib: vsprintf: correct printing of Unicode stringsHeinrich Schuchardt1-9/+4
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt1-1/+3
2018-09-23lib: charset: utility functions for UnicodeHeinrich Schuchardt1-3/+233
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt6-8/+12
2018-09-23lib: build charset.o only if neededHeinrich Schuchardt2-5/+12
2018-09-23vsprintf.c: use #if CONFIG_IS_ENABLED(EFI_LOADER)Heinrich Schuchardt1-4/+4
2018-09-23efi_loader: Pass address to fs_read()Alexander Graf1-1/+4
2018-09-23efi_selftest: test for loaded image protocolHeinrich Schuchardt2-0/+109
2018-09-23efi_loader: pass system table in loaded image protocolHeinrich Schuchardt1-0/+1
2018-09-23efi_selftest: memory leak testing manage protocolsHeinrich Schuchardt1-2/+19
2018-09-18lib: bitrev: Sync with Linux kernel v4.17Bin Meng1-19/+9
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada9-22/+12
2018-09-10fdt: fix get_next_memory_node()Marek Vasut1-3/+1
2018-09-05lib/slre: remove superfluous assignmentHeinrich Schuchardt1-2/+0
2018-08-31Make kmalloc'ed memory really DMA-safeMasahiro Yamada1-2/+3
2018-08-30efi: stub: Pass EFI system table address to U-Boot payloadBin Meng1-0/+4
2018-08-24libavb: Handle wrong hashtree_error_mode in avb_append_options()Ievgen Maliarenko1-0/+3
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_selftest: correct block device unit testHeinrich Schuchardt1-1/+1
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt1-4/+149
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt2-12/+15
2018-08-20lib: crc32: mark function crc32() as __efi_runtimeHeinrich Schuchardt1-12/+14
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-08-13rsa: Fix LibreSSL before v2.7.0Caliph Nomble1-6/+12
2018-08-10smbios: fix checkstyle warningChristian Gmeiner1-0/+1
2018-08-10smbios: fix checkstyle errorChristian Gmeiner1-1/+1
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini18-135/+826
2018-07-26Merge git://git.denx.de/u-boot-dmTom Rini2-6/+16
2018-07-26fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTSMasahiro Yamada1-1/+1
2018-07-26fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander1-5/+15