1. 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
  2. faf08c7 acpi: Add an acpi command by Simon Glass · Sun Apr 26 09:19:53 2020 -0600
  3. abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · Sun Apr 26 09:19:52 2020 -0600
  4. 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · Sun Apr 26 09:19:51 2020 -0600
  5. 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · Sun Apr 26 09:19:50 2020 -0600
  6. 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · Sun Apr 26 09:19:47 2020 -0600
  7. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · Sun Apr 26 09:19:46 2020 -0600
  8. a993173 efi_loader: identify EFI system partition by Heinrich Schuchardt · Thu Mar 19 15:16:31 2020 +0100
  9. 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
  10. a4fbdcf Merge branch '2020-04-27-master-imports' by Tom Rini · Mon Apr 27 17:50:43 2020 -0400
  11. 3fdb917 lib: zlib: fix formatting, reference by Heinrich Schuchardt · Mon Apr 20 17:40:57 2020 +0200
  12. 6a4e1d3 lib: enable lzma decompression support for SPL build by developer · Tue Apr 21 09:28:38 2020 +0200
  13. 8e8d3cf fdt_region: move fdt_region.c to common/ from lib/libfdt/ by Masahiro Yamada · Thu Apr 16 18:30:17 2020 +0900
  14. 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
  15. 4acd4f0 uuid: Use const char * where possible by Simon Glass · Wed Apr 08 08:32:58 2020 -0600
  16. 811a260 lib: Add a function to convert a string to upper case by Simon Glass · Wed Apr 08 08:32:56 2020 -0600
  17. 2887081 lib: strto: Stop detection when invalid char is used by Michal Simek · Wed Apr 08 10:09:16 2020 +0200
  18. 12d7c97 lib: do not provide hexdump in SPL by Heinrich Schuchardt · Wed Apr 15 18:46:22 2020 +0200
  19. 82a6e98 lib: do not build OID registry in SPL by Heinrich Schuchardt · Wed Apr 15 18:46:19 2020 +0200
  20. 8010fa4 libfdt: Make fdtdec_get_child_count() available for HOST by Kever Yang · Mon Mar 30 11:56:23 2020 +0800
  21. b86180e make env_entry::callback conditional on !CONFIG_SPL_BUILD by Rasmus Villemoes · Thu Feb 27 13:56:12 2020 +0000
  22. 3a76d2a lib/hashtable.c: don't test ->callback in SPL by Rasmus Villemoes · Thu Feb 27 13:56:11 2020 +0000
  23. 2bd84a7 lib/hashtable.c: create helper for calling env_entry::callback by Rasmus Villemoes · Thu Feb 27 13:56:11 2020 +0000
  24. b57af06 fdtdec: Fix boundary check by Atish Patra · Tue Apr 21 11:15:00 2020 -0700
  25. 1fa7962 lib: kconfig: Add option to set BZIP2 compression method by Atish Patra · Thu Mar 05 16:24:21 2020 -0800
  26. 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
  27. 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
  28. ef13522 fdtdec: support multiple phandles in memory carveout by Laurentiu Tudor · Fri Apr 03 13:43:03 2020 +0300
  29. e962989 acpi: Add support for DMAR by Simon Glass · Wed Apr 08 16:57:39 2020 -0600
  30. b2672ea acpi: Add a central location for table version numbers by Simon Glass · Wed Apr 08 16:57:38 2020 -0600
  31. 858fed1 x86: Move acpi_table header to main include/ directory by Simon Glass · Wed Apr 08 16:57:36 2020 -0600
  32. 8d494f6 efi_loader: set up secure boot by AKASHI Takahiro · Tue Apr 14 11:51:45 2020 +0900
  33. 0e104e3 efi_loader: image_loader: support image authentication by AKASHI Takahiro · Tue Apr 14 11:51:44 2020 +0900
  34. 94b139a efi_loader: variable: add VendorKeys variable by AKASHI Takahiro · Tue Apr 14 11:51:43 2020 +0900
  35. c78dc19 efi_loader: variable: add secure boot state transition by AKASHI Takahiro · Tue Apr 14 11:51:42 2020 +0900
  36. b0f49ee efi_loader: variable: support variable authentication by AKASHI Takahiro · Tue Apr 14 11:51:41 2020 +0900
  37. d2cefc8 efi_loader: add signature database parser by AKASHI Takahiro · Tue Apr 14 11:51:40 2020 +0900
  38. 1faaca4 efi_loader: add signature verification functions by AKASHI Takahiro · Tue Apr 14 11:51:39 2020 +0900
  39. 1900a3b efi_loader: add CONFIG_EFI_SECURE_BOOT config option by AKASHI Takahiro · Tue Apr 14 11:51:38 2020 +0900
  40. f011aa4 efi_loader: function descriptions efi_watchdog.c by Heinrich Schuchardt · Fri Apr 10 17:51:56 2020 +0200
  41. 76f5789 efi_loader: add missing doc comments in efi_disk.c by Heinrich Schuchardt · Fri Apr 10 17:10:34 2020 +0200
  42. 41020f3 efi_loader: function descriptions efi_unicode_collation.c by Heinrich Schuchardt · Fri Apr 10 17:39:23 2020 +0200
  43. fa49752 efi_loader: enable RNG if DM_RNG is enabled by Peter Robinson · Wed Apr 01 11:15:01 2020 +0100
  44. 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
  45. 584c2f6 lib: Improve _parse_integer_fixup_radix base 16 detection by Michal Simek · Fri Feb 07 13:04:10 2020 +0100
  46. d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · Wed Mar 18 11:44:06 2020 -0600
  47. 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
  48. 82cd6c4 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · Sun Mar 22 18:28:20 2020 +0100
  49. 56a1a14 efi_selftest: test CalculateCrc32, CopyMem, SetMem by Heinrich Schuchardt · Sun Mar 22 09:32:55 2020 +0100
  50. f9dab3a efi_loader: fix freestanding memmove() by Heinrich Schuchardt · Sun Mar 22 09:52:48 2020 +0100
  51. 582f857 efi_loader: description efi_convert_pointer() by Heinrich Schuchardt · Sun Mar 22 08:28:15 2020 +0100
  52. af8c5b6 efi_loader: simplify logical expression in efi_disk_add_dev() by Heinrich Schuchardt · Thu Mar 19 15:45:52 2020 +0100
  53. c169187 efi_selftest: check length reported by GetNextVariableName() by Heinrich Schuchardt · Fri Mar 20 19:20:17 2020 +0100
  54. 31d9b3a efi_loader: correct reported length in GetNextVariable() by Heinrich Schuchardt · Fri Mar 20 19:04:34 2020 +0100
  55. 6203606 efi_loader: fix function descriptions in efi_disk.c by Heinrich Schuchardt · Thu Mar 19 13:49:34 2020 +0100
  56. c69addd efi_loader: description of efi_variable.c by Heinrich Schuchardt · Thu Mar 19 17:15:18 2020 +0000
  57. 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
  58. d99b1b3 efi_loader: export a couple of protocol related functions by AKASHI Takahiro · Tue Mar 17 11:12:36 2020 +0900
  59. 75822f4 lib: rsa: add rsa_verify_with_pkey() by AKASHI Takahiro · Fri Feb 21 15:12:59 2020 +0900
  60. d4aece1 lib: rsa: generate additional parameters for public key by AKASHI Takahiro · Fri Feb 21 15:12:58 2020 +0900
  61. 1f14f81 rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config by AKASHI Takahiro · Fri Feb 21 15:12:56 2020 +0900
  62. 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · Fri Feb 21 15:12:55 2020 +0900
  63. ec94690 efi_loader: unnecessary assignment in efi_queue_event by Heinrich Schuchardt · Fri Mar 06 21:56:10 2020 +0100
  64. 3ee138d efi_loader: get_memory_map: return parameters whenever possible by AKASHI Takahiro · Wed Mar 11 15:18:18 2020 +0900
  65. 76f361a lib: elf: Move the generic elf loading/validating functions to lib by Keerthy · Wed Feb 12 13:55:03 2020 +0530
  66. c52067c efi_selftest: add selftests for loadfile2 used to load initramfs by Ilias Apalodimas · Fri Feb 21 09:55:46 2020 +0200
  67. 3510ba7 efi_loader: Implement FileLoad2 for initramfs loading by Ilias Apalodimas · Fri Feb 21 09:55:45 2020 +0200
  68. 956eff3 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · Wed Feb 19 20:48:49 2020 +0100
  69. 7bcc7fc efi_loader: EFI_RNG_PROTOCOL by Heinrich Schuchardt · Fri Feb 14 23:28:58 2020 +0100
  70. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  71. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  72. 9e8f6d6 string: Allow arch override of strndup() also by Simon Glass · Mon Feb 03 07:36:00 2020 -0700
  73. c92aac1 dm: pci: Update a few more interfaces for const udevice * by Simon Glass · Mon Jan 27 08:49:38 2020 -0700
  74. bea42b7 libfdt: Revert 6dcb8ba4 from upstream libfdt by Tom Rini · Mon Jan 27 12:10:31 2020 -0500
  75. cfb5767 optee: Replace uninitialized return variable by proper one. by Christoph Müllner · Sun Jan 26 23:20:54 2020 +0100
  76. b2e67a2 lib: Kconfig dependencies for pseudo-random library by Heinrich Schuchardt · Sun Jan 19 19:28:12 2020 +0100
  77. 38c8c1b lib: rsa: consider CONFIG_SPL_RSA by Heinrich Schuchardt · Sun Jan 19 09:26:22 2020 +0100
  78. 630a913 trace: provide Sphinx style comments by Heinrich Schuchardt · Wed Jan 01 15:52:31 2020 +0100
  79. 54a0426 lib: ignore oid_registry_data.c file by Dario Binacchi · Tue Dec 31 18:18:22 2019 +0100
  80. 8927bf2 common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA by Simon Glass · Sat Dec 28 10:45:10 2019 -0700
  81. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  82. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  83. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  84. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  85. 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · Wed Dec 18 18:25:42 2019 +0100
  86. 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · Wed Dec 18 18:25:41 2019 +0100
  87. a40315e aes: add support of aes192 and aes256 by Philippe Reynes · Mon Jan 06 15:22:35 2020 +0100
  88. 458db3c aes: add a define for the size of a block by Philippe Reynes · Mon Jan 06 15:22:34 2020 +0100
  89. 8a7514a efi_loader: imply VIDEO_ANSI by Heinrich Schuchardt · Wed Jan 15 00:49:35 2020 +0100
  90. 64dc7af efi_driver: debug output efi_uc_start, efi_uc_stop by Heinrich Schuchardt · Fri Jan 10 12:33:16 2020 +0100
  91. a3a4a9c efi_driver: fix efi_uc_stop() by Heinrich Schuchardt · Thu Jan 09 23:26:43 2020 +0100
  92. eef88be0 efi_selftest: enable CONFIG_CMD_POWEROFF by Heinrich Schuchardt · Sat Jan 11 10:59:08 2020 +0100
  93. b7bc28d efi_loader: describe returning of control by Heinrich Schuchardt · Fri Jan 10 22:06:54 2020 +0100
  94. 0410be2 efi_loader: document functions in efi_rng.c by Heinrich Schuchardt · Thu Jan 09 20:49:44 2020 +0100
  95. b5880dd efi_selftest: unit test for EFI_RNG_PROTOCOL by Heinrich Schuchardt · Sat Dec 28 15:40:40 2019 +0100
  96. 693a4f4 efi_rng_protocol: Install the efi_rng_protocol on the root node by Sughosh Ganu · Sun Dec 29 00:01:06 2019 +0530
  97. 7064a5d efi: qemu: arm64: Add efi_rng_protocol implementation for the platform by Sughosh Ganu · Sun Dec 29 00:01:05 2019 +0530
  98. 196f66d efi_loader: Add guidcpy function by Sughosh Ganu · Sun Dec 29 00:01:04 2019 +0530
  99. e5d88760 efi_loader: __cyg_profile_func_enter/_exit by Heinrich Schuchardt · Wed Jan 01 13:19:12 2020 +0100
  100. 7995cbe efi_loader: clear screen should move cursor to home by Heinrich Schuchardt · Sun Dec 22 07:15:55 2019 +0000