aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-10-16efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt1-1/+0
2018-10-16efi_selftest: creating new handle in controller testHeinrich Schuchardt1-0/+2
2018-10-16efi_loader: fix typo in efi_boottime.cHeinrich Schuchardt1-1/+1
2018-10-16efi_loader: Fix warning in efi_load_image()Tom Rini1-1/+1
2018-10-16efi_loader: remove lcd.h from efi_net.cHeinrich Schuchardt1-1/+0
2018-10-16efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt1-2/+4
2018-10-16efi_loader: superfluous statement in is_dir()Heinrich Schuchardt1-1/+8
2018-10-16efi_loader: return type efi_console_register()Heinrich Schuchardt1-1/+3
2018-10-16efi_loader: error handling in read_console()Heinrich Schuchardt1-3/+8
2018-10-16efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)Heinrich Schuchardt1-3/+3
2018-10-16efi_loader: correct signature of GetPosition, SetPositionHeinrich Schuchardt2-10/+59
2018-10-16efi_loader: fix relocation on x86_64Heinrich Schuchardt1-4/+12
2018-10-15Revert "fdt: fdtdec_setup_memory_banksize() use livetree"Michal Simek1-21/+23
2018-10-09tpm: Add a few new commands for v1Simon Glass1-3/+65
2018-10-09tpm: Tidy up logging in tpm-common.cSimon Glass1-3/+7
2018-10-09fdt: Remove fdtdec_decode_region() functionSimon Glass1-83/+0
2018-10-09fdt: Allow libfdt in TPLSimon Glass1-0/+10
2018-10-09serial: Allow serial to be absent in TPLSimon Glass1-2/+3
2018-10-09tpm: Add support for SPL and TPLSimon Glass2-3/+29
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-20/+16
2018-09-29fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander1-23/+21
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2-58/+57
2018-09-23efi_loader: Disable efi selftest on sandbox for nowAlexander Graf1-1/+1
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_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt1-32/+54
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_selftest: missing braces in efi_selftest_textinputex.cHeinrich Schuchardt1-1/+1
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_selftest: test key notification functionsHeinrich Schuchardt1-7/+66
2018-09-23efi_loader: implement key notify functionsHeinrich Schuchardt1-3/+98
2018-09-23efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2-0/+140
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_selftest: use WaitForKey to test text inputHeinrich Schuchardt1-3/+24
2018-09-23efi_loader: rework event handling for consoleHeinrich Schuchardt1-38/+137
2018-09-23efi_selftest: refactor text input testHeinrich Schuchardt2-107/+95
2018-09-23efi_loader: support Unicode text inputHeinrich Schuchardt2-54/+96
2018-09-23efi_loader: implement a file deleteAKASHI Takahiro1-1/+13
2018-09-23efi_loader: file: support creating a directoryAKASHI Takahiro1-4/+10