1. 8cdea46 nds32: Migrate CONFIG_DEBUG_LED to Kconfig by Tom Rini · Wed Mar 30 18:07:28 2022 -0400
  2. fad5430 ls1021atwr: Use DEBUG and not CONFIG_DEBUG by Tom Rini · Wed Mar 30 18:07:27 2022 -0400
  3. 5b7eba76 microblaze: Migrate DCACHE/ICACHE to Kconfig by Tom Rini · Wed Mar 30 18:07:26 2022 -0400
  4. 23581a6 tegra: Drop CONFIG_CHROMEOS_EXTRA_ENV_SETTINGS by Tom Rini · Wed Mar 30 18:07:25 2022 -0400
  5. 40a325f controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT to Kconfig by Tom Rini · Wed Mar 30 18:07:24 2022 -0400
  6. 3fb5b2f spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to Kconfig by Tom Rini · Wed Mar 30 18:07:23 2022 -0400
  7. ca57d3b Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig by Tom Rini · Wed Mar 30 18:07:22 2022 -0400
  8. 8303889 Convert CONFIG_CONS_SCIF0 et al to Kconfig by Tom Rini · Wed Mar 30 18:07:21 2022 -0400
  9. 4e2303a at91: Remove unused LED code by Tom Rini · Wed Mar 30 18:07:20 2022 -0400
  10. 2703df2 stm32f429-discovery: Migrate CONFIG_*_LED out of CONFIG namespace by Tom Rini · Wed Mar 30 18:07:19 2022 -0400
  11. 2719b95 corvus: Migrate CONFIG_*_LED out of CONFIG namespace by Tom Rini · Wed Mar 30 18:07:18 2022 -0400
  12. d63d4b2 MPC837XERDB: Stop using CONFIG_RAMDISKFILE by Tom Rini · Wed Mar 30 18:07:17 2022 -0400
  13. cb1db1f s5p_goni, smdkc100: Move some environment settings out of CONFIG by Tom Rini · Wed Mar 30 18:07:16 2022 -0400
  14. 7d1e60d arm: integrator: Migrate platform-specific options and cleanup armcoremodule.h by Tom Rini · Wed Mar 30 18:07:15 2022 -0400
  15. 24d3204 Convert CONFIG_CMDLINE_PS_SUPPORT to Kconfig by Tom Rini · Wed Mar 30 18:07:14 2022 -0400
  16. d8d1fb6 tegra: Migrate CI_UDC_HAS_HOSTPC to Kconfig by Tom Rini · Wed Mar 30 18:07:13 2022 -0400
  17. 3327dd7 mvebu: Move BOOTROM_ERR_REG out of CONFIG namespace by Tom Rini · Wed Mar 30 18:07:12 2022 -0400
  18. 876df34 Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig by Tom Rini · Wed Mar 30 18:07:11 2022 -0400
  19. 316184f Merge branch '2022-04-08-env-updates' by Tom Rini · Fri Apr 08 08:27:50 2022 -0400
  20. 6e638af env: Allow text-env tests to run with awk by Simon Glass · Sat Mar 12 22:47:49 2022 -0700
  21. d68e165 env: Drop the unncessary protocol mention in autoload by Simon Glass · Fri Mar 11 16:22:39 2022 -0700
  22. b8ffa14 env: Move the doc comment to the code by Simon Glass · Fri Mar 11 16:22:38 2022 -0700
  23. 4fae99d Makefile: Sort u-boot-initial-env output by Christoph Niedermaier · Tue Mar 01 09:38:51 2022 +0100
  24. 5899087 scripts/get_default_envs.sh: Remove blank lines by Christoph Niedermaier · Wed Feb 23 10:33:36 2022 +0100
  25. 25936aa env: fat: Allow overriding interface, device and partition by He Yong · Fri Feb 18 00:07:25 2022 +0800
  26. 46127db cmd: env: Add `indirect` to indirectly set values by Samuel Dionne-Riel · Mon Dec 20 18:31:56 2021 -0500
  27. d0f9106 env: Load env when ENV_IS_NOWHERE is only location selected by Felix.Vietmeyer@jila.colorado.edu · Tue Apr 20 20:04:26 2021 -0600
  28. 526a736 imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN default by Fabio Estevam · Sat Mar 26 11:47:40 2022 -0300
  29. 17fb59e Merge branch '2022-04-06-various-verified-boot-bugfixes' by Tom Rini · Thu Apr 07 09:49:27 2022 -0400
  30. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · Mon Feb 28 12:08:35 2022 -0700
  31. ebec3a7 dm: core: Tidy up comments in uclass headers by Simon Glass · Mon Feb 28 12:08:34 2022 -0700
  32. 6ddadd6 dm: core: Add a required struct declaration by Simon Glass · Mon Feb 28 12:08:33 2022 -0700
  33. c22bb8a stdint: Add a definition of UINT8_MAX by Simon Glass · Mon Feb 28 12:08:32 2022 -0700
  34. 58c7c4d Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE by Simon Glass · Mon Feb 28 12:08:31 2022 -0700
  35. 9b68f4b Add a default for TPL_TEXT_BASE by Simon Glass · Mon Feb 28 12:08:30 2022 -0700
  36. 6ebcddf disk: Correct the conditions for SPL by Simon Glass · Mon Feb 28 12:08:29 2022 -0700
  37. f9a80b7 spi: Avoid checking console in SPL by Simon Glass · Mon Feb 28 12:08:28 2022 -0700
  38. 1886e0d cros_ec: Complete the comment for cros_ec_read_batt_charge() by Simon Glass · Mon Feb 28 12:08:27 2022 -0700
  39. 595505b cbfs: Add some more definititions by Simon Glass · Mon Feb 28 12:08:26 2022 -0700
  40. 3dccb78 lzma: Tidy up the function prototype by Simon Glass · Mon Feb 28 12:08:25 2022 -0700
  41. df5f438 fdt: sandbox: Avoid looking for an appended device tree by Simon Glass · Mon Feb 28 12:08:24 2022 -0700
  42. d9179b4 fdt: Correct condition for SEPARATE_BSS by Simon Glass · Mon Feb 28 12:08:23 2022 -0700
  43. 00a05e2 abuf: Correct a corner case with abuf_realloc() by Simon Glass · Mon Feb 28 12:08:22 2022 -0700
  44. db79e76 errno: Avoid including strings in SPL by Simon Glass · Mon Feb 28 12:08:21 2022 -0700
  45. a7b096f binman: Correct Chromium OS entry types by Simon Glass · Mon Feb 28 12:08:20 2022 -0700
  46. d3d82f6 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Wed Apr 06 11:52:17 2022 -0400
  47. 88d7a24 Merge branch '2022-04-06-assorted-updates' by Tom Rini · Wed Apr 06 11:51:00 2022 -0400
  48. c9ae4a8 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · Thu Mar 24 16:22:32 2022 +0100
  49. a55eaa5 tools: mkimage: Call verify_header after writing image to disk by Pali Rohár · Fri Jan 14 18:34:43 2022 +0100
  50. af7173e tools: mkimage: No need to verify_header for header_v2 by Yi Liu · Wed Mar 30 18:05:59 2022 +0800
  51. 40bfb00 Makefile: add endian link flag to u-boot-elf.o by Du Huanpeng · Thu Mar 31 02:41:42 2022 +0800
  52. ea14390 riscv: alloc space exhausted by Heinrich Schuchardt · Tue Apr 05 16:47:15 2022 +0200
  53. 375c108 riscv: enable CONFIG_CMD_SBI for QEMU boards by Heinrich Schuchardt · Wed Mar 23 22:46:43 2022 +0100
  54. fdc7577 cmd/sbi: add missing SBI information by Heinrich Schuchardt · Thu Mar 17 07:36:15 2022 +0100
  55. f4b4d75 riscv: provide missing base extension functions by Heinrich Schuchardt · Thu Mar 17 07:36:14 2022 +0100
  56. 295e1ce cmd: sbi: add Performance Monitoring Unit Extension by Heinrich Schuchardt · Wed Mar 16 21:21:18 2022 +0100
  57. 8ec22ba power: pmic: Provide DM_PMIC support for tps65217 driver by Lukasz Majewski · Sat Mar 12 08:11:11 2022 +0100
  58. b4e681f power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217 by Lukasz Majewski · Sat Mar 12 08:11:10 2022 +0100
  59. 4d79117 Merge branch '2022-04-04-platform-updates' by Tom Rini · Tue Apr 05 13:45:22 2022 -0400
  60. 041ea48 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Apr 05 11:27:39 2022 -0400
  61. 4a0e6b5 net: zynq_gem: Add SGMII dynamic config support by T Karthik Reddy · Wed Mar 30 11:07:58 2022 +0200
  62. 22a8bf8 firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config api by T Karthik Reddy · Wed Mar 30 11:07:57 2022 +0200
  63. 130ffbe gpio: slg7xl45106: Update gpio desc flags from DT by T Karthik Reddy · Wed Mar 30 11:07:56 2022 +0200
  64. 297521e net: zynq_gem: Move ethernet info print statement by T Karthik Reddy · Wed Mar 30 11:07:55 2022 +0200
  65. 13f3fe3 net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabled by T Karthik Reddy · Wed Mar 30 11:07:54 2022 +0200
  66. b001798 net: zynq_gem: Use shared MDIO bus support for zynqmp by Michal Simek · Wed Mar 30 11:07:53 2022 +0200
  67. 6ab01ca dt-bindings: xilinx: Add missing ids for PD by Michal Simek · Wed Mar 30 09:56:23 2022 +0200
  68. 40f56ad arm64: zynqmp: Record ID code for XCZU1EG device by Michal Simek · Wed Mar 30 07:51:58 2022 +0200
  69. 2f24c90 net: phy: Fix rgmii-id phy reset timeout issue by T Karthik Reddy · Tue Mar 29 16:05:57 2022 +0200
  70. acff4c8 clk: zynqmp: Add support for for DP audio/video clocks by Michal Simek · Tue Mar 29 13:13:56 2022 +0200
  71. cbe85e7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Apr 05 08:33:32 2022 -0400
  72. f8514e0 xilinx: Increase max size of image from 60 to 100MB by Michal Simek · Tue Mar 29 12:54:41 2022 +0200
  73. b51a765 sunxi: defconfig: enable eMMC boot partition support by Andre Przywara · Mon Jul 12 11:06:51 2021 +0100
  74. c7175be sunxi: eMMC: Improve automatic boot source detection by Andre Przywara · Mon Jul 12 11:06:50 2021 +0100
  75. 477c417 ram: k3-am654: Make VTT regulator optional by Christian Gmeiner · Wed Mar 23 16:04:28 2022 +0100
  76. a7c86a7 ram: k3-am654: Write all configuration values by Dominic Rath · Wed Mar 23 16:04:27 2022 +0100
  77. ed0b1af configs: am64x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfig by Dave Gerlach · Thu Mar 17 12:03:46 2022 -0500
  78. c91854f arm: dts: k3-am64-ddr: Add ss_cfg reg entry by Dave Gerlach · Thu Mar 17 12:03:45 2022 -0500
  79. 10498d1 board: ti: am64x: Account for DDR size fixups if ECC is enabled by Dave Gerlach · Thu Mar 17 12:03:44 2022 -0500
  80. 296c83a ram: k3-ddrss: Introduce ECC Functionality for full memory space by Dave Gerlach · Thu Mar 17 12:03:43 2022 -0500
  81. fd199dd ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regs by Dave Gerlach · Thu Mar 17 12:03:42 2022 -0500
  82. a60fced dt-bindings: memory-controller: Add information about ECC bindings by Dave Gerlach · Thu Mar 17 12:03:41 2022 -0500
  83. 88107fe board: ti: am64x: Use fdt functions for ram and bank init by Dave Gerlach · Thu Mar 17 12:03:40 2022 -0500
  84. 9eed0f1 arm: dts: k3-am642-r5-evm: Mark memory with u-boot, dm-spl by Dave Gerlach · Thu Mar 17 12:03:39 2022 -0500
  85. f113fce ARM: dts: k3-am642: Correct timer frequency by Vignesh Raghavendra · Fri Mar 11 21:23:22 2022 +0530
  86. 1b6e198 configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider by Vignesh Raghavendra · Fri Mar 11 21:23:21 2022 +0530
  87. 5cce27f configs: am64x_evm_r5_defconfig: Add support for ESM by Hari Nagalla · Wed Mar 09 14:42:31 2022 -0600
  88. d383c5e arch: arm: mach-k3: am642_init: Probe ESM nodes by Hari Nagalla · Wed Mar 09 14:42:30 2022 -0600
  89. 789225e arm: dts: k3-am64: Add support for ESM device nodes by Hari Nagalla · Wed Mar 09 14:42:29 2022 -0600
  90. 85ae1e6 misc: k3_esm: Add functionality to set and route error events within K3SoC by Hari Nagalla · Wed Mar 09 14:42:28 2022 -0600
  91. 24e8078 board: axy17lte: get board usable - add bootcmd and docs by Dzmitry Sankouski · Tue Feb 22 21:49:54 2022 +0300
  92. 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · Mon Jul 12 11:06:49 2021 +0100
  93. 964a86f sunxi: clock: H6: Adjust PLL LDO before clock setup by Jernej Skrabec · Sun Jan 30 15:27:15 2022 +0100
  94. 5922114 sunxi: clock: H6/H616: Add resistor calibration by Jernej Skrabec · Sun Jan 30 15:27:14 2022 +0100
  95. e04cd49 sunxi: prcm: Add a few registers by Jernej Skrabec · Sun Jan 30 15:27:13 2022 +0100
  96. 47263bd sunxi: H3: fix non working console on uart2 by Angelo Dureghello · Sat Oct 09 14:18:59 2021 +0200
  97. 8734399 Add ethernet0 alias in Nanopi NEO's device tree by Baltazár Radics · Sat Mar 26 13:09:10 2022 +0100
  98. 6c1e677 i2c: sun8i_rsb: Add support for DM clocks and resets by Samuel Holland · Thu Mar 17 23:52:36 2022 -0500
  99. 0c2111f i2c: sun8i_rsb: Initialize chips in .child_pre_probe by Samuel Holland · Thu Mar 17 23:52:35 2022 -0500
  100. e280203 i2c: sun6i_p2wi: Add support for DM clocks and resets by Samuel Holland · Thu Mar 17 23:52:34 2022 -0500