1. b561563 lib: addr_map: Move address_map[] type to the header file by Bin Meng · 3 years, 7 months ago
  2. 56e7257 lib: Fix BINMAN_FDT dependency by Bin Meng · 3 years, 8 months ago
  3. 63af92e tpm: Allow disabling platform hierarchy with TPM2 by Simon Glass · 3 years, 8 months ago
  4. 7785bc1 tpm: Add TPM2 support for write_lock by Simon Glass · 3 years, 8 months ago
  5. 6719cbe tpm: Add TPM2 support for read/write values by Simon Glass · 3 years, 8 months ago
  6. eadcbc7 tpm: Add an implementation of define_space by Simon Glass · 3 years, 8 months ago
  7. 1bea7cc tpm: Reduce duplication in a few functions by Simon Glass · 3 years, 8 months ago
  8. b8eb921 tpm: Add a basic API implementation for TPMv2 by Simon Glass · 3 years, 8 months ago
  9. d6a885f tpm: Switch TPMv1 over to use the new API by Simon Glass · 3 years, 8 months ago
  10. bfe8fa2 tpm: Add an API that can support v1.2 and v2 by Simon Glass · 3 years, 8 months ago
  11. 1a39ab8 tpm: Add debugging of request in tpm_sendrecv_command() by Simon Glass · 3 years, 8 months ago
  12. 9c081a7 efi_loader: limit output length for VenHw, VenMedia by Heinrich Schuchardt · 3 years, 7 months ago
  13. 992b173 efi_loader: ACPI tables must be in EfiACPIReclaimMemory by Heinrich Schuchardt · 3 years, 7 months ago
  14. 277b879 lib: sha512: include "compiler.h" by Siew Chin Lim · 3 years, 7 months ago
  15. 8f684bc lib: rsa: Add debug message on algo mismatch by Sean Anderson · 3 years, 7 months ago
  16. bd3d75b efi_loader: multi part device paths to text by Heinrich Schuchardt · 3 years, 7 months ago
  17. 1edfc3f efi_selftest: multi part device path to text by Heinrich Schuchardt · 3 years, 7 months ago
  18. 512f092 efi_selftest: compiler flags for dtbdump.o by Heinrich Schuchardt · 3 years, 7 months ago
  19. e67beff Allow last block to be read by Jesper Schmitz Mouridsen · 3 years, 8 months ago
  20. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  21. e31350c Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()" by Tom Rini · 3 years, 7 months ago
  22. 15bbcaf efi_loader: fix get_last_capsule() by Heinrich Schuchardt · 3 years, 8 months ago
  23. 841f7a4 efi_loader: '.' and '..' are directories by Heinrich Schuchardt · 3 years, 8 months ago
  24. 9d30a94 efi_loader: don't load beyond VirtualSize by Asherah Connor · 3 years, 8 months ago
  25. 07c9e68 smbios: Allow a few values to come from sysinfo by Simon Glass · 3 years, 8 months ago
  26. e9adaa7 smbios: Add more options for the BIOS version string by Simon Glass · 3 years, 8 months ago
  27. fd3b826 smbios: Track the end of the string table by Simon Glass · 3 years, 8 months ago
  28. 0c95fff smbios: Drop the eos parameter by Simon Glass · 3 years, 8 months ago
  29. 1e8989a smbios: Use a struct to keep track of context by Simon Glass · 3 years, 8 months ago
  30. 7617f99 smbios: Set BIOS release version by Simon Glass · 3 years, 8 months ago
  31. 0e89b85 smbios: Move smbios_write_type to the C file by Simon Glass · 3 years, 8 months ago
  32. 55ffabe Merge tag 'efi-2021-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 8 months ago
  33. 02fc018 efi_loader: VenMedia device path node by Heinrich Schuchardt · 3 years, 8 months ago
  34. 6bca36c efi_selftest: use GUID to find ESP in dtbdump by Heinrich Schuchardt · 3 years, 8 months ago
  35. b9b0ea3 efi_loader: install UEFI System Partition GUID by Heinrich Schuchardt · 3 years, 8 months ago
  36. 1bc9fc3 efi_loader: only check size if EFI_DT_APPLY_FIXUPS by Heinrich Schuchardt · 3 years, 8 months ago
  37. d17e9d2 fdtdec: Cast prior_stage_fdt_address with uintptr_t by Bin Meng · 3 years, 8 months ago
  38. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  39. 242ef48 Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 8 months ago
  40. 5e6c902 binman: Print a debug message when binman selects a node by Simon Glass · 3 years, 8 months ago
  41. 82d01f0 efi_loader: switch to non-secure mode later by Heinrich Schuchardt · 3 years, 8 months ago
  42. 688e882 efi_loader: correct block IO alignment check by Heinrich Schuchardt · 3 years, 8 months ago
  43. 74a614d efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlock by Heinrich Schuchardt · 3 years, 8 months ago
  44. 1e35a4d binman: Allow reading entries from a subnode by Simon Glass · 3 years, 8 months ago
  45. 76b54d8 binman: Move selection of the binman node into a function by Simon Glass · 3 years, 8 months ago
  46. ec5f101 crc32: Exclude crc32 from TPL by Simon Glass · 3 years, 8 months ago
  47. ac42fe5 display_options: Use USE_TINY_PRINTF for SPL check by Simon Glass · 3 years, 8 months ago
  48. 0a2aaab fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup() by Simon Glass · 3 years, 8 months ago
  49. e1d23f5 fdtdec: Update the missing-devicetree message by Simon Glass · 3 years, 8 months ago
  50. 040fad3 lib: rsa: rsa-verify: don't look for keys in the FIT image by Philippe Reynes · 3 years, 8 months ago
  51. 8d0949b efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock by Heinrich Schuchardt · 3 years, 8 months ago
  52. 2cfb68f efi_loader: notification with TPL_APPLICATION not allowed by Heinrich Schuchardt · 3 years, 9 months ago
  53. 8f1844c efi_loader: capsule: fix SIZEOF_MISMATCH warning by AKASHI Takahiro · 3 years, 8 months ago
  54. 6e8c28c efi_loader: fix efi_load_image_from_path() by Heinrich Schuchardt · 3 years, 8 months ago
  55. 404bbc8 Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 8 months ago
  56. 53e54bf efi_loader: Avoid emitting efi_var_buf to .GOT by Ilias Apalodimas · 3 years, 8 months ago
  57. d56013d efi_selftest: use CRLF as line endings in dtbdump by Heinrich Schuchardt · 3 years, 8 months ago
  58. 65ab48d efi_selftest: provide initrddump test tool by Heinrich Schuchardt · 3 years, 8 months ago
  59. 8644af7 efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLE by Heinrich Schuchardt · 3 years, 8 months ago
  60. b6f6080 efi_selftest: ask before overwriting in dtbdump.efi by Heinrich Schuchardt · 3 years, 8 months ago
  61. 19ea5e6 efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 3 years, 8 months ago
  62. 59593a5 efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable by Heinrich Schuchardt · 3 years, 8 months ago
  63. 4cb07d8 efi_loader: make EFI_DT_FIXUP_PROTOCOL configurable by Heinrich Schuchardt · 3 years, 8 months ago
  64. 535c473 efi_loader: fixup protocol, avoid forward declaration by Heinrich Schuchardt · 3 years, 8 months ago
  65. ff2f532 efi_loader: make the UEFI boot manager configurable by Heinrich Schuchardt · 3 years, 8 months ago
  66. 2363eff efi_loader: move load options to new module by Heinrich Schuchardt · 3 years, 8 months ago
  67. 92fdad2 lib: uuid: use RNG device if present by Matthias Brugger · 3 years, 9 months ago
  68. 59e4e39 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 8 months ago
  69. a80f851 trace: select TIMER_EARLY to avoid infinite recursion by Pragnesh Patel · 3 years, 8 months ago
  70. 6205bbb lib: cosmetic update of CONFIG_LIB_ELF description by Patrick Delaunay · 3 years, 9 months ago
  71. 986c841 lib: zlib: our putc() takes only one argument by Heinrich Schuchardt · 3 years, 9 months ago
  72. 834427d lib: zlib: include ctype.h by Heinrich Schuchardt · 3 years, 9 months ago
  73. 3e50dee lib: aes: build failure with DEBUG=1 by Heinrich Schuchardt · 3 years, 9 months ago
  74. 976a68a string: Use memcpy() within memmove() when we can by Patrick Delaunay · 3 years, 10 months ago
  75. c0364ce doc/README.gpt: define partition type GUID for U-Boot environment by Rasmus Villemoes · 3 years, 10 months ago
  76. 31ce367 lib/uuid.c: change prototype of uuid_guid_get_str() by Rasmus Villemoes · 3 years, 10 months ago
  77. 8e70f1c efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 9 months ago
  78. 94686f6 efi_loader: implement EFI_DT_FIXUP_PROTOCOL by Heinrich Schuchardt · 3 years, 9 months ago
  79. db0f298 efi_loader: remove outdated TODO in efi_memory.c by Heinrich Schuchardt · 3 years, 9 months ago
  80. 7913c7d efi_loader: typedef efi_string_t text output protocol by Heinrich Schuchardt · 3 years, 9 months ago
  81. 5dad05a efi_loader: carve out efi_check_pe() by Heinrich Schuchardt · 3 years, 8 months ago
  82. dd860b9 efi_loader: print boot device and file path in helloworld by Heinrich Schuchardt · 3 years, 8 months ago
  83. db12f51 efi_loader: implement non-blocking file services by Heinrich Schuchardt · 3 years, 9 months ago
  84. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  85. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  86. 6d1a8eb timer: Use a shorter error in TPL by Simon Glass · 3 years, 9 months ago
  87. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  88. d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 3 years, 9 months ago
  89. 88a2ef2 efi_loader: Enable uefi capsule authentication by Sughosh Ganu · 3 years, 9 months ago
  90. 04be98b efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · 3 years, 9 months ago
  91. b4f20a5 efi_loader: Re-factor code to build the signature store from efi signature list by Sughosh Ganu · 3 years, 9 months ago
  92. 201b806 efi_loader: Make the pkcs7 header parsing function an extern by Sughosh Ganu · 3 years, 9 months ago
  93. 675b62e efi_loader: Add logic to parse EDKII specific fmp payload header by Sughosh Ganu · 3 years, 9 months ago
  94. 4366a24 crypto: Fix the logic to calculate hash with authattributes set by Sughosh Ganu · 3 years, 9 months ago
  95. b7d186f efi_loader: event queueing by Heinrich Schuchardt · 3 years, 9 months ago
  96. fe179d7 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 3 years, 9 months ago
  97. 47d2b3b efi_loader: Remove unconditional installation of file2 protocol for initrd by Ilias Apalodimas · 3 years, 9 months ago
  98. 0c44452 efi_loader: Remove unused headers from efi_load_initrd.c by Ilias Apalodimas · 3 years, 9 months ago
  99. f8212f0 efi_loader: use after free in efi_exit() by Heinrich Schuchardt · 3 years, 9 months ago
  100. 2a0f80f efi_loader: efi_signal_event() fix comment typos by Heinrich Schuchardt · 3 years, 9 months ago