summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-04-03fix compile error on macOS Mojave默默1-1/+8
2019-03-29Merge branch '2019-03-29-master-imports'Tom Rini1-1/+1
2019-03-29lib: time: update module enable MACROKever Yang1-1/+1
2019-03-27efi_loader: TODO for the EFI file protocolHeinrich Schuchardt1-0/+4
2019-03-27efi_selftest: avoid double free in dp utilities testHeinrich Schuchardt1-5/+0
2019-03-25rsa: check that pointer checksum isn't NULL before using itPhilippe Reynes1-1/+2
2019-03-20efi_selftest: fix test_hii_string_get_string()Heinrich Schuchardt1-13/+4
2019-03-20efi_loader: superfluous conversion in efi_file_open()Heinrich Schuchardt1-1/+1
2019-03-20efi_loader: remove superfluous check in efi_setup_loaded_image()Heinrich Schuchardt1-4/+2
2019-03-20efi_loader: missing return in efi_get_next_variable_name()Heinrich Schuchardt1-1/+1
2019-03-20efi_loader: endless loop in add_strings_package()Heinrich Schuchardt1-3/+2
2019-03-20efi_loader: correct parameter size in efi_allocate_poolHeinrich Schuchardt1-2/+3
2019-03-14efi_loader: fix build error for freestanding.oHeinrich Schuchardt1-0/+11
2019-03-10efi_loader: Fix serial console size detectionMatthias Brugger1-27/+35
2019-03-03efi_loader: HII protocols: debug messagesHeinrich Schuchardt1-18/+18
2019-03-03efi_loader: HII protocols: fix new_package_list()Heinrich Schuchardt1-1/+1
2019-03-03efi_loader: do not add \ in efi_fs_from_name()Heinrich Schuchardt1-6/+1
2019-02-25efi_loader: define load option attributesAKASHI Takahiro1-4/+0
2019-02-25efi_loader: fix entry count in bootmgrHeinrich Schuchardt1-4/+0
2019-02-25efi_loader: error message if BootOrder not definedHeinrich Schuchardt1-1/+3
2019-02-19tpm: simplify: tpm_set_global_lock()Heinrich Schuchardt1-3/+1
2019-02-16efi_loader: do not miss last relocation blockHeinrich Schuchardt1-1/+1
2019-02-16efi_loader: documentation of image loaderHeinrich Schuchardt1-9/+19
2019-02-16efi_loader: fix EFI entry countingHeinrich Schuchardt1-1/+2
2019-02-16efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt1-3/+3
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2-20/+23
2019-02-16efi_loader: LoadImage: always allocate new pagesHeinrich Schuchardt2-31/+71
2019-02-16efi_loader: error handling in efi_setup_loaded_image()Heinrich Schuchardt1-12/+21
2019-02-16lib/vsprintf: print '?' for illegal Unicode sequenceHeinrich Schuchardt1-0/+2
2019-02-16efi_selftest: LoadImage from file device pathHeinrich Schuchardt2-0/+532
2019-02-16efi_loader: comments for efi_file_from_path()Heinrich Schuchardt1-1/+11
2019-02-16efi_loader: efi_dp_split_file_path() error handlingHeinrich Schuchardt1-4/+12
2019-02-16efi_selftest: fix memory allocation in HII testsHeinrich Schuchardt1-34/+68
2019-02-16efi_selftest: do not use efi_free_pool()Heinrich Schuchardt3-3/+3
2019-02-13efi_loader: fix EFI_FILE_PROTOCOL.GetInfo()Heinrich Schuchardt1-0/+4
2019-02-13lib: vsprintf: avoid overflow printing UTF16 stringsHeinrich Schuchardt1-3/+7
2019-02-13efi_loader: Make HII a config optionAlexander Graf3-1/+18
2019-02-13efi_loader: debug output for HII protocolsHeinrich Schuchardt2-26/+26
2019-02-13efi_selftest: fix HII testsHeinrich Schuchardt1-11/+0
2019-02-13efi_selftest: add HII database protocols testAKASHI Takahiro3-0/+1500
2019-02-13efi: hii: add HII config routing/access protocolsAKASHI Takahiro3-1/+153
2019-02-13efi: hii: add keyboard layout package supportAKASHI Takahiro1-5/+142
2019-02-13efi: hii: add guid package supportAKASHI Takahiro1-6/+42
2019-02-13efi_loader: Initial HII database protocolsLeif Lindholm3-0/+935
2019-02-13efi_loader: GetNextVariableName() relies on REGEXHeinrich Schuchardt1-0/+1
2019-02-13efi_loader: fix GetNextVariableNameHeinrich Schuchardt1-1/+2
2019-02-13efi_loader: do not use symbolic linksHeinrich Schuchardt1-1/+0
2019-02-13efi_loader: use library memcpy() in helloworld.efiHeinrich Schuchardt1-30/+6
2019-02-13efi_loader: use freestanding library for efi appsHeinrich Schuchardt1-0/+1
2019-02-13efi_loader: provide freestanding libraryHeinrich Schuchardt1-0/+90