aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-12-02efi_loader: fix typos in efi_device_path.cHeinrich Schuchardt1-11/+12
2018-12-02efi_loader: add efi_dp_from_name()AKASHI Takahiro1-0/+47
2018-12-02efi_loader: UninstallMultipleProtocolInterfaces error codeHeinrich Schuchardt2-4/+17
2018-12-02efi_selftest: use CR LF in helloworldHeinrich Schuchardt1-13/+27
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt4-35/+52
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt6-52/+51
2018-12-02efi_loader: typedef struct efi_object *efi_handle_tHeinrich Schuchardt3-11/+11
2018-12-02efi_selftest: fix typosHeinrich Schuchardt11-22/+20
2018-12-02efi_loader: delete handlesHeinrich Schuchardt1-20/+61
2018-12-02efi_loader: implement EFI_RESET_SHUTDOWN at boot timeHeinrich Schuchardt1-1/+3
2018-12-02efi_selftest: test handling of exceptionsHeinrich Schuchardt2-0/+51
2018-12-02efi_selftest: simplify lib/efi_selftest/MakefileHeinrich Schuchardt2-9/+3
2018-11-29tpm: Convert to use a device parameterSimon Glass4-109/+112
2018-11-29tpm: Export the open/close functionsSimon Glass1-18/+0
2018-11-20string: Include the config headerSimon Glass1-0/+1
2018-11-20spl: lz4: Allow use of lz4 compression in SPLSimon Glass2-1/+9
2018-11-20fdt: Fix uncompress_blob() for U-Boot properMarek Vasut1-1/+2
2018-11-16fdt_region: Ensure that depth never goes below -1Konrad Beckmann1-0/+3
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-11-14kconfig: Introduce HAVE_ARCH_IOMAPBin Meng1-0/+6
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-2/+0
2018-11-14efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng1-12/+12
2018-10-25Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imxTom Rini1-4/+4
2018-10-22optee: adjust dependencies and default values for dramRui Miguel Silva1-4/+4
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