summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kconfig: Introduce HAVE_ARCH_IOMAPBin Meng2018-11-141-0/+6
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-2/+0
* efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng2018-11-141-12/+12
* Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini2018-10-251-4/+4
|\
| * optee: adjust dependencies and default values for dramRui Miguel Silva2018-10-221-4/+4
* | efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt2018-10-161-1/+0
* | efi_selftest: creating new handle in controller testHeinrich Schuchardt2018-10-161-0/+2
* | efi_loader: fix typo in efi_boottime.cHeinrich Schuchardt2018-10-161-1/+1
* | efi_loader: Fix warning in efi_load_image()Tom Rini2018-10-161-1/+1
* | efi_loader: remove lcd.h from efi_net.cHeinrich Schuchardt2018-10-161-1/+0
* | efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt2018-10-161-2/+4
* | efi_loader: superfluous statement in is_dir()Heinrich Schuchardt2018-10-161-1/+8
* | efi_loader: return type efi_console_register()Heinrich Schuchardt2018-10-161-1/+3
* | efi_loader: error handling in read_console()Heinrich Schuchardt2018-10-161-3/+8
* | efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)Heinrich Schuchardt2018-10-161-3/+3
* | efi_loader: correct signature of GetPosition, SetPositionHeinrich Schuchardt2018-10-162-10/+59
* | efi_loader: fix relocation on x86_64Heinrich Schuchardt2018-10-161-4/+12
* | Revert "fdt: fdtdec_setup_memory_banksize() use livetree"Michal Simek2018-10-151-21/+23
* | tpm: Add a few new commands for v1Simon Glass2018-10-091-3/+65
* | tpm: Tidy up logging in tpm-common.cSimon Glass2018-10-091-3/+7
* | fdt: Remove fdtdec_decode_region() functionSimon Glass2018-10-091-83/+0
* | fdt: Allow libfdt in TPLSimon Glass2018-10-091-0/+10
* | serial: Allow serial to be absent in TPLSimon Glass2018-10-091-2/+3
* | tpm: Add support for SPL and TPLSimon Glass2018-10-092-3/+29
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-10-021-20/+16
|\
| * lib: strto: fix metric suffix parsing in strtoul[l]Miquel Raynal2018-09-201-12/+10
| * lib: strto: parse all lowercase metric prefixes in ustrtoul[l]Miquel Raynal2018-09-201-8/+6
* | fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander2018-09-291-23/+21
* | efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-232-58/+57
* | efi_loader: Disable efi selftest on sandbox for nowAlexander Graf2018-09-231-1/+1
* | efi_loader: remove efi_exit_caches()Heinrich Schuchardt2018-09-231-28/+0
* | efi_loader: remove redundant statementHeinrich Schuchardt2018-09-231-1/+9
* | efi_loader: create root nodeHeinrich Schuchardt2018-09-234-22/+80
* | efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt2018-09-231-1/+1
* | efi_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt2018-09-231-32/+54
* | efi_loader: query serial console size reliablyHeinrich Schuchardt2018-09-231-13/+37
* | efi_loader: Merge memory map entriesAlexander Graf2018-09-231-0/+45
* | efi_selftest: missing braces in efi_selftest_textinputex.cHeinrich Schuchardt2018-09-231-1/+1
* | efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt2018-09-231-1/+1
* | efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt2018-09-231-3/+21
* | 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_selftest: test key notification functionsHeinrich Schuchardt2018-09-231-7/+66
* | efi_loader: implement key notify functionsHeinrich Schuchardt2018-09-231-3/+98
* | efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOLHeinrich Schuchardt2018-09-232-0/+140
* | efi_loader: support modifiers for F1 - F4Heinrich Schuchardt2018-09-231-25/+39