1. f8409e9 keyboard: Add a migration message by Simon Glass · Wed Nov 24 09:26:45 2021 -0700
  2. 278efc68 Convert CONFIG_KEYBOARD to Kconfig by Simon Glass · Wed Nov 24 09:26:44 2021 -0700
  3. 8af0b15 Convert CONFIG_SYS_FDT_LOAD_ADDR to Kconfig by Simon Glass · Wed Nov 24 09:26:41 2021 -0700
  4. c6d7681 sandbox: Drop CONFIG_HOST_MAX_DEVICES by Simon Glass · Wed Nov 24 09:26:40 2021 -0700
  5. 84b7711 trace: sandbox: Use only the Kconfig options by Simon Glass · Wed Nov 24 09:26:39 2021 -0700
  6. 8bebcbb binman: Rename _ReadSubnodes() to ReadEntries() by Simon Glass · Tue Nov 23 21:09:53 2021 -0700
  7. 0b00ae6 binman: Support lists of external blobs by Simon Glass · Tue Nov 23 21:09:52 2021 -0700
  8. b2e8861 dtoc: Add support for reading string-list properties by Simon Glass · Tue Nov 23 21:09:51 2021 -0700
  9. 637958f binman: Allow extracting a file in an alternative format by Simon Glass · Tue Nov 23 21:09:50 2021 -0700
  10. b9028bc binman: Allow listing an image created by a newer version by Simon Glass · Tue Nov 23 21:09:49 2021 -0700
  11. 31cce97 binman: Allow providing tools and blob directories by Simon Glass · Tue Nov 23 21:09:48 2021 -0700
  12. 5d2199d bloblist: Support allocating the bloblist by Simon Glass · Wed Nov 03 21:09:20 2021 -0600
  13. 3e28f4f binman: Rename testCbfsNoCOntents() by Simon Glass · Tue Nov 23 11:03:54 2021 -0700
  14. 3f42037 binman: cfbs: Refactor ObtainContents() for consistency by Simon Glass · Tue Nov 23 11:03:53 2021 -0700
  15. 9939e44 binman: cbfs: Refactor the init process by Simon Glass · Tue Nov 23 11:03:52 2021 -0700
  16. 5bd3a67 binman: Use normal entries in cbfs by Simon Glass · Tue Nov 23 11:03:51 2021 -0700
  17. f3b579a binman: Move cbfs.ObtainContents() down a bit by Simon Glass · Tue Nov 23 11:03:50 2021 -0700
  18. cc9a41c binman: Update the section documentation by Simon Glass · Tue Nov 23 11:03:49 2021 -0700
  19. b38cf8e binman: Allow control of which entries to read by Simon Glass · Tue Nov 23 11:03:48 2021 -0700
  20. 7e3f89f binman: Allow overriding BuildSectionData() by Simon Glass · Tue Nov 23 11:03:47 2021 -0700
  21. 92f850e binman: Drop the filename property in entry_Section by Simon Glass · Tue Nov 23 11:03:46 2021 -0700
  22. 80fb022 binman: Drop the underscore in _ReadEntries() by Simon Glass · Tue Nov 23 11:03:45 2021 -0700
  23. e796f24 binman: Correct comments for ReadChildData() by Simon Glass · Tue Nov 23 11:03:44 2021 -0700
  24. 9ed7170 binman: Correct init of entry in Entry class by Simon Glass · Tue Nov 23 11:03:43 2021 -0700
  25. 88e04da binman: Add a way to obtain the version by Simon Glass · Tue Nov 23 11:03:42 2021 -0700
  26. 33046a3 binman: Tidy up style in cmdline by Simon Glass · Tue Nov 23 11:03:41 2021 -0700
  27. 0e055bf dtoc: Add support for reading fixed-length bytes properties by Simon Glass · Tue Nov 23 11:03:40 2021 -0700
  28. 3b55e3f dtoc: Add support for reading 64-bit ints by Simon Glass · Tue Nov 23 11:03:39 2021 -0700
  29. 7e10f8a dtoc: Bring in the libfdt module automatically by Simon Glass · Tue Nov 23 11:03:38 2021 -0700
  30. 92ebac7 sandbox: replace putchar(ch) by fputc(ch, stdout) by Heinrich Schuchardt · Sat Nov 20 13:28:33 2021 +0100
  31. 6937919 drivers: core: lists: fix for loop index type by Alexander Preißner · Sat Nov 06 02:08:59 2021 +0100
  32. 80f0307 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · Thu Dec 02 07:16:04 2021 -0500
  33. 382c547 Merge branch '2021-12-01-assorted-updates' into next by Tom Rini · Thu Dec 02 07:12:28 2021 -0500
  34. 08f2b5a board: brcm-ns3: Load netXtreme firmware by Bharat Gooty · Mon Nov 08 14:46:11 2021 -0800
  35. b48ee74 net: brcm: netXtreme driver by Bharat Gooty · Mon Nov 08 14:46:10 2021 -0800
  36. e06f73b driver: net: Makefile: order file alphabetically by Ramon Fried · Thu Dec 02 08:15:27 2021 +0200
  37. 6588dc1 drivers: net: Soft reset felix switch core by Radu Bulie · Sat Nov 27 14:52:35 2021 +0200
  38. a89b3b1 tools/netconsole: Add support for socat by Andy Shevchenko · Wed Nov 17 20:15:06 2021 +0300
  39. e4cb645 spl: fit: Skip attempting to load 0 length image by Nishanth Menon · Tue Oct 19 12:32:29 2021 -0500
  40. 99f0cd2 dm: add debug message when failed to select the default pinctrl by Patrick Delaunay · Fri Nov 19 10:02:27 2021 +0100
  41. e8e001e pinctrl: change result for unsupported API by Patrick Delaunay · Fri Nov 19 10:02:26 2021 +0100
  42. 5bde2b9 scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in config_whitelist.txt by Patrick Delaunay · Mon Nov 08 10:21:22 2021 +0100
  43. 51412e1 scripts: remove CONFIG_IS_ENABLED and CONFIG_VAL in generated u_boot.cfg by Patrick Delaunay · Mon Nov 08 10:21:21 2021 +0100
  44. 4945313 Merge branch '2021-12-01-Kconfig-migrations' into next by Tom Rini · Wed Dec 01 13:30:59 2021 -0500
  45. ea3cc39 Convert CONFIG_FSL_DDR_BIST et al to Kconfig by Tom Rini · Sat Nov 13 19:22:43 2021 -0500
  46. f7eed20 Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig by Tom Rini · Sat Nov 13 18:10:40 2021 -0500
  47. 5ddf172 Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig by Tom Rini · Wed Nov 10 09:11:40 2021 -0500
  48. a5f5ae8 Merge tag 'u-boot-stm32-20211130' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · Wed Dec 01 07:22:25 2021 -0500
  49. b82c97e board: stm32mp1: add support of nor1 device in dfu command by Patrick Delaunay · Thu Nov 25 11:54:53 2021 +0100
  50. 915bd1a ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setup by Patrick Delaunay · Wed Nov 24 10:52:19 2021 +0100
  51. df7fe21 ram: stm32mp1: compute DDR size from DDRCTL registers by Patrick Delaunay · Wed Nov 24 10:52:18 2021 +0100
  52. 4340a65 configs: stm32mp15: deactivate the CONFIG_STM32_IPCC by Patrick Delaunay · Fri Nov 19 10:07:32 2021 +0100
  53. 028fddd board: stm32mp1: enable simple framebuffer node for splashscreen by Patrick Delaunay · Mon Nov 15 16:32:23 2021 +0100
  54. b1a756b video: stm32: stm32_ltdc: align framebuffer on 2MB by Patrick Delaunay · Mon Nov 15 16:32:22 2021 +0100
  55. 774aecc common: add fdt_simplefb_enable_and_mem_rsv function by Patrick Delaunay · Mon Nov 15 16:32:21 2021 +0100
  56. efcc84b video: Add video_is_active function by Patrick Delaunay · Mon Nov 15 16:32:20 2021 +0100
  57. e7e69a5 common: rename functions lcd_dt_simplefb to fdt_simplefb by Patrick Delaunay · Mon Nov 15 16:32:19 2021 +0100
  58. b9735d6 common: rename lcd_simplefb.c file to fdt_simplefb.c by Patrick Delaunay · Mon Nov 15 16:32:18 2021 +0100
  59. ec05898 Convert CONFIG_LCD_DT_SIMPLEFB to Kconfig by Patrick Delaunay · Mon Nov 15 16:32:17 2021 +0100
  60. 0c4354e stm32mp1: ram: remove tuning support by Patrick Delaunay · Mon Nov 15 15:32:30 2021 +0100
  61. 9e2dd66 stm32mp1: ram: remove the support of calibration result by Patrick Delaunay · Mon Nov 15 15:32:29 2021 +0100
  62. a709d63 stm32mp1: ram: add read valid training support by Patrick Delaunay · Mon Nov 15 15:32:28 2021 +0100
  63. 5f5ce60 ARM: dts: stm32: Auto-detect DHSOM with uSD level translator by Marek Vasut · Sat Nov 13 03:29:44 2021 +0100
  64. 98a1205 mmc: stm32_sdmmc2: Add support for probing bus voltage level translator by Marek Vasut · Sat Nov 13 03:29:43 2021 +0100
  65. fb2cea4 ARM: stm32: Enable KSZ90x1 PHY driver on DHCOR by Marek Vasut · Sat Nov 13 03:28:03 2021 +0100
  66. b004949 ARM: dts: stm32: Add custom PHY reset bindings on AV96 by Marek Vasut · Sat Nov 13 03:27:37 2021 +0100
  67. e96ef14 ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOM by Marek Vasut · Sat Nov 13 03:26:39 2021 +0100
  68. a7b1cba ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOM by Marek Vasut · Sat Nov 13 03:26:05 2021 +0100
  69. 3e540f5 ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM by Marek Vasut · Sat Nov 13 03:25:13 2021 +0100
  70. c7b608f ARM: stm32: Increase USB power-good delay on DHSOM by Marek Vasut · Sat Nov 13 03:24:44 2021 +0100
  71. 67af77a pinctrl: stmfx: define LOG_CATEGORY by Patrick Delaunay · Wed Nov 10 18:14:10 2021 +0100
  72. ba45da0 ARM: dts: stm32: Use lower-case hex for address for stm32429i-eval-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:20 2021 +0100
  73. 16ad820 ARM: dts: stm32: Use lower-case hex for address for stm32f746g-eval-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:19 2021 +0100
  74. 8261d10 ARM: dts: stm32: Use lower-case hex for address for stm32f429-disco-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:18 2021 +0100
  75. 1bd7de8 ARM: dts: stm32: Use lower-case hex for address for stm32f469-disco-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:17 2021 +0100
  76. efb49c5 ARM: dts: stm32: Use lower-case hex for address for stm32f7-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:16 2021 +0100
  77. fcbddcb ARM: dts: stm32: Use lower-case hex for address for stm32746-disco-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:15 2021 +0100
  78. 910e902 ARM: dts: stm32: Use lower-case hex for address for stm32f769-disco-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:14 2021 +0100
  79. 75f5606 ARM: dts: stm32: Use lower-case hex for address for stm32mp15-u-boot.dtsi by Patrice Chotard · Mon Nov 15 11:39:13 2021 +0100
  80. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · Mon Nov 29 12:00:57 2021 -0500
  81. 80882c5 Prepare v2022.01-rc3 by Tom Rini · Mon Nov 29 11:16:03 2021 -0500
  82. 07bc02a board: iot2050: update build documentation for OP-TEE by Ivan Mikhaylov · Sun Nov 28 21:57:01 2021 +0000
  83. cfa44c3 qemu: common: Fix build with update capsule by Vincent Stehlé · Wed Nov 24 15:54:20 2021 +0100
  84. 32f4ec8 fastboot: Add maintainers entry by Sean Anderson · Tue Nov 23 23:33:11 2021 -0500
  85. c61f296 clk: Add myself as a maintainer for the clock subsystem by Sean Anderson · Tue Nov 23 23:23:40 2021 -0500
  86. 1211ed1 Merge tag 'dm-pull-28nov21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Sun Nov 28 20:38:01 2021 -0500
  87. 150dc1a test/py: Raise a ValueError if a command fails by Simon Glass · Sat Oct 23 17:26:12 2021 -0600
  88. 23300b4 test/py: Relax the naming rules for unit tests by Simon Glass · Sat Oct 23 17:26:11 2021 -0600
  89. 59b9a12 sandbox: Enable HEXDUMP for sandbox_flattree by Simon Glass · Sat Oct 23 17:26:10 2021 -0600
  90. dab7e0d dm: core: Add a way to count the devices in a uclass by Simon Glass · Sat Oct 23 17:26:09 2021 -0600
  91. 4b23e45 dm: core: Allow finding children / uclasses by partial name by Simon Glass · Sat Oct 23 17:26:08 2021 -0600
  92. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · Sat Oct 23 17:26:07 2021 -0600
  93. 7a3a167 dm: core: Fix up string-function documentation by Simon Glass · Sat Oct 23 17:26:06 2021 -0600
  94. ce15bfb dm: core: Fix handling of uclass pre_unbind method by Simon Glass · Sat Oct 23 17:26:05 2021 -0600
  95. 7302539 dm: core: Add tests for stringlist functions by Simon Glass · Sat Oct 23 17:26:04 2021 -0600
  96. 9803ddf common: Allow a smaller console-recording pre-reloc by Simon Glass · Sat Oct 23 17:26:03 2021 -0600
  97. b94d204 disk: part_dos: Fix a NULL pointer error by Simon Glass · Sat Oct 23 17:26:02 2021 -0600
  98. 8de9be0 mbr: Correct verification check by Simon Glass · Sat Oct 23 17:26:01 2021 -0600
  99. 3a29664 mmc: Allow for children other than the block device by Simon Glass · Sat Oct 23 17:26:00 2021 -0600
  100. 32b6c8b sandbox: mmc: Support a backing file by Simon Glass · Sat Oct 23 17:25:59 2021 -0600