summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-04-112-16/+47
|\
| * lib: fdt: Allow LZO and GZIP DT compression in U-BootMarek Vasut2019-04-092-1/+14
| * lib: fdt: Allow enabling both LZO and GZIP DT compressionMarek Vasut2019-04-091-6/+13
| * lib: fdt: Split fdtdec_setup_memory_banksize()Marek Vasut2019-04-091-6/+12
| * lib: fdt: Split fdtdec_setup_mem_size_base()Marek Vasut2019-04-091-3/+8
* | efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt2019-04-071-0/+17
* | efi_loader: enable file SetInfo()Heinrich Schuchardt2019-04-071-2/+65
* | efi_loader: correct file creationHeinrich Schuchardt2019-04-071-8/+27
* | efi_loader: debug output file handle in efi_file_open()Heinrich Schuchardt2019-04-071-2/+4
* | efi_loader: boottime: export efi_[un]load_image()AKASHI Takahiro2019-04-071-7/+7
* | efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro2019-04-072-7/+14
* | efi_loader: variables PlatformLang and PlatformLangCodesHeinrich Schuchardt2019-04-071-0/+27
* | efi_loader: EFI_PRINT instead of debug for memory servicesHeinrich Schuchardt2019-04-071-2/+2
* | efi_loader: EFI_PRINT instead of debug for variable servicesHeinrich Schuchardt2019-04-071-5/+5
* | efi_loader: parameter checks in StartImage and Exit()Heinrich Schuchardt2019-04-071-0/+27
* | efi_loader: rearrange boottime service functionsHeinrich Schuchardt2019-04-071-109/+109
* | efi_loader: sanity checks when freeing memoryHeinrich Schuchardt2019-04-071-18/+58
* | efi_selftest: check image_base, image_sizeHeinrich Schuchardt2019-04-071-5/+53
* | efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro2019-04-071-11/+11
* | efi_loader: bootmgr: support BootNext and BootCurrent variable behaviorAKASHI Takahiro2019-04-071-4/+47
* | efi_loader: release file buffer after loading imageHeinrich Schuchardt2019-04-071-32/+18
|/
* fix compile error on macOS Mojave默默2019-04-031-1/+8
* Merge branch '2019-03-29-master-imports'Tom Rini2019-03-291-1/+1
|\
| * lib: time: update module enable MACROKever Yang2019-03-291-1/+1
* | efi_loader: TODO for the EFI file protocolHeinrich Schuchardt2019-03-271-0/+4
* | efi_selftest: avoid double free in dp utilities testHeinrich Schuchardt2019-03-271-5/+0
|/
* rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes2019-03-251-1/+2
* efi_selftest: fix test_hii_string_get_string()Heinrich Schuchardt2019-03-201-13/+4
* efi_loader: superfluous conversion in efi_file_open()Heinrich Schuchardt2019-03-201-1/+1
* efi_loader: remove superfluous check in efi_setup_loaded_image()Heinrich Schuchardt2019-03-201-4/+2
* efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt2019-03-201-1/+1
* efi_loader: endless loop in add_strings_package()Heinrich Schuchardt2019-03-201-3/+2
* efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt2019-03-201-2/+3
* efi_loader: fix build error for freestanding.oHeinrich Schuchardt2019-03-141-0/+11
* efi_loader: Fix serial console size detectionMatthias Brugger2019-03-101-27/+35
* efi_loader: HII protocols: debug messagesHeinrich Schuchardt2019-03-021-18/+18
* efi_loader: HII protocols: fix new_package_list()Heinrich Schuchardt2019-03-021-1/+1
* efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt2019-03-021-6/+1
* efi_loader: define load option attributesAKASHI Takahiro2019-02-251-4/+0
* efi_loader: fix entry count in bootmgrHeinrich Schuchardt2019-02-251-4/+0
* efi_loader: error message if BootOrder not definedHeinrich Schuchardt2019-02-251-1/+3
* tpm: simplify: tpm_set_global_lock()Heinrich Schuchardt2019-02-191-3/+1
* efi_loader: do not miss last relocation blockHeinrich Schuchardt2019-02-161-1/+1
* efi_loader: documentation of image loaderHeinrich Schuchardt2019-02-161-9/+19
* efi_loader: fix EFI entry countingHeinrich Schuchardt2019-02-161-1/+2
* efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt2019-02-161-3/+3
* efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2019-02-162-20/+23
* efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt2019-02-162-31/+71
* efi_loader: error handling in efi_setup_loaded_image()Heinrich Schuchardt2019-02-161-12/+21
* lib/vsprintf: print '?' for illegal Unicode sequenceHeinrich Schuchardt2019-02-161-0/+2