summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...Tom Rini
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini
2021-09-25fdt: Update Makefile rules with the new OF_REAL KconfigSimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta
2021-09-23lmb: Add generic arch_lmb_reserve_generic()Marek Vasut
2021-09-23crc32: Add crc32 implementation using __builtin_aarch64_crc32bMarek Vasut
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár
2021-09-17efi_loader: Use directly version_string variablePali Rohár
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-14image: rsa: Move padding_algos to linker listsAlexandru Gagniuc
2021-09-14lib: fix typos in KconfigOleksandr Suvorov
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt
2021-09-13pci: Drop DM_PCI check from fdtdecSimon Glass
2021-09-12Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-09-11efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt
2021-09-11efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt
2021-09-11efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima
2021-09-09Kconfig: Drop duplicate 'select SHA512' instancesTom Rini
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc
2021-09-04net: Rename SPL_NET_SUPPORT to SPL_NETSimon Glass
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass
2021-09-04efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima
2021-09-04efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima
2021-09-04efi_loader: correct determination of secure boot stateHeinrich Schuchardt
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt
2021-09-04efi_loader: rounding of image sizeHeinrich Schuchardt
2021-09-04efi_loader: sections with zero VirtualSizeHeinrich Schuchardt
2021-09-02lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL buildAndreas Schwab
2021-09-01lib: -Wformat-truncation in rsa_engine_get_priv_keyHeinrich Schuchardt
2021-09-01lib/md5: Export progressive APIsChia-Wei Wang
2021-09-01lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0Alexandru Gagniuc
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-23Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-08-21display_options: Do not use %llu in print_sizeMatwey V. Kornilov
2021-08-21tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabledMatwey V. Kornilov
2021-08-17efi_loader: use EfiBootServicesData for DP to textHeinrich Schuchardt
2021-08-17efi_loader: use EfiBootServicesData for device pathHeinrich Schuchardt
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt
2021-08-16lib: ecdsa: Implement UCLASS_ECDSA verification on targetAlexandru Gagniuc
2021-08-14efi_loader: refactor efi_append_scrtm_version()Masahisa Kojima
2021-08-14efi_loader: add ExitBootServices() measurementMasahisa Kojima
2021-08-14efi_loader: add boot variable measurementMasahisa Kojima
2021-08-14efi_loader: add secure boot variable measurementMasahisa Kojima