- 3a6e351 cmd: zip: automatically pull in gzip() by Michael Walle · 4 years, 6 months ago
- cb9c6c1 Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 6 months ago
- 2321b55 efi_loader: check device path is not installed twice by Heinrich Schuchardt · 4 years, 6 months ago
- 7bdb602 efi_loader: device path for SATA devices by Heinrich Schuchardt · 4 years, 6 months ago
- c770aaa efi_loader: device path for virtio block devices by Heinrich Schuchardt · 4 years, 6 months ago
- f667a18 efi_loader: initialize root node first by Heinrich Schuchardt · 4 years, 6 months ago
- efaa3b8 efi_loader: Remove unnecessary debug by Pragnesh Patel · 4 years, 6 months ago
- edeb654 fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup() by Marek Vasut · 4 years, 8 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0db4b94 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 7 months ago
- c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
- 40d9b24 common: Drop asm_offsets.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
- 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
- 77a364f efi_loader: Implement EFI variable handling via OP-TEE by Ilias Apalodimas · 4 years, 6 months ago
- 282d386 efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 7 months ago
- cd4eafb lib: rsa: avoid overriding the object name when already specified by Jan Luebbe · 4 years, 7 months ago
- 3637b8b lib: rsa: Also check for presence of r-squared property by Jan Kiszka · 4 years, 7 months ago
- cc3ed40 rsa: don't use malloc.h in rsa-sign.c by Jonathan Gray · 4 years, 7 months ago
- d33d0db lib: Allow MD5 to be enabled in SPL by Simon Glass · 4 years, 7 months ago
- 989fc14 charset: Add support for calculating bytes occupied by a u16 string by Sughosh Ganu · 4 years, 7 months ago
- 4854f78 efi_loader: variable: check a return value of uuid__str_to_bin() by AKASHI Takahiro · 4 years, 7 months ago
- b69546f efi_loader: image_loader: fix a Coverity check against array access by AKASHI Takahiro · 4 years, 7 months ago
- 2aa0942 efi_loader: crypto/pkcs7_parser.h is not a local include by Heinrich Schuchardt · 4 years, 7 months ago
- fbc745c efi_loader: pkcs7_parse_message() returns error pointer by Patrick Wildt · 4 years, 7 months ago
- cd8a55b efi_loader: efi_variable_parse_signature() returns NULL on error by Patrick Wildt · 4 years, 7 months ago
- e00764b efi_loader: put device tree into EfiACPIReclaimMemory by Heinrich Schuchardt · 4 years, 7 months ago
- da0a791 efi_loader: do not unnecessarily use EFI_CALL() by Heinrich Schuchardt · 4 years, 7 months ago
- ebbda7b efi_loader: error handling in efi_set_variable_common(). by Heinrich Schuchardt · 4 years, 7 months ago
- 1e3beaf efi_loader: remove redundant assignment in dp_fill() by Heinrich Schuchardt · 4 years, 7 months ago
- 007b02f kbuild: efi: Avoid rebuilding efi targets by Jan Kiszka · 4 years, 7 months ago
- fa734f3 rsa: fix alignment issue when getting public exponent by Heiko Stuebner · 4 years, 7 months ago
- eef4eee efi_loader: change setup sequence by Heinrich Schuchardt · 4 years, 8 months ago
- e2c43da efi_loader: correct comments for efi_status_t by Heinrich Schuchardt · 4 years, 7 months ago
- 37ab736 efi_loader: eliminate efi_set_(non)volatile_variable by Heinrich Schuchardt · 4 years, 7 months ago
- 87ab0b2 efi_loader: eliminate efi_get_(non)volatile_variable by Heinrich Schuchardt · 4 years, 7 months ago
- 911df64 efi_loader: disk: add efi_disk_is_system_part() by AKASHI Takahiro · 4 years, 7 months ago
- dae117a efi_loader: factor out the common code from efi_transfer_secure_state() by AKASHI Takahiro · 4 years, 7 months ago
- a075aa3 efi_loader: fix unreachable statement in efi_sigstore_parse_siglist by AKASHI Takahiro · 4 years, 7 months ago
- 6ec6767 lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 7 months ago
- 5180e1a lib/crypto, efi_loader: avoid multiple inclusions of header files by AKASHI Takahiro · 4 years, 7 months ago
- 3a6e18d tiny-printf: Support %i by Marek Vasut · 4 years, 8 months ago
- 146c3b5 Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 7 months ago
- faf08c7 acpi: Add an acpi command by Simon Glass · 4 years, 7 months ago
- abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 7 months ago
- 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
- 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
- 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
- 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
- a993173 efi_loader: identify EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
- d4778b0 Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 7 months ago
- a4fbdcf Merge branch '2020-04-27-master-imports' by Tom Rini · 4 years, 7 months ago
- 3fdb917 lib: zlib: fix formatting, reference by Heinrich Schuchardt · 4 years, 7 months ago
- 6a4e1d3 lib: enable lzma decompression support for SPL build by developer · 4 years, 7 months ago
- 8e8d3cf fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · 4 years, 8 months ago
- b10b8cf libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c by Masahiro Yamada · 4 years, 8 months ago
- 4acd4f0 uuid: Use const char * where possible by Simon Glass · 4 years, 8 months ago
- 811a260 lib: Add a function to convert a string to upper case by Simon Glass · 4 years, 8 months ago
- 2887081 lib: strto: Stop detection when invalid char is used by Michal Simek · 4 years, 8 months ago
- 12d7c97 lib: do not provide hexdump in SPL by Heinrich Schuchardt · 4 years, 8 months ago
- 82a6e98 lib: do not build OID registry in SPL by Heinrich Schuchardt · 4 years, 8 months ago
- 8010fa4 libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · 4 years, 8 months ago
- b86180e make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · 4 years, 9 months ago
- 3a76d2a lib/hashtable.c: don't test ->callback in SPL by Rasmus Villemoes · 4 years, 9 months ago
- 2bd84a7 lib/hashtable.c: create helper for calling env_entry::callback by Rasmus Villemoes · 4 years, 9 months ago
- b57af06 fdtdec: Fix boundary check by Atish Patra · 4 years, 7 months ago
- 1fa7962 lib: kconfig: Add option to set BZIP2 compression method by Atish Patra · 4 years, 9 months ago
- 4f3ad1c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 8 months ago
- 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
- ef13522 fdtdec: support multiple phandles in memory carveout by Laurentiu Tudor · 4 years, 8 months ago
- e962989 acpi: Add support for DMAR by Simon Glass · 4 years, 8 months ago
- b2672ea acpi: Add a central location for table version numbers by Simon Glass · 4 years, 8 months ago
- 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
- 8d494f6 efi_loader: set up secure boot by AKASHI Takahiro · 4 years, 8 months ago
- 0e104e3 efi_loader: image_loader: support image authentication by AKASHI Takahiro · 4 years, 8 months ago
- 94b139a efi_loader: variable: add VendorKeys variable by AKASHI Takahiro · 4 years, 8 months ago
- c78dc19 efi_loader: variable: add secure boot state transition by AKASHI Takahiro · 4 years, 8 months ago
- b0f49ee efi_loader: variable: support variable authentication by AKASHI Takahiro · 4 years, 8 months ago
- d2cefc8 efi_loader: add signature database parser by AKASHI Takahiro · 4 years, 8 months ago
- 1faaca4 efi_loader: add signature verification functions by AKASHI Takahiro · 4 years, 8 months ago
- 1900a3b efi_loader: add CONFIG_EFI_SECURE_BOOT config option by AKASHI Takahiro · 4 years, 8 months ago
- f011aa4 efi_loader: function descriptions efi_watchdog.c by Heinrich Schuchardt · 4 years, 8 months ago
- 76f5789 efi_loader: add missing doc comments in efi_disk.c by Heinrich Schuchardt · 4 years, 8 months ago
- 41020f3 efi_loader: function descriptions efi_unicode_collation.c by Heinrich Schuchardt · 4 years, 8 months ago
- fa49752 efi_loader: enable RNG if DM_RNG is enabled by Peter Robinson · 4 years, 8 months ago
- 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
- 584c2f6 lib: Improve _parse_integer_fixup_radix base 16 detection by Michal Simek · 4 years, 10 months ago
- d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 8 months ago
- b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 8 months ago
- 82cd6c4 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · 4 years, 8 months ago
- 56a1a14 efi_selftest: test CalculateCrc32, CopyMem, SetMem by Heinrich Schuchardt · 4 years, 8 months ago
- f9dab3a efi_loader: fix freestanding memmove() by Heinrich Schuchardt · 4 years, 8 months ago