1. 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
  2. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  3. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  4. b430e9e dtoc: Tidy up src_scan tests by Simon Glass · Mon Dec 28 20:35:08 2020 -0700
  5. df692c3 dtoc: Move src_scan tests to a separate file by Simon Glass · Mon Dec 28 20:35:07 2020 -0700
  6. 9065bc9 dtoc: Split source-code scanning to a separate file by Simon Glass · Mon Dec 28 20:35:06 2020 -0700
  7. 2500de2 dtoc: Drop dm_populate_phandle_data() by Simon Glass · Mon Dec 28 20:35:05 2020 -0700
  8. 16382ce dtoc: Output nodes in order by Simon Glass · Mon Dec 28 20:35:04 2020 -0700
  9. 4f2059b dtoc: Allow specifying the base directory for tests by Simon Glass · Mon Dec 28 20:35:03 2020 -0700
  10. 5552678 dtoc: Add the method for each command to OutputFile by Simon Glass · Mon Dec 28 20:35:02 2020 -0700
  11. beddd7a dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · Mon Dec 28 20:35:01 2020 -0700
  12. 6b20884 dtoc: Add a header comment to each generated file by Simon Glass · Mon Dec 28 20:35:00 2020 -0700
  13. 5fa24b0 dtoc: Run tests using test_util by Simon Glass · Mon Dec 28 20:34:59 2020 -0700
  14. e0451a6 concurrencytest: Fix Python3 warning by Simon Glass · Mon Dec 28 20:34:58 2020 -0700
  15. df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · Mon Dec 28 20:34:57 2020 -0700
  16. e10c0ff dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · Mon Dec 28 20:34:55 2020 -0700
  17. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  18. 4e8e846 dtoc: Add an 'all' command by Simon Glass · Mon Dec 28 20:34:52 2020 -0700
  19. c3a310a8 dtoc: Allow outputing to multiple files by Simon Glass · Mon Dec 28 20:34:51 2020 -0700
  20. 6a65d8a dtoc: Allow providing a directory to write files to by Simon Glass · Mon Dec 28 20:34:50 2020 -0700
  21. 07ee48e dtoc: Test the stdout output by Simon Glass · Mon Dec 28 20:34:49 2020 -0700
  22. 6ca0c7a dtoc: Use None to mean stdout by Simon Glass · Mon Dec 28 20:34:48 2020 -0700
  23. a60cabd dtoc: Tidy up pylint warnings in test by Simon Glass · Mon Dec 28 20:34:47 2020 -0700
  24. b42ed51 dtoc: Convert _drivers to a dict by Simon Glass · Wed Dec 23 08:11:23 2020 -0700
  25. 9829eea dtoc: Output the struct values in a separate function by Simon Glass · Wed Dec 23 08:11:22 2020 -0700
  26. 9fdd0c3 dtoc: Output the device in a separate function by Simon Glass · Wed Dec 23 08:11:21 2020 -0700
  27. 9d98b6e dtoc: Make _output_list a top-level function by Simon Glass · Wed Dec 23 08:11:20 2020 -0700
  28. 2751123 dtoc: Fix a few pylint warnings in dtb_platdata by Simon Glass · Wed Dec 23 08:11:19 2020 -0700
  29. 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · Tue Dec 22 19:30:20 2020 -0700
  30. 70bd6cc tools: zynqmp: Fix regex expression around XPm_ConfigObject by Adrian Fiergolski · Tue Nov 24 16:13:07 2020 +0100
  31. 079fcf2 mkeficapsule: Add support for embedding public key in a dtb by Sughosh Ganu · Wed Dec 30 19:26:59 2020 +0530
  32. e0f1971 buildman: Remove output binaries before building by Simon Glass · Wed Dec 16 17:24:17 2020 -0700
  33. 98373d4 patman: Add project-default for 'gcc' by Philipp Tomsich · Tue Nov 24 18:14:53 2020 +0100
  34. 858531a patman: Add --no-signoff to suppress adding signoffs by Philipp Tomsich · Tue Nov 24 18:14:52 2020 +0100
  35. 2659068 tools: add a simple script to generate EFI variables by Paulo Alcantara · Tue Dec 08 20:10:48 2020 -0300
  36. 2d84811 checkpatch: Add warnings for unexpected struct names by Simon Glass · Thu Dec 03 16:55:24 2020 -0700
  37. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · Thu Dec 03 16:55:19 2020 -0700
  38. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  39. 93daa01 dtoc: Tidy up more Python style in dtb_platdata by Simon Glass · Thu Dec 03 16:55:16 2020 -0700
  40. 94ee3bd dtoc: Tidy up Python style in dtb_platdata by Simon Glass · Sun Nov 08 20:36:21 2020 -0700
  41. 632b84c patman: Drop tools.ToChar() and ToChars() by Simon Glass · Sun Nov 08 20:36:20 2020 -0700
  42. c27ee7c patman: Drop tools.ToByte() by Simon Glass · Sun Nov 08 20:36:19 2020 -0700
  43. 9dfb311 patman: Drop unicode helper functions by Simon Glass · Sun Nov 08 20:36:18 2020 -0700
  44. c9a032c fdt: Use an Enum for the data type by Simon Glass · Sun Nov 08 20:36:17 2020 -0700
  45. 0f626ce test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · Mon Nov 30 18:12:16 2020 +0900
  46. 19122aa tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · Mon Nov 30 18:12:15 2020 +0900
  47. df054ef Merge tag 'dm-pull-30nov20' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Dec 02 11:36:51 2020 -0500
  48. 6e89224 binman: Handle tool paths containing '~' correctly by Simon Glass · Mon Nov 09 07:45:02 2020 -0700
  49. 3dc0667 mips: octeon: tools: Add update_octeon_header tool by Stefan Roese · Mon Nov 30 13:14:23 2020 +0100
  50. 791c747 tools: dumpimage: Remove remaining mentions of the -i option by Tyler Hicks · Mon Oct 26 10:40:24 2020 -0500
  51. 4ec40da tools: image-host.c: use correct variable for strerrno by Philippe Reynes · Fri Nov 13 15:15:18 2020 +0100
  52. 95f2ab2 tools: image-host.c: use random instead of rand by Philippe Reynes · Fri Nov 13 16:37:46 2020 +0100
  53. 4acc93c patman: Add a Series-patchwork-url option by Simon Glass · Tue Nov 03 13:54:16 2020 -0700
  54. 3d80d79 patman: Add a setting for the Patchwork URL by Simon Glass · Tue Nov 03 13:54:15 2020 -0700
  55. f9b03cf patman: Allow specifying the patchwork URL by Simon Glass · Tue Nov 03 13:54:14 2020 -0700
  56. 9bb0a8d patman: Update defaults in subparsers by Simon Glass · Tue Nov 03 13:54:13 2020 -0700
  57. 718f1a8 patman: Correct Change-Ids error message args by Simon Glass · Tue Nov 03 13:54:11 2020 -0700
  58. 1ee91c1 patman: Refactor how the default subcommand works by Simon Glass · Tue Nov 03 13:54:10 2020 -0700
  59. 2112d07 patman: Support listing comments from patchwork by Simon Glass · Thu Oct 29 21:46:38 2020 -0600
  60. da8a292 patman: Support parsing of review snippets by Simon Glass · Thu Oct 29 21:46:37 2020 -0600
  61. d0a0a58 patman: Support updating a branch with review tags by Simon Glass · Thu Oct 29 21:46:36 2020 -0600
  62. 3db916d patman: Support checking for review tags in patchwork by Simon Glass · Thu Oct 29 21:46:35 2020 -0600
  63. 1c1f207 patman: Detect missing upstream in CountCommitsToBranch by Simon Glass · Thu Oct 29 21:46:34 2020 -0600
  64. 8cf2364 patman: Improve handling of files by Simon Glass · Thu Oct 29 21:46:33 2020 -0600
  65. 5387de3 patman: Allow showing a Commit as a string by Simon Glass · Thu Oct 29 21:46:32 2020 -0600
  66. 5c906fb patman: Don't ignore lines starting with hash by Simon Glass · Thu Oct 29 21:46:31 2020 -0600
  67. 891316b patman: Fix spelling of plural for warning by Simon Glass · Thu Oct 29 21:46:30 2020 -0600
  68. 42e3d39 patman: Convert testBasic() to use an interator by Simon Glass · Thu Oct 29 21:46:29 2020 -0600
  69. 3b762cc patman: Add some tests for warnings by Simon Glass · Thu Oct 29 21:46:28 2020 -0600
  70. 06202d6 patman: Add a test for PatchStream tags by Simon Glass · Thu Oct 29 21:46:27 2020 -0600
  71. a7fadab patman: Drop unused signoff member by Simon Glass · Thu Oct 29 21:46:26 2020 -0600
  72. 8093a8f patman: Convert 'Series-xxx' tag errors into warnings by Simon Glass · Thu Oct 29 21:46:25 2020 -0600
  73. 6d00f6c patman: Attach warnings to individual patches by Simon Glass · Thu Oct 29 21:46:24 2020 -0600
  74. b580039 patman: Move warning collection to a function by Simon Glass · Thu Oct 29 21:46:23 2020 -0600
  75. 06127f9 patman: Fix up argument/return docs in patchstream by Simon Glass · Thu Oct 29 21:46:22 2020 -0600
  76. 5f6caa5 patman: Drop unused args in patchstream by Simon Glass · Thu Oct 29 21:46:21 2020 -0600
  77. f9b6e0f patman: Rename variables in patchstream by Simon Glass · Thu Oct 29 21:46:20 2020 -0600
  78. 93f61c0 patman: Rename functions in patchstream by Simon Glass · Thu Oct 29 21:46:19 2020 -0600
  79. 0602226 patman: Fix constant style in patchstream by Simon Glass · Thu Oct 29 21:46:18 2020 -0600
  80. c42b1d0 patman: Fix indenting in patchstream by Simon Glass · Thu Oct 29 21:46:17 2020 -0600
  81. a80986c patman: Allow linking a series with patchwork by Simon Glass · Thu Oct 29 21:46:16 2020 -0600
  82. eb209e5 patman: Fix remaining pylint3 warnings in func_test by Simon Glass · Thu Oct 29 21:46:15 2020 -0600
  83. 59a70bb patman: Use capture_sys_output() consistently by Simon Glass · Thu Oct 29 21:46:14 2020 -0600
  84. 95745aa patman: Fix whitespace errors in func_test by Simon Glass · Thu Oct 29 21:46:13 2020 -0600
  85. 350569e patman: Update how tests are run by Simon Glass · Thu Oct 29 21:46:12 2020 -0600
  86. 4318b71 patman: Correct operation of -n by Simon Glass · Thu Oct 29 21:46:10 2020 -0600
  87. eb943b1 binman: Correct calculation for image-pos by Simon Glass · Mon Nov 02 12:55:44 2020 -0700
  88. e17220f binman: Update intel_ifwi to store padded section by Simon Glass · Mon Nov 02 12:55:43 2020 -0700
  89. cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Fri Oct 30 22:55:16 2020 -0400
  90. 67e862b rockchip: mkimage: Remove host endianness dependency by Samuel Holland · Sat Oct 24 11:43:17 2020 -0500
  91. a22e680 binman: Avoid calculated section data repeatedly by Simon Glass · Mon Oct 26 17:40:26 2020 -0600
  92. d92c836 binman: Support compression of sections by Simon Glass · Mon Oct 26 17:40:25 2020 -0600
  93. d99850b binman: Use the actual contents in CheckSize() by Simon Glass · Mon Oct 26 17:40:24 2020 -0600
  94. c5f4b48 binman: Update CheckEntries() for compressed sections by Simon Glass · Mon Oct 26 17:40:23 2020 -0600
  95. 2d9570d binman: Drop CheckEntries() by Simon Glass · Mon Oct 26 17:40:22 2020 -0600
  96. b193d46 binman: Call CheckSize() from the section's Pack() method by Simon Glass · Mon Oct 26 17:40:21 2020 -0600
  97. 6a6c1b7 binman: Drop the Entry.CheckSize() method by Simon Glass · Mon Oct 26 17:40:20 2020 -0600
  98. bd668e3 binman: Move sort and expand to the main Pack() function by Simon Glass · Mon Oct 26 17:40:19 2020 -0600
  99. 55f6807 binman: Drop Entry.CheckOffset() by Simon Glass · Mon Oct 26 17:40:18 2020 -0600
  100. acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · Mon Oct 26 17:40:17 2020 -0600