1. 0d1fcf8 fdt/sunxi: Remove OF_STDOUT_PATH by Andre Przywara · Sun Feb 14 10:35:18 2021 +0000
  2. ec97325 Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements' by Tom Rini · Thu Feb 18 12:02:11 2021 -0500
  3. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · Tue Jan 12 13:55:22 2021 +0100
  4. 769ed25 spl: fit: Load devicetree when a Linux payload is found by Alexandru Gagniuc · Wed Jan 20 10:46:56 2021 -0600
  5. a4fed79 spl: fit: Replace #ifdef blocks with more readable constructs by Alexandru Gagniuc · Wed Jan 20 10:46:55 2021 -0600
  6. fa11a44 spl: fit: Only look up FIT configuration node once by Alexandru Gagniuc · Wed Jan 20 10:46:53 2021 -0600
  7. 5180553 spl: fit: Remove useless loop in spl_fit_get_image_name() by Alexandru Gagniuc · Wed Jan 20 10:46:52 2021 -0600
  8. 93d1557 spl: fit: Pass FIT context via a structure pointer by Alexandru Gagniuc · Wed Jan 20 10:46:51 2021 -0600
  9. 23243c9 spl: fit: Factor out FIT parsing and use a context struct by Alexandru Gagniuc · Wed Jan 20 10:46:50 2021 -0600
  10. 44af2a5 spl: fit: Drop 'length' argument to board_spl_fit_post_load() by Alexandru Gagniuc · Wed Jan 20 10:46:49 2021 -0600
  11. 05a17e8 usb: kbd: destroy device after console is stopped by Andy Shevchenko · Thu Feb 11 17:09:44 2021 +0200
  12. 8ee40d3 IOMUX: Introduce iomux_replace_device() by Andy Shevchenko · Thu Feb 11 17:09:43 2021 +0200
  13. e29d019 IOMUX: Split out for_each_console_dev() helper macro by Andy Shevchenko · Thu Feb 11 17:09:42 2021 +0200
  14. 75039f5 IOMUX: Split out iomux_match_device() helper by Andy Shevchenko · Thu Feb 11 17:09:41 2021 +0200
  15. 20a5c5e IOMUX: Switch to use stdio_file_to_flags() by Andy Shevchenko · Thu Feb 11 17:09:40 2021 +0200
  16. ba69b2c console: Set file and devices at one go by Andy Shevchenko · Thu Feb 11 17:09:39 2021 +0200
  17. f1a852a console: Set console device counter in console_devices_set() by Andy Shevchenko · Thu Feb 11 17:09:38 2021 +0200
  18. 59f324c console: Switch to use stdio_file_to_flags() by Andy Shevchenko · Thu Feb 11 17:09:37 2021 +0200
  19. 9433102 stdio: Introduce a new helper stdio_file_to_flags() by Andy Shevchenko · Thu Feb 11 17:09:36 2021 +0200
  20. 2066f39 stdio: Split out nulldev_register() and move it under #if by Andy Shevchenko · Thu Feb 11 17:09:35 2021 +0200
  21. 952e7a8 stdio: Get rid of dead code, i.e. stdio_deregister() by Andy Shevchenko · Thu Feb 11 17:09:34 2021 +0200
  22. b823daa image: Check for unit addresses in FITs by Simon Glass · Mon Feb 15 17:08:12 2021 -0700
  23. 244705b image: Add an option to do a full check of the FIT by Simon Glass · Mon Feb 15 17:08:10 2021 -0700
  24. d563c25 image: Adjust the workings of fit_check_format() by Simon Glass · Mon Feb 15 17:08:09 2021 -0700
  25. 4433890 fit: Don't allow verification of images with @ nodes by Simon Glass · Mon Feb 15 17:08:06 2021 -0700
  26. 56d2f60 fdt_region: Check for a single root node of the correct name by Simon Glass · Mon Feb 15 17:08:05 2021 -0700
  27. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  28. 11dac41 common: Kconfig.boot: Add FIT_PRINT config option by Ravik Hasija · Wed Jan 27 14:01:48 2021 -0800
  29. 53857ee x86: spl: Add a function to find the text base by Simon Glass · Sun Jan 24 10:06:03 2021 -0700
  30. f5af8e4 dfu: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · Tue Dec 22 11:32:23 2020 +0100
  31. 9fb7c49 avb: AVB_VERIFY depends on MMC by Heinrich Schuchardt · Mon Jan 25 12:17:57 2021 +0100
  32. d8eeb0f autoboot: fix illegal memory access when stop key and delay key are empty by Yuezhang.Mo@sony.com · Fri Jan 15 03:11:49 2021 +0000
  33. 0da2c79 bloblist: Add missing tag names by Simon Glass · Wed Jan 13 20:29:44 2021 -0700
  34. ab7e746 bloblist: Support relocating to a larger space by Simon Glass · Wed Jan 13 20:29:43 2021 -0700
  35. 95e4ec1 spl: Add functions for next and previous phase by Simon Glass · Wed Jan 13 20:29:42 2021 -0700
  36. 72fdd3a common: fit-sig: Fix error message in fit_config_verify_sig() by Alexandru Gagniuc · Mon Jan 11 08:46:58 2021 -0600
  37. 8d82a20 bootcount: allow to use this feature on TPL by Philippe Reynes · Fri Dec 11 19:56:47 2020 +0100
  38. d42cbee sunxi: support loading with SPL > 32KB by Andre Przywara · Mon Jan 11 21:11:39 2021 +0100
  39. da8ae61 sunxi: Introduce common symbol for H6 like SoCs by Jernej Skrabec · Mon Jan 11 21:11:34 2021 +0100
  40. c3baacd image-fit: Fix FIT_CIPHER linking by Joel Stanley · Tue Dec 08 14:42:14 2020 +1030
  41. 85c5065 common: Makefile: drop duplicated line by Peng Fan · Mon Dec 28 20:13:11 2020 +0800
  42. 127dde8 console: cosmetics: remove #if 0 by Patrick Delaunay · Wed Dec 02 15:16:13 2020 +0100
  43. 0ba04f0 common: always compile fixup_cmdtable() by Heinrich Schuchardt · Thu Nov 26 20:46:37 2020 +0100
  44. ba87da4 common: spl: spl_fit.c: report an error on hash check fail by Philippe Reynes · Tue Nov 24 16:15:05 2020 +0100
  45. 4ed1363 cli_readline: Only insert printable chars by Steve Bennett · Sun Nov 22 14:58:45 2020 +1000
  46. 8b7bf53 Add optional salt to AUTOBOOT_STOP_STR_SHA256 by Joel Peshkin · Sat Nov 21 17:18:59 2020 -0800
  47. cb96e22 IOMUX: Stop dropped consoles by Andy Shevchenko · Mon Dec 21 14:30:08 2020 +0200
  48. 32e8598 IOMUX: Drop indentation level by removing redundant 'else' by Andy Shevchenko · Mon Dec 21 14:30:07 2020 +0200
  49. c9d642b IOMUX: Refactor iomux_doenv() in order to increase readability by Andy Shevchenko · Mon Dec 21 14:30:06 2020 +0200
  50. 07fb8b1 IOMUX: Preserve console list if realloc() fails by Andy Shevchenko · Mon Dec 21 14:30:05 2020 +0200
  51. cfaed7f console: rename search_device() to console_search_dev() by Andy Shevchenko · Mon Dec 21 14:30:03 2020 +0200
  52. bdb0d4c console: Keep ->start() and ->stop() balanced by Andy Shevchenko · Mon Dec 21 14:30:01 2020 +0200
  53. 2bce021 console: Introduce console_start() and console_stop() by Andy Shevchenko · Mon Dec 21 14:30:00 2020 +0200
  54. 4e8d61f console: add console_has_tstc helper function for CONSOLE_MUX by Patrick Delaunay · Fri Dec 18 12:46:46 2020 +0100
  55. c20847f console: remove #ifdef CONFIG_CONSOLE_RECORD by Patrick Delaunay · Fri Dec 18 12:46:45 2020 +0100
  56. 7c5f6ed console: add function console_devices_set by Patrick Delaunay · Fri Dec 18 12:46:44 2020 +0100
  57. 4b0b56f console: remove #ifdef CONFIG when it is possible by Patrick Delaunay · Fri Dec 18 12:46:43 2020 +0100
  58. f97049f spl: Kconfig: Add SPL dependency to CONFIG_HANDOFF by Ovidiu Panait · Sat Nov 28 10:43:19 2020 +0200
  59. 2c82391 common: board_r: Drop arch-specific ifdefs around initr_trap by Ovidiu Panait · Sat Nov 28 10:43:18 2020 +0200
  60. 69d1ddb common: board_r: Drop initr_bbmii wrapper by Ovidiu Panait · Sat Nov 28 10:43:17 2020 +0200
  61. 4119ea43 common: board_r: Drop initr_api wrapper by Ovidiu Panait · Sat Nov 28 10:43:16 2020 +0200
  62. 036f0f1 common: board_r: Drop initr_jumptable wrapper by Ovidiu Panait · Sat Nov 28 10:43:15 2020 +0200
  63. b5738e6 common: board_r: Drop initr_xen wrapper by Ovidiu Panait · Sat Nov 28 10:43:14 2020 +0200
  64. 1c45ed9 common: board_r: Drop initr_noncached wrapper by Ovidiu Panait · Sat Nov 28 10:43:13 2020 +0200
  65. e353edb common: board_r: Drop initr_pci wrapper by Ovidiu Panait · Sat Nov 28 10:43:12 2020 +0200
  66. a45c6e1 common: board_r: Drop initr_pci_ep wrapper by Ovidiu Panait · Sat Nov 28 10:43:11 2020 +0200
  67. dc8b624 common: board_r: Drop initr_post_backlog wrapper by Ovidiu Panait · Sat Nov 28 10:43:10 2020 +0200
  68. c14c0f9 common: board_r: Drop initr_secondary_cpu wrapper by Ovidiu Panait · Sat Nov 28 10:43:09 2020 +0200
  69. e83322f common: board_r: Drop initr_console_record wrapper by Ovidiu Panait · Sat Nov 28 10:43:08 2020 +0200
  70. b6225b5 common: board_f: Use IS_ENABLED(CONFIG_OF_EMBED) in reserve_fdt, reloc_fdt by Ovidiu Panait · Sat Nov 28 10:43:07 2020 +0200
  71. 941e6e6 common: board_f: Move setup_machine code to setup_bdinfo by Ovidiu Panait · Sat Nov 28 10:43:06 2020 +0200
  72. 525a2ec common: board_f: Use IS_ENABLED(CONFIG_TIMER_EARLY) in initf_dm by Ovidiu Panait · Sat Nov 28 10:43:05 2020 +0200
  73. 85a31ac common: board_f: Drop initf_console_record wrapper by Ovidiu Panait · Sat Nov 28 10:43:04 2020 +0200
  74. 6b165af common: Kconfig: Introduce CONFIG_CONSOLE_RECORD_INIT_F by Ovidiu Panait · Sat Nov 28 10:43:03 2020 +0200
  75. 03593f3 log: call vsnprintf only when it is needed to emit trace by Patrick Delaunay · Fri Nov 27 11:20:59 2020 +0100
  76. ca734c6 console: allow to record console output before ready by Patrick Delaunay · Fri Nov 27 11:20:57 2020 +0100
  77. 8f14b40 console: remove duplicated test on gd value by Patrick Delaunay · Fri Nov 27 11:20:56 2020 +0100
  78. 9d36aca log: use console puts to output trace before LOG init by Patrick Delaunay · Fri Nov 27 11:20:54 2020 +0100
  79. fd70f9a log: don't build the trace buffer when log is not ready by Patrick Delaunay · Fri Nov 27 11:20:52 2020 +0100
  80. ef98b21 image-fit: fit_check_format check for valid FDT by Heinrich Schuchardt · Wed Jan 13 02:09:12 2021 +0100
  81. adf6db9 Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Tue Jan 12 09:32:48 2021 -0500
  82. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  83. e53f9d9 tools: mkimage: Add Allwinner eGON support by Andre Przywara · Thu Dec 20 01:15:18 2018 +0000
  84. 89832d3 Merge branch 'next' by Tom Rini · Mon Jan 11 13:55:03 2021 -0500
  85. 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
  86. b79ff7c spl: Drop bd_info in the data section by Simon Glass · Tue Dec 22 19:30:21 2020 -0700
  87. 0890f94 image: support board_fit_config_name_match by Sebastian Reichel · Mon Jan 04 20:48:04 2021 +0100
  88. bfe8ddf image: cleanup pre-processor usage by Sebastian Reichel · Mon Jan 04 20:48:03 2021 +0100
  89. cfd8a6e common: usb_storage: Fix code indentation by Michal Simek · Tue Dec 01 14:02:58 2020 +0100
  90. 1f215e3 Common:fdt: Check for error return value by Hongwei Zhang · Wed Dec 02 14:47:03 2020 -0500
  91. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  92. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  93. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  94. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  95. 0256017 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · Wed Oct 21 18:32:58 2020 -0500
  96. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  97. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · Thu Nov 05 10:33:47 2020 -0700
  98. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · Thu Nov 05 10:33:45 2020 -0700
  99. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · Thu Nov 05 10:33:44 2020 -0700
  100. c38406e bootm: Split out bootargs environment reading / writing by Simon Glass · Thu Nov 05 10:33:43 2020 -0700