- 42378e3 Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
- cba487c fdtdec: correct test on return of fdt_node_offset_by_phandle by Patrick Delaunay · 4 years, 1 month ago
- 4b71f6d efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n by Heinrich Schuchardt · 4 years, 2 months ago
- 493a37f efi: Fix typo in documentation by Sean Anderson · 4 years, 1 month ago
- eb0d1d8 efi_selftest: avoid unnecessary reset by Heinrich Schuchardt · 4 years, 1 month ago
- dc374ab efi_selftest: print CRC32 of initrd as hexadecimal by Heinrich Schuchardt · 4 years, 1 month ago
- 9487683 efi_selftest: enable printing hexadecimal numbers by Heinrich Schuchardt · 4 years, 1 month ago
- e2aff33 efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
- 5cd28e1 efi_loader: description EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
- b7e7831 Merge branch 'next' by Tom Rini · 4 years, 1 month ago
- b59c13d efi_loader: installation of EFI_RNG_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
- 9c6aaf1 acpi: Use I2cSerialBusV2() instead of I2cSerialBus() by Simon Glass · 4 years, 2 months ago
- 350c7f5 acpi: Add more support for generating processor tables by Simon Glass · 4 years, 2 months ago
- 1540328 acpi: Add support for generating processor tables by Simon Glass · 4 years, 2 months ago
- f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
- 23dd0ea dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years, 2 months ago
- 88490e1 acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years, 2 months ago
- da7cff3 acpi: Add support for conditions and return values by Simon Glass · 4 years, 2 months ago
- e0a896b acpi: Add support for writing a _PRW by Simon Glass · 4 years, 2 months ago
- 3e15c31 optee: add property no-map to secure reserved memory by Etienne Carriere · 4 years, 2 months ago
- ccaa574 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · 4 years, 2 months ago
- 751b18b Merge branch 'master' into next by Tom Rini · 4 years, 2 months ago
- 52a8481 efi_selftest: check for RISC-V boot-hartid in FDT by Heinrich Schuchardt · 4 years, 2 months ago
- 18161a8 efi_selftest: rework device tree test by Heinrich Schuchardt · 4 years, 2 months ago
- ffbeafe efi_memory: refine overlap_only_ram description by Maxim Uvarov · 4 years, 2 months ago
- 81d0cef lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree API by Marek Vasut · 4 years, 2 months ago
- 5bf12a7 efi_selftest: restore gd before do_reset() by Heinrich Schuchardt · 4 years, 2 months ago
- d68d7f4 efi_loader: save global data pointer on RISC-V by Heinrich Schuchardt · 4 years, 2 months ago
- e5a3137 efi_loader: efi_var_mem_notify_exit_boot_services by Heinrich Schuchardt · 4 years, 2 months ago
- 8479333 rsa: crash in br_i32_decode() called from rsa_gen_key_prop() by Robert Reither · 4 years, 2 months ago
- 314b9b4 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 4 years, 2 months ago
- d2a8857 efi_selftest: simplify Makefile by Heinrich Schuchardt · 4 years, 2 months ago
- 578d7cc efi_loader: remove duplicate image size check by Heinrich Schuchardt · 4 years, 2 months ago
- 0f7878b efi_loader: error message if image not authenticated by Heinrich Schuchardt · 4 years, 2 months ago
- 2458605 efi_loader: log function in image loader by Heinrich Schuchardt · 4 years, 2 months ago
- de95930 lib/rsa: correct check after allocation in fdt_add_bignum() by Heinrich Schuchardt · 4 years, 3 months ago
- dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 3 months ago
- 9f9ecd3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 2 months ago
- 8ee3a24 Merge branch '2020-08-24-misc-improvements' by Tom Rini · 4 years, 3 months ago
- 1db7ee4 fdtdec: Add API to read pci bus-range property by Suneel Garapati · 5 years ago
- 3337b29 xen: Code style conformity by Anastasiia Lukianenko · 4 years, 3 months ago
- 15d8f00 efi_loader: validate device path length in boot manager by Heinrich Schuchardt · 4 years, 3 months ago
- 5cad4a3 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · 4 years, 3 months ago
- fa63753 efi_selftest: substitute ResetSystem() by do_reset() by Heinrich Schuchardt · 4 years, 3 months ago
- c06867d efi_selftest: add a test for ResetSystem() by Heinrich Schuchardt · 4 years, 3 months ago
- f03a879 efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · 4 years, 3 months ago
- c2f0950 lib: fdt: Convert fdtdes_setup_mem..() to livetree API by Michal Simek · 4 years, 4 months ago
- 7fce739 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · 4 years, 4 months ago
- 789bfb5 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 3 months ago
- e87dfb0 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 3 months ago
- 52956e5 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · 4 years, 3 months ago
- f68a6d5 efi_loader: variable: fix secure state initialization by AKASHI Takahiro · 4 years, 3 months ago
- 1115edd efi_loader: signature: rework for intermediate certificates support by AKASHI Takahiro · 4 years, 4 months ago
- 0658bb2 efi_loader: variable: keep temporary buffer during the authentication by AKASHI Takahiro · 4 years, 3 months ago
- 0ad6400 efi_loader: set load options in boot manager by Heinrich Schuchardt · 4 years, 3 months ago
- 1064d04 efi_loader: factor out efi_set_load_options() by Heinrich Schuchardt · 4 years, 3 months ago
- dd92aad efi_loader: add copyright notice by AKASHI Takahiro · 4 years, 3 months ago
- 9bdbc8e lib/crypto: simplify public_key_verify_signature by Heinrich Schuchardt · 4 years, 3 months ago
- 81014f7 include/u-boot, lib/zlib: add sources for zlib decompression by Joao Marcos Costa · 4 years, 3 months ago
- 9996cea lmb/bdinfo: dump lmb info via bdinfo by Tero Kristo · 4 years, 4 months ago
- e1e10f2 efi: Tidy up header includes by Simon Glass · 4 years, 4 months ago
- 5c2227e efi_selftest: block device test requires CONFIG_DOS_PARTITION by Heinrich Schuchardt · 4 years, 3 months ago
- a1077bf efi_selftest: SNP test depends on network by Heinrich Schuchardt · 4 years, 3 months ago
- 74b869b efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system by Heinrich Schuchardt · 4 years, 3 months ago
- e01aed4 efi_loader: Enable run-time variable support for tee based variables by Ilias Apalodimas · 4 years, 4 months ago
- db94dfb efi_loader: Trim output buffer size correctly for tee variables by Ilias Apalodimas · 4 years, 4 months ago
- d045cba env: Add support for explicit write access list by Marek Vasut · 4 years, 4 months ago
- 47f3b1f env: Add option to only ever append environment by Marek Vasut · 4 years, 4 months ago
- 50c7b72 Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · 4 years, 4 months ago
- 62897c4 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · 4 years, 4 months ago
- 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- 5d3a21d Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 4 months ago
- 5ee81c6 lib: crypto: export and enhance pkcs7_verify_one() by AKASHI Takahiro · 4 years, 4 months ago
- 05329fa lib: crypto: add pkcs7_digest() by AKASHI Takahiro · 4 years, 4 months ago
- 063499e lib: crypto: import pkcs7_verify.c from linux by AKASHI Takahiro · 4 years, 4 months ago
- 6244b3c lib: crypto: enable x509_check_for_self_signed() by AKASHI Takahiro · 4 years, 4 months ago
- b2a1049 lib: crypto: add public_key_verify_signature() by AKASHI Takahiro · 4 years, 4 months ago
- af457cf efi_loader: use logging for block device messages by Heinrich Schuchardt · 4 years, 4 months ago
- e7d6406 efi_loader: document efi_save_gd(), efi_restore_gd() by Heinrich Schuchardt · 4 years, 4 months ago
- 1ef1cf1 efi_loader: loosen buffer parameter check in efi_file_read by Stefan Sørensen · 4 years, 4 months ago
- 9b87d44 efi_loader: Check for the native OP-TEE result on mm_communicate calls by Ilias Apalodimas · 4 years, 4 months ago
- 5d1f79b efi_loader: Rename and correct values for ARM_SMC_MM_* by Ilias Apalodimas · 4 years, 4 months ago
- ebbad02 efi_loader: don't use memmove() in efi_var_mem_del() by Heinrich Schuchardt · 4 years, 4 months ago
- 01fa922 efi_loader: efi_current_var after SetVirtualAddressMap by Heinrich Schuchardt · 4 years, 4 months ago
- b589b80 Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" by Michal Simek · 4 years, 4 months ago
- d4cc6f6 Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" by Michal Simek · 4 years, 4 months ago
- b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
- 499b749 lib: zlib: Remove offset pointer optimization in inftrees.c by Chin Liang See · 4 years, 5 months ago
- e7885a4 lz4: fix decompressor on big-endian powerpc by Rasmus Villemoes · 4 years, 5 months ago
- bb6772c acpi: Support writing named values by Simon Glass · 4 years, 4 months ago
- 91c2f9c acpi: Support generation of a device by Simon Glass · 4 years, 4 months ago
- d7d631d acpi: Support generation of a generic register by Simon Glass · 4 years, 4 months ago
- 82659cc acpi: Support generation of a scope by Simon Glass · 4 years, 4 months ago
- 8f9877d binman: Add way to locate an entry in memory by Simon Glass · 4 years, 4 months ago
- 956a908 binman: Refactor binman_entry_find() to allow other nodes by Simon Glass · 4 years, 4 months ago
- db6fb7d binman: Allow setting the ROM offset by Simon Glass · 4 years, 4 months ago
- fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 4 months ago
- 740630b acpi: Add support for a generic power sequence by Simon Glass · 4 years, 4 months ago
- f8054dd acpi: Add support for writing a GPIO power sequence by Simon Glass · 4 years, 4 months ago
- f9189d5 acpi: Add support for writing a Power Resource by Simon Glass · 4 years, 4 months ago