summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes
2020-04-24lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes
2020-04-24lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes
2020-04-23fdtdec: Fix boundary checkAtish Patra
2020-04-17lib: kconfig: Add option to set BZIP2 compression methodAtish Patra
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini
2020-04-16fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor
2020-04-16acpi: Add support for DMARSimon Glass
2020-04-16acpi: Add a central location for table version numbersSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-04-16efi_loader: set up secure bootAKASHI Takahiro
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2020-04-16efi_loader: variable: add VendorKeys variableAKASHI Takahiro
2020-04-16efi_loader: variable: add secure boot state transitionAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro
2020-04-16efi_loader: add signature database parserAKASHI Takahiro
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro
2020-04-16efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro
2020-04-16efi_loader: function descriptions efi_watchdog.cHeinrich Schuchardt
2020-04-16efi_loader: add missing doc comments in efi_disk.cHeinrich Schuchardt
2020-04-16efi_loader: function descriptions efi_unicode_collation.cHeinrich Schuchardt
2020-04-16efi_loader: enable RNG if DM_RNG is enabledPeter Robinson
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-04-06lib: Improve _parse_integer_fixup_radix base 16 detectionMichal Simek
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt
2020-03-22efi_selftest: test CalculateCrc32, CopyMem, SetMemHeinrich Schuchardt
2020-03-22efi_loader: fix freestanding memmove()Heinrich Schuchardt
2020-03-22efi_loader: description efi_convert_pointer()Heinrich Schuchardt
2020-03-22efi_loader: simplify logical expression in efi_disk_add_dev()Heinrich Schuchardt
2020-03-22efi_selftest: check length reported by GetNextVariableName()Heinrich Schuchardt
2020-03-22efi_loader: correct reported length in GetNextVariable()Heinrich Schuchardt
2020-03-22efi_loader: fix function descriptions in efi_disk.cHeinrich Schuchardt
2020-03-22efi_loader: description of efi_variable.cHeinrich Schuchardt
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-03-17efi_loader: export a couple of protocol related functionsAKASHI Takahiro
2020-03-12lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro
2020-03-12lib: rsa: generate additional parameters for public keyAKASHI Takahiro
2020-03-12rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro
2020-03-11efi_loader: unnecessary assignment in efi_queue_eventHeinrich Schuchardt
2020-03-11efi_loader: get_memory_map: return parameters whenever possibleAKASHI Takahiro
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy
2020-02-28efi_selftest: add selftests for loadfile2 used to load initramfsIlias Apalodimas
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt
2020-02-19efi_loader: EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass