1. ebbda7b efi_loader: error handling in efi_set_variable_common(). by Heinrich Schuchardt · Wed May 06 01:37:25 2020 +0200
  2. 1e3beaf efi_loader: remove redundant assignment in dp_fill() by Heinrich Schuchardt · Wed May 06 01:28:08 2020 +0200
  3. 007b02f kbuild: efi: Avoid rebuilding efi targets by Jan Kiszka · Mon May 04 14:38:29 2020 +0200
  4. fa734f3 rsa: fix alignment issue when getting public exponent by Heiko Stuebner · Sun May 03 13:26:34 2020 +0200
  5. eef4eee efi_loader: change setup sequence by Heinrich Schuchardt · Thu Mar 19 18:21:58 2020 +0000
  6. e2c43da efi_loader: correct comments for efi_status_t by Heinrich Schuchardt · Sun May 03 16:29:00 2020 +0200
  7. 37ab736 efi_loader: eliminate efi_set_(non)volatile_variable by Heinrich Schuchardt · Sun May 03 10:02:20 2020 +0200
  8. 87ab0b2 efi_loader: eliminate efi_get_(non)volatile_variable by Heinrich Schuchardt · Sat Apr 18 12:31:17 2020 +0200
  9. 911df64 efi_loader: disk: add efi_disk_is_system_part() by AKASHI Takahiro · Mon Apr 27 18:48:20 2020 +0900
  10. dae117a efi_loader: factor out the common code from efi_transfer_secure_state() by AKASHI Takahiro · Tue Apr 21 09:39:20 2020 +0900
  11. a075aa3 efi_loader: fix unreachable statement in efi_sigstore_parse_siglist by AKASHI Takahiro · Tue Apr 21 09:38:57 2020 +0900
  12. 6ec6767 lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · Tue Apr 21 09:38:17 2020 +0900
  13. 5180e1a lib/crypto, efi_loader: avoid multiple inclusions of header files by AKASHI Takahiro · Tue Apr 21 09:37:52 2020 +0900
  14. 3a6e18d tiny-printf: Support %i by Marek Vasut · Fri Apr 10 20:54:49 2020 +0200
  15. 146c3b5 Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Apr 30 15:11:06 2020 -0400
  16. faf08c7 acpi: Add an acpi command by Simon Glass · Sun Apr 26 09:19:53 2020 -0600
  17. abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · Sun Apr 26 09:19:52 2020 -0600
  18. 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · Sun Apr 26 09:19:51 2020 -0600
  19. 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · Sun Apr 26 09:19:50 2020 -0600
  20. 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · Sun Apr 26 09:19:47 2020 -0600
  21. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · Sun Apr 26 09:19:46 2020 -0600
  22. a993173 efi_loader: identify EFI system partition by Heinrich Schuchardt · Thu Mar 19 15:16:31 2020 +0100
  23. d4778b0 Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm by Tom Rini · Tue Apr 28 09:52:01 2020 -0400
  24. a4fbdcf Merge branch '2020-04-27-master-imports' by Tom Rini · Mon Apr 27 17:50:43 2020 -0400
  25. 3fdb917 lib: zlib: fix formatting, reference by Heinrich Schuchardt · Mon Apr 20 17:40:57 2020 +0200
  26. 6a4e1d3 lib: enable lzma decompression support for SPL build by developer · Tue Apr 21 09:28:38 2020 +0200
  27. 8e8d3cf fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · Thu Apr 16 18:30:17 2020 +0900
  28. b10b8cf libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c by Masahiro Yamada · Thu Apr 16 18:30:16 2020 +0900
  29. 4acd4f0 uuid: Use const char * where possible by Simon Glass · Wed Apr 08 08:32:58 2020 -0600
  30. 811a260 lib: Add a function to convert a string to upper case by Simon Glass · Wed Apr 08 08:32:56 2020 -0600
  31. 2887081 lib: strto: Stop detection when invalid char is used by Michal Simek · Wed Apr 08 10:09:16 2020 +0200
  32. 12d7c97 lib: do not provide hexdump in SPL by Heinrich Schuchardt · Wed Apr 15 18:46:22 2020 +0200
  33. 82a6e98 lib: do not build OID registry in SPL by Heinrich Schuchardt · Wed Apr 15 18:46:19 2020 +0200
  34. 8010fa4 libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · Mon Mar 30 11:56:23 2020 +0800
  35. b86180e make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · Thu Feb 27 13:56:12 2020 +0000
  36. 3a76d2a lib/hashtable.c: don't test ->callback in SPL by Rasmus Villemoes · Thu Feb 27 13:56:11 2020 +0000
  37. 2bd84a7 lib/hashtable.c: create helper for calling env_entry::callback by Rasmus Villemoes · Thu Feb 27 13:56:11 2020 +0000
  38. b57af06 fdtdec: Fix boundary check by Atish Patra · Tue Apr 21 11:15:00 2020 -0700
  39. 1fa7962 lib: kconfig: Add option to set BZIP2 compression method by Atish Patra · Thu Mar 05 16:24:21 2020 -0800
  40. 4f3ad1c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Apr 16 16:41:40 2020 -0400
  41. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  42. ef13522 fdtdec: support multiple phandles in memory carveout by Laurentiu Tudor · Fri Apr 03 13:43:03 2020 +0300
  43. e962989 acpi: Add support for DMAR by Simon Glass · Wed Apr 08 16:57:39 2020 -0600
  44. b2672ea acpi: Add a central location for table version numbers by Simon Glass · Wed Apr 08 16:57:38 2020 -0600
  45. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · Wed Apr 08 16:57:36 2020 -0600
  46. 8d494f6 efi_loader: set up secure boot by AKASHI Takahiro · Tue Apr 14 11:51:45 2020 +0900
  47. 0e104e3 efi_loader: image_loader: support image authentication by AKASHI Takahiro · Tue Apr 14 11:51:44 2020 +0900
  48. 94b139a efi_loader: variable: add VendorKeys variable by AKASHI Takahiro · Tue Apr 14 11:51:43 2020 +0900
  49. c78dc19 efi_loader: variable: add secure boot state transition by AKASHI Takahiro · Tue Apr 14 11:51:42 2020 +0900
  50. b0f49ee efi_loader: variable: support variable authentication by AKASHI Takahiro · Tue Apr 14 11:51:41 2020 +0900
  51. d2cefc8 efi_loader: add signature database parser by AKASHI Takahiro · Tue Apr 14 11:51:40 2020 +0900
  52. 1faaca4 efi_loader: add signature verification functions by AKASHI Takahiro · Tue Apr 14 11:51:39 2020 +0900
  53. 1900a3b efi_loader: add CONFIG_EFI_SECURE_BOOT config option by AKASHI Takahiro · Tue Apr 14 11:51:38 2020 +0900
  54. f011aa4 efi_loader: function descriptions efi_watchdog.c by Heinrich Schuchardt · Fri Apr 10 17:51:56 2020 +0200
  55. 76f5789 efi_loader: add missing doc comments in efi_disk.c by Heinrich Schuchardt · Fri Apr 10 17:10:34 2020 +0200
  56. 41020f3 efi_loader: function descriptions efi_unicode_collation.c by Heinrich Schuchardt · Fri Apr 10 17:39:23 2020 +0200
  57. fa49752 efi_loader: enable RNG if DM_RNG is enabled by Peter Robinson · Wed Apr 01 11:15:01 2020 +0100
  58. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Apr 07 11:58:44 2020 -0400
  59. 584c2f6 lib: Improve _parse_integer_fixup_radix base 16 detection by Michal Simek · Fri Feb 07 13:04:10 2020 +0100
  60. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · Wed Mar 18 11:44:06 2020 -0600
  61. b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · Tue Mar 31 17:24:19 2020 -0400
  62. 82cd6c4 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · Sun Mar 22 18:28:20 2020 +0100
  63. 56a1a14 efi_selftest: test CalculateCrc32, CopyMem, SetMem by Heinrich Schuchardt · Sun Mar 22 09:32:55 2020 +0100
  64. f9dab3a efi_loader: fix freestanding memmove() by Heinrich Schuchardt · Sun Mar 22 09:52:48 2020 +0100
  65. 582f857 efi_loader: description efi_convert_pointer() by Heinrich Schuchardt · Sun Mar 22 08:28:15 2020 +0100
  66. af8c5b6 efi_loader: simplify logical expression in efi_disk_add_dev() by Heinrich Schuchardt · Thu Mar 19 15:45:52 2020 +0100
  67. c169187 efi_selftest: check length reported by GetNextVariableName() by Heinrich Schuchardt · Fri Mar 20 19:20:17 2020 +0100
  68. 31d9b3a efi_loader: correct reported length in GetNextVariable() by Heinrich Schuchardt · Fri Mar 20 19:04:34 2020 +0100
  69. 6203606 efi_loader: fix function descriptions in efi_disk.c by Heinrich Schuchardt · Thu Mar 19 13:49:34 2020 +0100
  70. c69addd efi_loader: description of efi_variable.c by Heinrich Schuchardt · Thu Mar 19 17:15:18 2020 +0000
  71. 32cdf19 Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Tue Mar 17 11:59:58 2020 -0400
  72. d99b1b3 efi_loader: export a couple of protocol related functions by AKASHI Takahiro · Tue Mar 17 11:12:36 2020 +0900
  73. 75822f4 lib: rsa: add rsa_verify_with_pkey() by AKASHI Takahiro · Fri Feb 21 15:12:59 2020 +0900
  74. d4aece1 lib: rsa: generate additional parameters for public key by AKASHI Takahiro · Fri Feb 21 15:12:58 2020 +0900
  75. 1f14f81 rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config by AKASHI Takahiro · Fri Feb 21 15:12:56 2020 +0900
  76. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · Fri Feb 21 15:12:55 2020 +0900
  77. ec94690 efi_loader: unnecessary assignment in efi_queue_event by Heinrich Schuchardt · Fri Mar 06 21:56:10 2020 +0100
  78. 3ee138d efi_loader: get_memory_map: return parameters whenever possible by AKASHI Takahiro · Wed Mar 11 15:18:18 2020 +0900
  79. 76f361a lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · Wed Feb 12 13:55:03 2020 +0530
  80. c52067c efi_selftest: add selftests for loadfile2 used to load initramfs by Ilias Apalodimas · Fri Feb 21 09:55:46 2020 +0200
  81. 3510ba7 efi_loader: Implement FileLoad2 for initramfs loading by Ilias Apalodimas · Fri Feb 21 09:55:45 2020 +0200
  82. 956eff3 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · Wed Feb 19 20:48:49 2020 +0100
  83. 7bcc7fc efi_loader: EFI_RNG_PROTOCOL by Heinrich Schuchardt · Fri Feb 14 23:28:58 2020 +0100
  84. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  85. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  86. 9e8f6d6 string: Allow arch override of strndup() also by Simon Glass · Mon Feb 03 07:36:00 2020 -0700
  87. c92aac1 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · Mon Jan 27 08:49:38 2020 -0700
  88. bea42b7 libfdt: Revert 6dcb8ba4 from upstream libfdt by Tom Rini · Mon Jan 27 12:10:31 2020 -0500
  89. cfb5767 optee: Replace uninitialized return variable by proper one. by Christoph Müllner · Sun Jan 26 23:20:54 2020 +0100
  90. b2e67a2 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · Sun Jan 19 19:28:12 2020 +0100
  91. 38c8c1b lib: rsa: consider CONFIG_SPL_RSA by Heinrich Schuchardt · Sun Jan 19 09:26:22 2020 +0100
  92. 630a913 trace: provide Sphinx style comments by Heinrich Schuchardt · Wed Jan 01 15:52:31 2020 +0100
  93. 54a0426 lib: ignore oid_registry_data.c file by Dario Binacchi · Tue Dec 31 18:18:22 2019 +0100
  94. 8927bf2 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · Sat Dec 28 10:45:10 2019 -0700
  95. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  96. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  97. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  98. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  99. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · Wed Dec 18 18:25:42 2019 +0100
  100. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · Wed Dec 18 18:25:41 2019 +0100