1. 0c12fb5 Kconfig: disambiguate config names for tiny printf by Thomas Hebb · Sun Nov 10 08:23:53 2019 -0800
  2. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  3. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  4. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  5. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  6. e1aba1e common: Add a new lz4.h header file by Simon Glass · Thu Nov 14 12:57:25 2019 -0700
  7. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  8. 16ff570 common: Move sorting functions to their own header file by Simon Glass · Thu Nov 14 12:57:19 2019 -0700
  9. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  10. c2226bf crc: Fix code style with crc functions by Simon Glass · Thu Nov 14 12:57:15 2019 -0700
  11. ca9b0af common: Drop linux/crc8.h by Simon Glass · Thu Nov 14 12:57:14 2019 -0700
  12. ecd1f81 common: Move random-number functions into their own header by Simon Glass · Thu Nov 14 12:57:13 2019 -0700
  13. ac212dc efi_loader: default EFI_LOADER=n on ARM11 by Heinrich Schuchardt · Wed Nov 20 18:48:02 2019 +0100
  14. 30c3a5f efi_loader: enable EFI_LOADER on arm1136 and arm1176 by Heinrich Schuchardt · Tue Nov 19 04:19:09 2019 +0100
  15. 79cea67 efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM by Heinrich Schuchardt · Sun Nov 17 10:44:16 2019 +0100
  16. c22d9e3 efi_loader: remove unused function efi_dp_from_dev() by Heinrich Schuchardt · Sun Nov 10 02:16:33 2019 +0100
  17. 8a9ebe3 Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm by Tom Rini · Sun Nov 17 21:15:23 2019 -0500
  18. b1a4fa0 image: fdt: copy possible optee nodes to a loaded devicetree by Heiko Stuebner · Wed Oct 23 16:46:40 2019 +0200
  19. 754302f fdtdec: only create phandle if caller wants it in fdtdec_add_reserved_memory() by Heiko Stuebner · Wed Oct 23 16:46:39 2019 +0200
  20. 49723ac fdtdec: protect against another NULL phandlep in fdtdec_add_reserved_memory() by Heiko Stuebner · Wed Oct 23 16:46:38 2019 +0200
  21. 53dd5f8 efi_selftest: enable all UEFI unit tests on the sandbox by Heinrich Schuchardt · Fri Nov 08 21:17:58 2019 +0100
  22. 0f675d9 efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · Thu Nov 07 08:05:17 2019 +0100
  23. a69976e efi_loader: call add_u_boot_and_runtime() on sandbox by Heinrich Schuchardt · Fri Nov 08 20:42:53 2019 +0100
  24. 356ef90 efi_loader: disk: install file system protocol to a whole disk by AKASHI Takahiro · Mon Oct 07 14:59:39 2019 +0900
  25. 6e0a1b4 efi_loader: fix efi_dp_from_name() by Heinrich Schuchardt · Wed Oct 30 20:13:24 2019 +0100
  26. a5e1a58 fdt: Sync up to the latest libfdt by Simon Glass · Sun Oct 27 09:47:42 2019 -0600
  27. c48044d fdt: Add Kconfig options to control code size by Simon Glass · Sun Oct 27 09:47:40 2019 -0600
  28. 6f5056f Merge tag 'efi-2020-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Nov 01 09:37:02 2019 -0400
  29. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 01 09:34:35 2019 -0400
  30. c323422 libavb: Fix build warnings after updating the lib by Sam Protsenko · Thu Aug 15 23:04:03 2019 +0300
  31. 6a71702 libavb: Update libavb to current AOSP master by Sam Protsenko · Thu Aug 15 23:04:02 2019 +0300
  32. fe77e43 linux_compat: fix potential NULL pointer access by Marek Szyprowski · Wed Oct 02 14:37:20 2019 +0200
  33. c38ca5f tiny-printf: Support vsnprintf() by Simon South · Wed Oct 02 10:55:07 2019 -0400
  34. 00be4d3 lib: errno: sync error codes by Heinrich Schuchardt · Sun Oct 06 13:22:21 2019 +0200
  35. 18ea88c lib: errno: check for unsupported error number by Heinrich Schuchardt · Tue Oct 15 21:46:03 2019 +0200
  36. ebc5033 lib: time: Add microsecond timer by Marek Vasut · Tue Oct 15 22:43:41 2019 +0200
  37. 147d5d3 efi_loader: correct includes in efi_variable.c by Heinrich Schuchardt · Sat Oct 26 23:53:48 2019 +0200
  38. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · Tue Oct 22 10:05:22 2019 +0200
  39. bf295d7 tiny-printf: Reorder code to support %p by Simon Glass · Mon Oct 21 17:26:45 2019 -0600
  40. f656231 tiny-printf: Add print_grouped_ull() by Simon Glass · Mon Oct 21 17:26:44 2019 -0600
  41. 44e0fb5 tiny-printf: Reduce size by removing ctype by Simon Glass · Mon Oct 21 17:26:43 2019 -0600
  42. 120a01a efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available by AKASHI Takahiro · Mon Oct 07 14:59:38 2019 +0900
  43. f1dbbae efi_loader: device_path: check against file path length by AKASHI Takahiro · Wed Oct 09 16:19:52 2019 +0900
  44. ee822c8 rsa: Return immediately if required-key verification fails by Daniele Alessandrelli · Wed Sep 18 16:04:54 2019 +0200
  45. 82a4525 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Tue Oct 08 18:45:26 2019 -0400
  46. 04ec59c dm: core: Drop fdtdec_get_pci_addr() by Simon Glass · Wed Sep 25 08:56:41 2019 -0600
  47. 7611ac6 spl: Allow tiny printf() to be controlled in SPL and TPL by Simon Glass · Wed Sep 25 08:56:27 2019 -0600
  48. 9502cae spl: Avoid checking for Ctrl-C in SPL with print_buffer() by Simon Glass · Wed Sep 25 08:11:16 2019 -0600
  49. a3ca37e efi: device path for nvme by Patrick Wildt · Thu Oct 03 16:24:17 2019 +0200
  50. a66e0ad efi_selftest: testing read-only variables by Heinrich Schuchardt · Thu Sep 26 22:10:25 2019 +0200
  51. f69962a efi_selftest: correct SetVariable() test by Heinrich Schuchardt · Thu Sep 26 21:35:20 2019 +0200
  52. 8021bbe efi_loader: appending to non-existent variable by Heinrich Schuchardt · Thu Sep 26 21:40:18 2019 +0200
  53. dfd4315 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · Wed Sep 25 08:55:46 2019 -0600
  54. a6c25fb efi_loader: SetVariable() deleting variables by Heinrich Schuchardt · Mon Sep 23 22:38:53 2019 +0200
  55. e044a76 efi_loader: SetVariable() fix illegal return by Heinrich Schuchardt · Mon Sep 23 22:18:09 2019 +0200
  56. 92d575c efi_loader: description efi_stri_coll() by Heinrich Schuchardt · Sat Sep 21 06:38:11 2019 +0200
  57. 02b46b8 lib: charset: add u16_str<n>cmp() by AKASHI Takahiro · Wed Sep 18 10:26:29 2019 +0900
  58. b4248cf efi_loader: selftest: enable APPEND_WRITE tests by AKASHI Takahiro · Fri Sep 06 15:09:53 2019 +0900
  59. e5023b7 efi_loader: variable: support APPEND_WRITE by AKASHI Takahiro · Fri Sep 06 15:09:52 2019 +0900
  60. 7962284 efi_loader: incorrect return value form DisconnectController by Heinrich Schuchardt · Fri Sep 13 18:20:40 2019 +0200
  61. 659a626 efi_loader: device_path: support Sandbox's "host" devices by AKASHI Takahiro · Thu Sep 12 13:52:35 2019 +0900
  62. dd106d0 efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo() by Heinrich Schuchardt · Sun Sep 08 11:37:07 2019 +0200
  63. c540a0e efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · Sun Sep 08 10:45:31 2019 +0200
  64. 0c236c4 efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · Sun Sep 08 10:32:54 2019 +0200
  65. f2dcbac efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · Sun Sep 08 09:35:32 2019 +0200
  66. df86279 efi_loader: file size checks by Heinrich Schuchardt · Sat Sep 07 23:28:04 2019 +0200
  67. da06260 efi_loader: correct reading of directories by Heinrich Schuchardt · Sat Sep 07 22:34:07 2019 +0200
  68. 2ad17f9 efi_loader: eliminate inline function ascii2unicode() by Heinrich Schuchardt · Sat Sep 07 21:05:45 2019 +0200
  69. b7e87a2 efi_loader: EFI_FILE_PROTOCOL.Write() check args by Heinrich Schuchardt · Fri Sep 06 21:37:21 2019 +0200
  70. dc305ad doc: UEFI API documentation by Heinrich Schuchardt · Thu Sep 05 20:37:13 2019 +0200
  71. 670198c efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset() by Heinrich Schuchardt · Thu Sep 05 20:13:46 2019 +0200
  72. ee6ef8b efi_loader: use EFI_PRINT() instead of debug() by Heinrich Schuchardt · Thu Sep 05 19:43:17 2019 +0200
  73. 3592252 efi_loader: parameter checks BLOCK_IO_PROTOCOL by Heinrich Schuchardt · Thu Sep 05 19:31:23 2019 +0200
  74. 6a6afa7 efi_loader: do not set invalid screen mode by Heinrich Schuchardt · Wed Sep 04 22:46:13 2019 +0200
  75. da88da8 efi_loader: cursor positioning by Heinrich Schuchardt · Wed Sep 04 21:13:45 2019 +0200
  76. 54417cd efi_loader: correctly render UsbClass DP nodes as text by Heinrich Schuchardt · Wed Sep 04 14:30:41 2019 +0200
  77. 28dfd1a efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · Wed Sep 04 13:56:01 2019 +0200
  78. 7626e29 efi_loader: correctly render MAC address device path nodes by Heinrich Schuchardt · Wed Sep 04 13:32:05 2019 +0200
  79. 6706a3c efi_loader: correct text conversion for vendor DP by Heinrich Schuchardt · Wed Sep 04 12:52:01 2019 +0200
  80. e009e7a efi_loader: Extract adding a conventional memory in separate routine by Park, Aiden · Tue Sep 03 17:43:43 2019 +0000
  81. 33b318d efi_loader: implement MCastIPtoMAC by Heinrich Schuchardt · Sun Sep 01 17:17:53 2019 +0200
  82. 6a6e7d8 efi_loader: fix status management in network stack by Heinrich Schuchardt · Sun Sep 01 15:24:47 2019 +0200
  83. 0218a8f efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header by Heinrich Schuchardt · Sat Aug 31 10:55:29 2019 +0200
  84. 8940745 efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT by Heinrich Schuchardt · Sat Aug 31 10:00:58 2019 +0200
  85. d3f1ff2 efi_loader: interrupts in simple network protocol by Heinrich Schuchardt · Sat Aug 31 09:56:30 2019 +0200
  86. cafccfd efi_selftest: use standalone UEFI program for exception by Heinrich Schuchardt · Tue Aug 27 08:16:08 2019 +0200
  87. 45ada41 efi_selftest: enable Exit() unit test on x86_64 by Heinrich Schuchardt · Wed Aug 21 22:21:54 2019 +0200
  88. 3f47b63 fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL by Lukas Auer · Wed Aug 21 21:14:40 2019 +0200
  89. 3369158 efi_loader: do not call efi_runtime_detach twice by Heinrich Schuchardt · Wed Aug 14 06:49:09 2019 +0200
  90. c70a161 efi_loader: parameter check in SetVirtualAddressMap by Heinrich Schuchardt · Wed Aug 14 05:19:37 2019 +0200
  91. 3127e7e efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub by Heinrich Schuchardt · Tue Aug 06 08:13:33 2019 +0200
  92. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  93. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  94. 63a2f57 env: Drop the ACTION typedef by Simon Glass · Thu Aug 01 09:47:09 2019 -0600
  95. d2c1ca8 env: Drop _ENTRY by Simon Glass · Fri Aug 02 09:44:19 2019 -0600
  96. 1a23686 env: Drop the ENTRY typedef by Simon Glass · Fri Aug 02 09:44:18 2019 -0600
  97. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  98. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  99. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  100. 1a974af common: Move gzip functions into a new gzip header by Simon Glass · Thu Aug 01 09:46:36 2019 -0600