1. 89832d3 Merge branch 'next' by Tom Rini · Mon Jan 11 13:55:03 2021 -0500
  2. 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Wed Jan 06 07:57:33 2021 -0500
  3. b79ff7c spl: Drop bd_info in the data section by Simon Glass · Tue Dec 22 19:30:21 2020 -0700
  4. 0890f94 image: support board_fit_config_name_match by Sebastian Reichel · Mon Jan 04 20:48:04 2021 +0100
  5. bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · Mon Jan 04 20:48:03 2021 +0100
  6. cfd8a6e common: usb_storage: Fix code indentation by Michal Simek · Tue Dec 01 14:02:58 2020 +0100
  7. 1f215e3 Common:fdt: Check for error return value by Hongwei Zhang · Wed Dec 02 14:47:03 2020 -0500
  8. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  9. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  10. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  11. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  12. 0256017 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · Wed Oct 21 18:32:58 2020 -0500
  13. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  14. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · Thu Nov 05 10:33:47 2020 -0700
  15. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · Thu Nov 05 10:33:45 2020 -0700
  16. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · Thu Nov 05 10:33:44 2020 -0700
  17. c38406e bootm: Split out bootargs environment reading / writing by Simon Glass · Thu Nov 05 10:33:43 2020 -0700
  18. 7a8a429 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · Thu Nov 05 10:33:42 2020 -0700
  19. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · Thu Nov 05 10:33:41 2020 -0700
  20. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:40 2020 -0700
  21. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · Thu Nov 05 10:33:39 2020 -0700
  22. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  23. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · Wed Nov 18 17:45:58 2020 +0100
  24. 0e4d90c spl: atf: remove helper structure from common header by Michael Walle · Wed Nov 18 17:45:57 2020 +0100
  25. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · Wed Nov 18 17:45:56 2020 +0100
  26. 203fede spl: atf: move storage for bl31_params into function by Michael Walle · Wed Nov 18 17:45:55 2020 +0100
  27. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · Tue Nov 17 09:27:56 2020 +0900
  28. c2e7a36 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · Thu Nov 19 09:37:19 2020 +0900
  29. 92c8080 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · Thu Nov 19 09:37:19 2020 +0900
  30. 6c5c03c spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · Thu Oct 29 18:50:29 2020 +0100
  31. a81e9dc cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · Mon Oct 26 09:31:42 2020 +0100
  32. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · Sun Nov 01 14:15:36 2020 -0700
  33. 5cf27fc common: fit: add missing newline by Michael Walle · Mon Nov 16 22:01:31 2020 +0100
  34. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  35. 842ff44 x86: zimage: Add a little more logging by Simon Glass · Wed Nov 04 09:59:13 2020 -0700
  36. d81f07f x86: Use CONFIG_CHROMEOS_VBOOT for verified boot by Simon Glass · Wed Nov 04 09:57:35 2020 -0700
  37. ddf5fda Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Nov 01 10:56:37 2020 -0500
  38. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Oct 30 15:24:30 2020 -0400
  39. 34dc804 log: Add filter flag to match greater than a log level by Sean Anderson · Tue Oct 27 19:55:30 2020 -0400
  40. d503212 log: Add filter flag to deny on match by Sean Anderson · Tue Oct 27 19:55:26 2020 -0400
  41. 8c41018 log: Add function to create a filter with flags by Sean Anderson · Tue Oct 27 19:55:25 2020 -0400
  42. cc4960d log: Expose some helper functions by Sean Anderson · Tue Oct 27 19:55:24 2020 -0400
  43. 3215fbb log: Add additional const qualifier to arrays by Sean Anderson · Tue Oct 27 19:55:22 2020 -0400
  44. 638b65a log: Fix missing negation of ENOMEM by Sean Anderson · Tue Oct 27 19:55:20 2020 -0400
  45. 87942ac efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · Thu Oct 29 13:47:45 2020 +0900
  46. 768d58d common: update: add a generic interface for FIT image by AKASHI Takahiro · Thu Oct 29 13:47:43 2020 +0900
  47. bd4dc18 dfu: modify an argument type for an address by AKASHI Takahiro · Thu Oct 29 13:47:42 2020 +0900
  48. fb6732f dfu: rename dfu_tftp_write() to dfu_write_by_name() by AKASHI Takahiro · Thu Oct 29 13:47:41 2020 +0900
  49. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · Sat Oct 03 09:25:22 2020 -0600
  50. 5b13c34 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Thu Oct 29 11:30:15 2020 -0400
  51. 0c1b557 dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · Fri Oct 16 16:16:31 2020 +0530
  52. 7e7041d log: correct and check array size of log categories by Heinrich Schuchardt · Fri Oct 23 13:00:01 2020 +0200
  53. 0fc9f4f log: allow for message continuation by Heinrich Schuchardt · Sat Oct 17 14:31:58 2020 +0200
  54. fdf5599 log: move processing_msg to global data by Heinrich Schuchardt · Sat Oct 17 14:31:57 2020 +0200
  55. d31b40f spl: fdt: Record load/entry fit-images entries in 64bit format by Michal Simek · Thu Sep 03 12:44:51 2020 +0200
  56. 9e64a55 spl: Use standard FIT entries by Michal Simek · Thu Sep 03 11:24:28 2020 +0200
  57. 3d471a1 eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · Sun Oct 18 20:32:35 2020 +0200
  58. 80ffb81 bootm: fix wrong conditions about images overlap by Jaehoon Chung · Wed Oct 21 14:17:03 2020 +0900
  59. d0a2d6f Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Thu Oct 22 20:32:02 2020 -0400
  60. bb15d40 Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE by Patrick Delaunay · Mon Oct 12 09:47:50 2020 +0200
  61. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · Wed Oct 07 18:11:48 2020 +0200
  62. 2e5ca31 cli_hush.c: remove broken sanity check by Rasmus Villemoes · Wed Oct 07 09:36:03 2020 +0200
  63. 1280365 common, autoboot: sync functionality with Kconfig description by Heiko Schocher · Wed Oct 07 08:06:54 2020 +0200
  64. 9f1622f cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · Wed Oct 07 11:22:24 2020 +0900
  65. d7e8291 image: Add a function to modify category information by Naoki Hayama · Wed Oct 07 11:21:25 2020 +0900
  66. b723262 Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMIT by Ovidiu Panait · Fri Sep 25 21:12:56 2020 +0300
  67. 379e41f board: Show memory for frame buffers by Simon Glass · Sun Sep 27 18:46:22 2020 -0600
  68. 9e94505 bloblist: Place on a 4KB boundary by Simon Glass · Sun Sep 27 18:46:18 2020 -0600
  69. 31120e1 log: Add missing category names by Simon Glass · Sun Sep 27 18:46:13 2020 -0600
  70. e646f51 spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY by Samuel Holland · Wed Oct 21 21:12:13 2020 -0500
  71. c27cbe8 Revert "Fix data abort caused by mis-aligning FIT data" by Marek Vasut · Mon Oct 19 23:40:26 2020 +0200
  72. 426c34d spl: Add SPL_SERIAL as requirement for SDP_USB_SDP by Otavio Salvador · Tue Sep 29 23:14:29 2020 -0300
  73. cd27fea spl: Avoid printing boot device if silent console is enabled by Otavio Salvador · Thu Sep 03 14:25:15 2020 -0300
  74. cdd6a6d cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · Fri Mar 20 10:59:24 2020 +0100
  75. a82ea9d fit: cipher: aes: allow to read the IV in the FIT image by Philippe Reynes · Thu Sep 17 15:01:47 2020 +0200
  76. 77564b0 vboot: add DTB policy for supporting multiple required conf keys by Thirupathaiah Annapureddy · Sun Aug 16 23:01:09 2020 -0700
  77. 032e49d log: syslog: Handle errors in net_init by Sean Anderson · Sat Sep 12 17:45:44 2020 -0400
  78. e2cd0fa log: Disable the syslog driver by default by Simon Glass · Sat Sep 12 12:28:50 2020 -0600
  79. 133350a log: Add a way to enable/disable a log device by Simon Glass · Sat Sep 12 12:28:49 2020 -0600
  80. 885cf5f log: Add a flag to enable log drivers by Simon Glass · Sat Sep 12 12:28:47 2020 -0600
  81. 9c83cac log: Allow LOG_DEBUG to always enable log output by Simon Glass · Sat Sep 12 11:13:34 2020 -0600
  82. 36ada31 Kconfig: Move BOARD_TYPES under init options by Simon Glass · Thu Sep 10 20:21:26 2020 -0600
  83. 5f78ee7 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · Thu Sep 10 20:21:25 2020 -0600
  84. 99298be Kconfig: Move VERSION_VARIABLE under environment by Simon Glass · Thu Sep 10 20:21:24 2020 -0600
  85. 227a124 Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooks by Simon Glass · Thu Sep 10 20:21:23 2020 -0600
  86. d613b2a Kconfig: Move startup hooks under init options by Simon Glass · Thu Sep 10 20:21:22 2020 -0600
  87. 0031100 Kconfig: Create a new 'init options' menu by Simon Glass · Thu Sep 10 20:21:21 2020 -0600
  88. c10ddfd Kconfig: Move DEFAULT_FDT_FILE under boot options by Simon Glass · Thu Sep 10 20:21:20 2020 -0600
  89. f11d613 Kconfig: Move SUPPORT_RAW_INITRD under boot options by Simon Glass · Thu Sep 10 20:21:19 2020 -0600
  90. 5e95864 Kconfig: Move misc boot options under 'boot options' by Simon Glass · Thu Sep 10 20:21:18 2020 -0600
  91. 1b6cbaa Kconfig: Move CONFIG_BOOTDELAY under autoboot options by Simon Glass · Thu Sep 10 20:21:17 2020 -0600
  92. e9d54d7 Kconfig: Move autoboot options under boot options by Simon Glass · Thu Sep 10 20:21:16 2020 -0600
  93. eebed78 Kconfig: Move boot media under boot options by Simon Glass · Thu Sep 10 20:21:15 2020 -0600
  94. d02ddcf Kconfig: Move boot timing under boot options by Simon Glass · Thu Sep 10 20:21:14 2020 -0600
  95. b45b163 Kconfig: Move boot menu into common/ by Simon Glass · Thu Sep 10 20:21:13 2020 -0600
  96. 0637397 bloblist: Allow custom alignment for blobs by Simon Glass · Sat Sep 19 18:49:29 2020 -0600
  97. d7985e6 bloblist: Tidy up the data alignment by Simon Glass · Sat Sep 19 18:49:28 2020 -0600
  98. b936a97 bloblist: Add a command by Simon Glass · Sat Sep 19 18:49:26 2020 -0600
  99. 38ae92e Merge branch 'next' by Tom Rini · Mon Oct 05 13:05:46 2020 -0400
  100. 2502e29 optee: copy FDT OP-TEE related nodes before generic FDT changes by Etienne Carriere · Fri Jun 05 09:22:54 2020 +0200