1. ddb3ada dm: serial: Add a migration deadline for serial by Simon Glass · Sat Jan 22 05:03:50 2022 -0700
  2. 13e1fa0 gitlab/azure: x86: Add a coreboot test by Simon Glass · Fri Jan 21 10:23:01 2022 -0700
  3. 466a58f configs: am64x_evm_r5/a53_defconfig: Enable configs required for Ethboot by Vignesh Raghavendra · Fri Jan 21 12:47:54 2022 +0530
  4. 1e556d4 configs: am64xx_evm: Increase BSS max size to 16K by Vignesh Raghavendra · Fri Jan 21 12:47:53 2022 +0530
  5. cfc57ab ARM: dts: k3-am642-sk: Disable cpsw_port1 in SPL by Vignesh Raghavendra · Fri Jan 21 12:47:52 2022 +0530
  6. d26ac2e net: ti: am65-cpsw-nuss: Fix err msg for port bind failures by Vignesh Raghavendra · Fri Jan 21 12:47:51 2022 +0530
  7. 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · Wed Jan 19 16:23:21 2022 +0800
  8. cca0287 bootcount: fix printf() code by Heinrich Schuchardt · Wed Jan 19 01:33:43 2022 +0100
  9. fd1f263 dfu: mtd: skip empty pages when writing page for UBI partition by Patrick Delaunay · Tue Jan 18 10:26:21 2022 +0100
  10. 92fa927 pci: Extend 'pci' command with bus option '*' by Pali Rohár · Mon Jan 17 16:38:40 2022 +0100
  11. 17d5d72 pci: Add checks for valid cmdline arguments by Pali Rohár · Mon Jan 17 16:38:39 2022 +0100
  12. 541e75c pci: Extend 'pci regions' command with bus number by Pali Rohár · Mon Jan 17 16:38:38 2022 +0100
  13. 8b79e08 pci: Fix setting controller's last_busno by Pali Rohár · Mon Jan 17 16:38:37 2022 +0100
  14. 3db3033 spl: add support for custom boot method names by Heiko Thiery · Mon Jan 17 16:25:41 2022 +0100
  15. b129b3c Merge branch '2022-01-28-fastboot-updates' by Tom Rini · Fri Jan 28 12:13:23 2022 -0500
  16. 80478f4 fastboot: only look up real partition names when no alias exists by Matthias Schiffer · Thu Dec 16 11:26:38 2021 +0100
  17. 455542c dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · Wed Oct 13 17:01:37 2021 +0200
  18. 52cf76d fastboot: fix fastboot_set_reboot_flag() by Roman Stratiienko · Sun May 09 01:25:24 2021 +0300
  19. 99ce9ea Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 27 14:14:47 2022 -0500
  20. 2d31e1c Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Wed Jan 26 20:41:38 2022 -0500
  21. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · Thu Nov 25 18:16:15 2021 +0100
  22. 12797e6 lib/circbuf: Make circbuf selectable symbol by Loic Poulain · Thu Nov 25 18:16:14 2021 +0100
  23. 3ed2b18 usb: ehci: dm: Convert i.MX28 ehci code to driver model by Lukasz Majewski · Wed Dec 22 10:55:09 2021 +0100
  24. e91edbc usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start}) by Lukasz Majewski · Wed Dec 22 10:55:08 2021 +0100
  25. 5fb7cb2 usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM by Lukasz Majewski · Wed Dec 22 10:55:07 2021 +0100
  26. 7a4aba6 usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28 by Lukasz Majewski · Wed Dec 22 10:55:06 2021 +0100
  27. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · Fri Nov 12 12:28:13 2021 -0700
  28. 89c3fb6 tools: Pass public-key node through to caller by Simon Glass · Fri Nov 12 12:28:12 2021 -0700
  29. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · Fri Nov 12 12:28:11 2021 -0700
  30. e10e2ee tools: Pass the key blob around by Simon Glass · Fri Nov 12 12:28:10 2021 -0700
  31. e3b2178 tools: Tidy up argument order in fit_config_check_sig() by Simon Glass · Fri Nov 12 12:28:09 2021 -0700
  32. 4c5ff06 tools: Avoid confusion between keys and signatures by Simon Glass · Fri Nov 12 12:28:08 2021 -0700
  33. 888c0c5 tools: Drop unused name in image-host by Simon Glass · Fri Nov 12 12:28:07 2021 -0700
  34. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · Fri Nov 12 12:28:06 2021 -0700
  35. 5c5797f tools: Avoid leaving extra data at the end of copied files by Simon Glass · Fri Nov 12 12:28:05 2021 -0700
  36. 674fc7f tools: Move copyfile() into a common file by Simon Glass · Fri Nov 12 12:28:04 2021 -0700
  37. baab20c fit_check_sign: Update help to mention the key is in a dtb by Simon Glass · Fri Nov 12 12:28:03 2021 -0700
  38. 101d349 rsa: Add debugging for failure cases by Simon Glass · Fri Nov 12 12:28:02 2021 -0700
  39. d589456 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · Mon Jan 24 08:11:01 2022 +0100
  40. ddd5e1d binman: Document the __bss_size symbol error by Simon Glass · Sun Jan 23 12:55:46 2022 -0700
  41. d6d7adb sandbox: eth-raw: fix building with musl library by Heinrich Schuchardt · Fri Jan 21 18:01:23 2022 +0100
  42. 0039f57 sandbox: sandbox_serial_pending depends on DM_VIDEO by Heinrich Schuchardt · Fri Jan 21 16:07:30 2022 +0100
  43. 4142486 binman: Add documentation for bintools by Simon Glass · Sun Jan 09 20:14:12 2022 -0700
  44. 620c446 binman: Add a command to generate bintool docs by Simon Glass · Sun Jan 09 20:14:11 2022 -0700
  45. dab7c14 binman: Complete test coverage of comp_util by Simon Glass · Sun Jan 09 20:14:10 2022 -0700
  46. 66152ce binman: Plumb in support for missing bintools by Simon Glass · Sun Jan 09 20:14:09 2022 -0700
  47. 84b0c22 binman: Convert to using the lzma_alone bintool by Simon Glass · Sun Jan 09 20:14:08 2022 -0700
  48. c793d30 binman: Add a bintool implementation for lzma_alone by Simon Glass · Sun Jan 09 20:14:07 2022 -0700
  49. 9203c16 binman: Convert to using the lz4 bintool by Simon Glass · Sun Jan 09 20:14:06 2022 -0700
  50. a5c0a42 binman: Add a bintool implementation for lz4 by Simon Glass · Sun Jan 09 20:14:05 2022 -0700
  51. dd5c14ec binman: Tidy up pylint warnings in comp_util by Simon Glass · Sun Jan 09 20:14:04 2022 -0700
  52. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  53. 1ea5004 binman: Convert to using the mkimage bintool by Simon Glass · Sun Jan 09 20:14:02 2022 -0700
  54. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  55. 8d0ee73 binman: Convert to using the futility bintool by Simon Glass · Sun Jan 09 20:14:00 2022 -0700
  56. b283322 binman: Convert to using the FIP bintool by Simon Glass · Sun Jan 09 20:13:59 2022 -0700
  57. a7c941e binman: Convert to using the CBFS bintool by Simon Glass · Sun Jan 09 20:13:58 2022 -0700
  58. 162017b binman: Enable bintool tests including cmdline processing by Simon Glass · Sun Jan 09 20:13:57 2022 -0700
  59. 48bca84 binman: Add a bintool implementation for mkimage by Simon Glass · Sun Jan 09 20:13:56 2022 -0700
  60. 645ca58 binman: Add a bintool implementation for ifwitool by Simon Glass · Sun Jan 09 20:13:55 2022 -0700
  61. 7a1c101 binman: Add a bintool implementation for futility by Simon Glass · Sun Jan 09 20:13:54 2022 -0700
  62. a6aafc6 binman: Add a bintool implementation for fiptool by Simon Glass · Sun Jan 09 20:13:53 2022 -0700
  63. b8dbca9 binman: Add a bintool implementation for cbfstool by Simon Glass · Sun Jan 09 20:13:52 2022 -0700
  64. 275fa2c binman: Add tests for bintool by Simon Glass · Sun Jan 09 20:13:51 2022 -0700
  65. 4eae925 binman: Plumb in support for bintools by Simon Glass · Sun Jan 09 20:13:50 2022 -0700
  66. 861fbbf binman: Add support for bintools by Simon Glass · Sun Jan 09 20:13:49 2022 -0700
  67. 7a7874f binman: Add installation instructions by Simon Glass · Sun Jan 09 20:13:48 2022 -0700
  68. 25639a0 binman: Correct path for fip_util by Simon Glass · Sun Jan 09 20:13:47 2022 -0700
  69. ceb5f91 binman: Allow faked blobs in blob-ext-list by Simon Glass · Sun Jan 09 20:13:46 2022 -0700
  70. f9f3403 binman: Drop the image name from the fake-blob message by Simon Glass · Sun Jan 09 20:13:45 2022 -0700
  71. 835b0e9 patman: Add a function to find a tool on the path by Simon Glass · Sun Jan 09 20:13:43 2022 -0700
  72. 9158060 patman: Tidy up the download function a little by Simon Glass · Sun Jan 09 20:13:42 2022 -0700
  73. 25885d1 buildman: Move the download function to tools by Simon Glass · Sun Jan 09 20:13:41 2022 -0700
  74. 6d493a5 patman: Allow running a tool and returning the full result by Simon Glass · Sun Jan 09 20:13:40 2022 -0700
  75. 7932c88 binman: Expand the external FIT test a little by Simon Glass · Sun Jan 09 20:13:39 2022 -0700
  76. 00c0677 mkimage: Show the external-offset error by Simon Glass · Sun Jan 09 20:13:38 2022 -0700
  77. 315400e binman: Tweak elf tests for a toolchain change by Simon Glass · Sun Jan 09 20:13:37 2022 -0700
  78. f2d9561 Makefile: Fake external blobs by default with binman by Simon Glass · Sun Jan 09 20:13:36 2022 -0700
  79. b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · Tue Jan 04 08:42:48 2022 +0100
  80. 303d98d introduce CONFIG_DEVICE_TREE_INCLUDES by Rasmus Villemoes · Sun Nov 21 14:52:51 2021 +0100
  81. e766570 usb: Use the first available device for ehci_gadget by Sean Anderson · Fri Nov 05 12:52:55 2021 -0400
  82. 3ec8be3 acpi: Add myself as maintainer by Simon Glass · Wed Dec 01 09:03:09 2021 -0700
  83. 3e11c8c acpi: Add some tables needed by ARM devices by Simon Glass · Wed Dec 01 09:03:08 2021 -0700
  84. 89b7c44 doc: Add usage information for the acpi command by Simon Glass · Wed Dec 01 09:03:07 2021 -0700
  85. eb025f3 acpi: Tidy up the table list by Simon Glass · Wed Dec 01 09:03:06 2021 -0700
  86. 884dcfa acpi: Tidy up the item list by Simon Glass · Wed Dec 01 09:03:05 2021 -0700
  87. 877205e acpi: Collect tables in the acpi_item list by Simon Glass · Wed Dec 01 09:03:04 2021 -0700
  88. 5f47f23 x86: Move acpi_get_rsdp_addr() ACPI tables to the writer by Simon Glass · Wed Dec 01 09:03:03 2021 -0700
  89. 5da1e3c x86: Move device-specific ACPI tables to a writer function by Simon Glass · Wed Dec 01 09:03:02 2021 -0700
  90. 89ce519 x86: acpi: Update acpi_fill_csrt() to use acpi_ctx by Simon Glass · Wed Dec 01 09:03:01 2021 -0700
  91. 6e6bc9b x86: Move CSRT table to a writer function by Simon Glass · Wed Dec 01 09:03:00 2021 -0700
  92. bb3b608 x86: Move TCPA table to a writer function by Simon Glass · Wed Dec 01 09:02:59 2021 -0700
  93. b0d5fab x86: Move MADT table to a writer function by Simon Glass · Wed Dec 01 09:02:58 2021 -0700
  94. c753694 x86: Move TPM2 table to a writer function by Simon Glass · Wed Dec 01 09:02:57 2021 -0700
  95. 6800095 x86: Move SSDT table to a writer function by Simon Glass · Wed Dec 01 09:02:56 2021 -0700
  96. c4b5b02 x86: Move FACP table into separate functions by Simon Glass · Wed Dec 01 09:02:55 2021 -0700
  97. ff81f8c x86: Move FADT table to a writer function by Simon Glass · Wed Dec 01 09:02:54 2021 -0700
  98. d2a98eb x86: Move GNVS table to a writer function by Simon Glass · Wed Dec 01 09:02:53 2021 -0700
  99. 83c3cb5 x86: Move DSDT table to a writer function by Simon Glass · Wed Dec 01 09:02:52 2021 -0700
  100. f53f57d x86: Move FACS table to a writer function by Simon Glass · Wed Dec 01 09:02:51 2021 -0700