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