summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-07-02efi_loader: Allow capsule update on-disk without checking OsIndicationsIlias Apalodimas
2021-07-02efi_loader: clear OsIndicationsHeinrich Schuchardt
2021-07-02efi_loader: Improve the parameter check for QueryVariableInfo()Masami Hiramatsu
2021-07-02efi_loader: missing parentheses in query_console_sizeHeinrich Schuchardt
2021-07-02efi_loader: Always install FMPsIlias Apalodimas
2021-07-02efi_loader: Force a single FMP instance per hardware storeIlias Apalodimas
2021-07-02efi: Fix to use null handle to create new handle for efi_fmp_rawMasami Hiramatsu
2021-06-29Merge tag 'efi-2021-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-06-28arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi
2021-06-28smbios: Fix SMBIOS tablesIlias Apalodimas
2021-06-28smbios: Fix BIOS Characteristics Extension Byte 2Ilias Apalodimas
2021-06-28smbios: convert function descriptions to Sphinx styleHeinrich Schuchardt
2021-06-28efi_loader: TPL_HIGH_LEVEL not allowed for CreateEventHeinrich Schuchardt
2021-06-09efi_loader: fix Sphinx warningHeinrich Schuchardt
2021-06-09efi_loader: efi_capsule_delete_file() NULL dereferenceHeinrich Schuchardt
2021-06-09efi_loader: partition numbers are hexadecimalHeinrich Schuchardt
2021-06-01fastboot: Fix overflow when calculating chunk sizeSean Anderson
2021-05-28efi_loader: add PE/COFF image measurementMasahisa Kojima
2021-05-28efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc
2021-05-28efi_loader: Fix coverity warnings for efi tcg2 protocolIlias Apalodimas
2021-05-25efi_loader: Fix -Wextra warning for EFI TCG2Ilias Apalodimas
2021-05-25efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima
2021-05-25efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt
2021-05-24sandbox: errno: avoid conflict with libc's errnoMarek Behún
2021-05-24lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún
2021-05-24efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-05-19lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBEDBin Meng
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima
2021-05-18efi_loader: Fix Kconfig for EFI_TCG2 protocolIlias Apalodimas
2021-05-18efi_loader: Don't stop EFI subsystem init if installing TCG2 failsIlias Apalodimas
2021-05-18efi_loader: Uninstall the TCG2 protocol if logging s-crtm failsIlias Apalodimas
2021-05-18efi_loader: Clean up tcg2 once in case of failureIlias Apalodimas
2021-05-18efi_loader: loosen buffer parameter check in efi_file_read_intPeng Fan
2021-05-18efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu
2021-05-18hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt
2021-05-18efi_loader: build warning in efi_tcg2_hash_log_extend_eventHeinrich Schuchardt
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay
2021-04-24efi_loader: capsule: return a correct error code at find_boot_device()AKASHI Takahiro
2021-04-24efi: Fix ESRT refresh after Capsule updateJose Marinho
2021-04-24efi_loader: simplify tcg2_create_digest()Ilias Apalodimas
2021-04-24efi_loader: missing include in efi_string.cHeinrich Schuchardt
2021-04-22lmb: Add 2 config to define the max number of regionsPatrick Delaunay
2021-04-22lmb: move MAX_LMB_REGIONS value in KconfigPatrick Delaunay
2021-04-22lmb: add a max parameter in the struct lmb_regionPatrick Delaunay
2021-04-22lmb: remove lmb_region.sizePatrick Delaunay
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay