summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-16fdt_region: Ensure that depth never goes below -1Konrad Beckmann
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14kconfig: Introduce HAVE_ARCH_IOMAPBin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini
2018-10-22optee: adjust dependencies and default values for dramRui Miguel Silva
2018-10-16efi_loader: efi_dp_get_next_instance() superfluous statementHeinrich Schuchardt
2018-10-16efi_selftest: creating new handle in controller testHeinrich Schuchardt
2018-10-16efi_loader: fix typo in efi_boottime.cHeinrich Schuchardt
2018-10-16efi_loader: Fix warning in efi_load_image()Tom Rini
2018-10-16efi_loader: remove lcd.h from efi_net.cHeinrich Schuchardt
2018-10-16efi_loader: memory leak in efi_set_variable()Heinrich Schuchardt
2018-10-16efi_loader: superfluous statement in is_dir()Heinrich Schuchardt
2018-10-16efi_loader: return type efi_console_register()Heinrich Schuchardt
2018-10-16efi_loader: error handling in read_console()Heinrich Schuchardt
2018-10-16efi_loader: efi_allocate_pool(EFI_ALLOCATE_ANY_PAGES, ...)Heinrich Schuchardt
2018-10-16efi_loader: correct signature of GetPosition, SetPositionHeinrich Schuchardt
2018-10-16efi_loader: fix relocation on x86_64Heinrich Schuchardt
2018-10-15Revert "fdt: fdtdec_setup_memory_banksize() use livetree"Michal Simek
2018-10-09tpm: Add a few new commands for v1Simon Glass
2018-10-09tpm: Tidy up logging in tpm-common.cSimon Glass
2018-10-09fdt: Remove fdtdec_decode_region() functionSimon Glass
2018-10-09fdt: Allow libfdt in TPLSimon Glass
2018-10-09serial: Allow serial to be absent in TPLSimon Glass
2018-10-09tpm: Add support for SPL and TPLSimon Glass
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-09-29fdt: fdtdec_setup_memory_banksize() use livetreeJens Wiklander
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-09-23efi_loader: Disable efi selftest on sandbox for nowAlexander Graf
2018-09-23efi_loader: remove efi_exit_caches()Heinrich Schuchardt
2018-09-23efi_loader: remove redundant statementHeinrich Schuchardt
2018-09-23efi_loader: create root nodeHeinrich Schuchardt
2018-09-23efi_loader: avoid out of bound access in efi_get_variable()Heinrich Schuchardt
2018-09-23efi_driver: convert function descriptions to Sphinx styleHeinrich Schuchardt
2018-09-23efi_loader: query serial console size reliablyHeinrich Schuchardt
2018-09-23efi_loader: Merge memory map entriesAlexander Graf
2018-09-23efi_selftest: missing braces in efi_selftest_textinputex.cHeinrich Schuchardt
2018-09-23efi_loader: check parameter new_handle of efi_file_open()Heinrich Schuchardt
2018-09-23efi_loader: terminal left upper corner is [1, 1]Heinrich Schuchardt
2018-09-23efi_loader: more debug info for efi_file_getinfo()Heinrich Schuchardt
2018-09-23efi: Correct the operation of efi_file_write()Simon Glass
2018-09-23efi: sandbox: Enable EFI loader build for sandboxSimon Glass
2018-09-23efi_loader: loosen check of parameters of efi_file_open()Heinrich Schuchardt
2018-09-23efi_loader: provide description of file_open()Heinrich Schuchardt
2018-09-23efi_loader: check parameters of efi_file_open()Heinrich Schuchardt
2018-09-23efi_selftest: test key notification functionsHeinrich Schuchardt
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