- 6c405cb efi_loader: avoid multiple local copies of lf2_initrd_guid by Heinrich Schuchardt · 3 years, 2 months ago
- 9530652 efi_loader: efi_dp_from_lo() unused parameter size by Heinrich Schuchardt · 3 years, 2 months ago
- 9979cff efi_loader: efi_dp_from_lo() don't copy GUID by Heinrich Schuchardt · 3 years, 2 months ago
- 6e01c23 efi_loader: Fix loaded image alignment by Ilias Apalodimas · 3 years, 2 months ago
- dfa2278 efi_loader: don't load Shim's MOK database from file by Heinrich Schuchardt · 3 years, 2 months ago
- 222f3cb efi_loader: Drop code that doesn't work with driver model by Simon Glass · 3 years, 2 months ago
- 784a10f efi_selftest: Receive the packets until the receive buffer is empty by Masami Hiramatsu · 3 years, 3 months ago
- 19db3ce efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Masami Hiramatsu · 3 years, 3 months ago
- 1944103 efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media check by Masami Hiramatsu · 3 years, 3 months ago
- 554f85e treewide: Remove OF_PRIOR_STAGE by Ilias Apalodimas · 3 years, 2 months ago
- bedc439 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 3 months ago
- d6ad807 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · 3 years, 3 months ago
- 5e33691 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 3 months ago
- 8a3c9fc fdtdec: Support retrieving the name of a carveout by Thierry Reding · 3 years, 3 months ago
- 3dcc4cf fdtdec: Allow using fdtdec_get_carveout() in loops by Thierry Reding · 3 years, 3 months ago
- e2a168a Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 2 months ago
- caf6267 lz4: Use a private header for U-Boot by Simon Glass · 3 years, 2 months ago
- d8ab334 efi_loader: GOP: Fix 30bpp block transfer support by Mark Kettenis · 3 years, 2 months ago
- 3e4b3d5 efi_loader: GOP: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
- 2c6a1b0 image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 2 months ago
- d898dcb efi: Correct dependency on FIT_SIGNATURE by Simon Glass · 3 years, 2 months ago
- 577226c image: Use the correct checks for CRC32 by Simon Glass · 3 years, 2 months ago
- effa452 image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
- 85c057e image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
- 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago
- f7b37c2 spl: cypto: Bring back SPL_ versions of SHA by Simon Glass · 3 years, 2 months ago
- e8c011d gzip: Avoid use of u64 by Simon Glass · 3 years, 2 months ago
- 3eb3cce zstd: Create a function for use from U-Boot by Simon Glass · 3 years, 2 months ago
- 143fa86 Add support for an owned buffer by Simon Glass · 3 years, 2 months ago
- 4b2a18b lib: Add memdup() by Simon Glass · 3 years, 2 months ago
- 04ab0a2 lib: rsa: fix dependency for SPL_RSA_VERIFY by Oleksandr Suvorov · 3 years, 3 months ago
- f0de20e acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 5 months ago
- 5078dc6 arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee by Alexandru Gagniuc · 3 years, 3 months ago
- 96be1cf lib: optee: Remove CONFIG_OPTEE_LOAD_ADDR by Alexandru Gagniuc · 3 years, 3 months ago
- c58050b lib: optee: Remove CONFIG_OPTEE_TZDRAM_BASE by Alexandru Gagniuc · 3 years, 3 months ago
- dccafba lib: optee: Avoid CONFIG_TZDRAM_* in optee_verify_bootm_image() by Alexandru Gagniuc · 3 years, 3 months ago
- a7ca480 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 3 months ago
- f04c4ab Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years, 2 months ago
- 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
- e972aab fdt: Update Makefile rules with the new OF_REAL Kconfig by Simon Glass · 3 years, 4 months ago
- 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
- e53007b efi_loader: Fix spec ID event creation by Ruchika Gupta · 3 years, 3 months ago
- a2eec02 lmb: Add generic arch_lmb_reserve_generic() by Marek Vasut · 3 years, 3 months ago
- 355405c crc32: Add crc32 implementation using __builtin_aarch64_crc32b by Marek Vasut · 3 years, 3 months ago
- 1f78c12 Revert "efi_capsule: Move signature from DTB to .rodata" by Simon Glass · 3 years, 4 months ago
- 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 4 months ago
- ba87ddf version: Move version_string[] from version.h to version_string.h by Pali Rohár · 3 years, 4 months ago
- 144d642 efi_loader: Use directly version_string variable by Pali Rohár · 3 years, 4 months ago
- 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 3 months ago
- f3b5e58 image: rsa: Move padding_algos to linker lists by Alexandru Gagniuc · 3 years, 3 months ago
- 30a4c31 lib: fix typos in Kconfig by Oleksandr Suvorov · 3 years, 3 months ago
- 48806ee lib/rsa: don't use NULL as key_id by Heinrich Schuchardt · 3 years, 3 months ago
- fde8b76 pci: Drop DM_PCI check from fdtdec by Simon Glass · 3 years, 4 months ago
- f013878 Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 3 months ago
- e234518 efi_loader: simplify efi_watchdog_timer_notify() by Heinrich Schuchardt · 3 years, 3 months ago
- 26753c0 efi_loader: Remove incorrect calls of EFI_CALL in TCG2 by Ilias Apalodimas · 3 years, 3 months ago
- 302a9cc efi_loader: require CONFIG_BLK by Heinrich Schuchardt · 3 years, 3 months ago
- 9cc8293 efi_loader: boot_service_capability_min should be capitalized by Masahisa Kojima · 3 years, 3 months ago
- 297c744 Kconfig: Drop duplicate 'select SHA512' instances by Tom Rini · 3 years, 3 months ago
- f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · 3 years, 3 months ago
- 97464ff common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH by Alexandru Gagniuc · 3 years, 3 months ago
- 5df5d69 lib: Drop SHA512_ALGO in lieu of SHA512 by Alexandru Gagniuc · 3 years, 3 months ago
- 041a0ac net: Rename SPL_NET_SUPPORT to SPL_NET by Simon Glass · 3 years, 4 months ago
- f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 4 months ago
- b807491 efi_loader: fix efi_tcg2_hash_log_extend_event() parameter check by Masahisa Kojima · 3 years, 3 months ago
- 7c5fccd efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL api by Masahisa Kojima · 3 years, 3 months ago
- 3f65f81 efi_loader: correct determination of secure boot state by Heinrich Schuchardt · 3 years, 3 months ago
- 65b616f efi_loader: efi_auth_var_type for AuditMode, DeployedMode by Heinrich Schuchardt · 3 years, 3 months ago
- 211317c efi_loader: don't load signature database from file by Heinrich Schuchardt · 3 years, 3 months ago
- f9d1f22 efi_loader: rounding of image size by Heinrich Schuchardt · 3 years, 3 months ago
- cd86dc9 efi_loader: sections with zero VirtualSize by Heinrich Schuchardt · 3 years, 3 months ago
- 1f23e41 lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build by Andreas Schwab · 3 years, 4 months ago
- 1e92a8a lib: -Wformat-truncation in rsa_engine_get_priv_key by Heinrich Schuchardt · 3 years, 4 months ago
- abc83f9 lib/md5: Export progressive APIs by Chia-Wei Wang · 3 years, 4 months ago
- b63dc08 lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0 by Alexandru Gagniuc · 3 years, 4 months ago
- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 3459ddc Merge tag 'efi-2021-10-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 3 months ago
- fae8875 display_options: Do not use %llu in print_size by Matwey V. Kornilov · 3 years, 4 months ago
- 4ae458c tiny-printf: Handle %pM format when CONFIG_SPL_NET_SUPPORT is enabled by Matwey V. Kornilov · 3 years, 4 months ago
- e90d985 efi_loader: use EfiBootServicesData for DP to text by Heinrich Schuchardt · 3 years, 4 months ago
- 1654601 efi_loader: use EfiBootServicesData for device path by Heinrich Schuchardt · 3 years, 4 months ago
- 9822894 efi_loader: use correct type for AllocatePages, AllocatePool by Heinrich Schuchardt · 3 years, 4 months ago
- 48cb9b8 lib: ecdsa: Implement UCLASS_ECDSA verification on target by Alexandru Gagniuc · 3 years, 4 months ago
- 55f3ed4 efi_loader: refactor efi_append_scrtm_version() by Masahisa Kojima · 3 years, 4 months ago
- 1ac19bb efi_loader: add ExitBootServices() measurement by Masahisa Kojima · 3 years, 4 months ago
- 8173cd4 efi_loader: add boot variable measurement by Masahisa Kojima · 3 years, 4 months ago
- 1d2a656 efi_loader: add secure boot variable measurement by Masahisa Kojima · 3 years, 4 months ago
- ed665b5 efi_loader: Uri() device path node by Heinrich Schuchardt · 3 years, 4 months ago
- c14d7b3 Merge https://source.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 4 months ago
- 90877bb lib: Allow using 0x when a decimal value is requested by Simon Glass · 3 years, 4 months ago
- fe2622c lib: Move common digit-parsing code into a function by Simon Glass · 3 years, 4 months ago
- 8be8eab lib: Drop unnecessary check for hex digit by Simon Glass · 3 years, 4 months ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
- c04e337 efi_loader: typo cerificate by Heinrich Schuchardt · 3 years, 4 months ago
- 11df072 lib: disable CONFIG_SPL_HEXDUMP by default by Heinrich Schuchardt · 3 years, 4 months ago
- 88e07a7 mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine by Marc Kleine-Budde · 3 years, 4 months ago
- 9ccd605 lib: rsa: rsa-sign: Minor bug in debug message by Chan, Donald · 3 years, 4 months ago
- 4e1e2a2 lib: rsa: rsa-verify: Fix a typo in a debug message by Thomas Perrot · 3 years, 4 months ago
- c17db99 lib: Create a new Kconfig option for charset conversion by Simon Glass · 3 years, 5 months ago