1. dafcd96 Convert CONFIG_CMDLINE_PS_SUPPORT to Kconfig by Tom Rini · 2 years, 7 months ago
  2. bd3ef27 tegra: Migrate CI_UDC_HAS_HOSTPC to Kconfig by Tom Rini · 2 years, 7 months ago
  3. 4e4fff7 mvebu: Move BOOTROM_ERR_REG out of CONFIG namespace by Tom Rini · 2 years, 7 months ago
  4. 95b6417 Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig by Tom Rini · 2 years, 7 months ago
  5. 03a8a79 Merge branch '2022-04-08-env-updates' by Tom Rini · 2 years, 6 months ago
  6. 6910dbe env: Allow text-env tests to run with awk by Simon Glass · 2 years, 7 months ago WIP/2022-04-07-env-updates
  7. 754a722 env: Drop the unncessary protocol mention in autoload by Simon Glass · 2 years, 7 months ago
  8. 9d4e88c env: Move the doc comment to the code by Simon Glass · 2 years, 7 months ago
  9. cc5a490 Makefile: Sort u-boot-initial-env output by Christoph Niedermaier · 2 years, 8 months ago
  10. 7d79cba scripts/get_default_envs.sh: Remove blank lines by Christoph Niedermaier · 2 years, 8 months ago
  11. eb68ead env: fat: Allow overriding interface, device and partition by He Yong · 2 years, 8 months ago
  12. ec57bd7 cmd: env: Add `indirect` to indirectly set values by Samuel Dionne-Riel · 2 years, 10 months ago
  13. 8d61237 env: Load env when ENV_IS_NOWHERE is only location selected by Felix.Vietmeyer@jila.colorado.edu · 3 years, 6 months ago
  14. 545eceb imx8/ls10xx: Use a sane SYS_MALLOC_F_LEN default by Fabio Estevam · 2 years, 7 months ago
  15. f75e516 Merge branch '2022-04-06-various-verified-boot-bugfixes' by Tom Rini · 2 years, 7 months ago
  16. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 8 months ago WIP/2022-04-06-various-verified-boot-bugfixes
  17. e86b6f7 dm: core: Tidy up comments in uclass headers by Simon Glass · 2 years, 8 months ago
  18. bb36b9a dm: core: Add a required struct declaration by Simon Glass · 2 years, 8 months ago
  19. 09bc3d2 stdint: Add a definition of UINT8_MAX by Simon Glass · 2 years, 8 months ago
  20. b7463f1 Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURE by Simon Glass · 2 years, 8 months ago
  21. 8e6c129 Add a default for TPL_TEXT_BASE by Simon Glass · 2 years, 8 months ago
  22. a42d2ca disk: Correct the conditions for SPL by Simon Glass · 2 years, 8 months ago
  23. 564e532 spi: Avoid checking console in SPL by Simon Glass · 2 years, 8 months ago
  24. a50b561 cros_ec: Complete the comment for cros_ec_read_batt_charge() by Simon Glass · 2 years, 8 months ago
  25. 9dc2974 cbfs: Add some more definititions by Simon Glass · 2 years, 8 months ago
  26. ccfc9d7 lzma: Tidy up the function prototype by Simon Glass · 2 years, 8 months ago
  27. 423cf0a fdt: sandbox: Avoid looking for an appended device tree by Simon Glass · 2 years, 8 months ago
  28. 690af71 fdt: Correct condition for SEPARATE_BSS by Simon Glass · 2 years, 8 months ago
  29. 99aca9e abuf: Correct a corner case with abuf_realloc() by Simon Glass · 2 years, 8 months ago
  30. 64aefc4 errno: Avoid including strings in SPL by Simon Glass · 2 years, 8 months ago
  31. 3390948 binman: Correct Chromium OS entry types by Simon Glass · 2 years, 8 months ago
  32. 78df214 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 7 months ago
  33. 88b6b33 Merge branch '2022-04-06-assorted-updates' by Tom Rini · 2 years, 7 months ago
  34. d23f290 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · 2 years, 7 months ago
  35. d3b1ca2 tools: mkimage: Call verify_header after writing image to disk by Pali Rohár · 2 years, 9 months ago
  36. 3548903 tools: mkimage: No need to verify_header for header_v2 by Yi Liu · 2 years, 7 months ago
  37. 21d3e3d Makefile: add endian link flag to u-boot-elf.o by Du Huanpeng · 2 years, 7 months ago
  38. 776e8ac riscv: alloc space exhausted by Heinrich Schuchardt · 2 years, 7 months ago
  39. 22e324c riscv: enable CONFIG_CMD_SBI for QEMU boards by Heinrich Schuchardt · 2 years, 7 months ago
  40. cfb31e0 cmd/sbi: add missing SBI information by Heinrich Schuchardt · 2 years, 7 months ago
  41. ca7e93f riscv: provide missing base extension functions by Heinrich Schuchardt · 2 years, 7 months ago
  42. 70ae54b cmd: sbi: add Performance Monitoring Unit Extension by Heinrich Schuchardt · 2 years, 7 months ago
  43. e8cb4e7 power: pmic: Provide DM_PMIC support for tps65217 driver by Lukasz Majewski · 2 years, 7 months ago
  44. 1610b68 power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217 by Lukasz Majewski · 2 years, 7 months ago
  45. 59bffec Merge branch '2022-04-04-platform-updates' by Tom Rini · 2 years, 7 months ago
  46. 037ef53 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 7 months ago
  47. a7379ba net: zynq_gem: Add SGMII dynamic config support by T Karthik Reddy · 2 years, 7 months ago
  48. 7011efc firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config api by T Karthik Reddy · 2 years, 7 months ago
  49. e949e78 gpio: slg7xl45106: Update gpio desc flags from DT by T Karthik Reddy · 2 years, 7 months ago
  50. fc6e562 net: zynq_gem: Move ethernet info print statement by T Karthik Reddy · 2 years, 7 months ago
  51. ccc8656 net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabled by T Karthik Reddy · 2 years, 7 months ago
  52. 8017253 net: zynq_gem: Use shared MDIO bus support for zynqmp by Michal Simek · 2 years, 7 months ago
  53. d2f059c dt-bindings: xilinx: Add missing ids for PD by Michal Simek · 2 years, 7 months ago
  54. ad8d48e arm64: zynqmp: Record ID code for XCZU1EG device by Michal Simek · 2 years, 7 months ago
  55. 9b529a9 net: phy: Fix rgmii-id phy reset timeout issue by T Karthik Reddy · 2 years, 7 months ago
  56. 6f735e4 clk: zynqmp: Add support for for DP audio/video clocks by Michal Simek · 2 years, 7 months ago
  57. 4de720e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 7 months ago
  58. cf5ed34 xilinx: Increase max size of image from 60 to 100MB by Michal Simek · 2 years, 7 months ago
  59. 69a0ea0 sunxi: defconfig: enable eMMC boot partition support by Andre Przywara · 3 years, 3 months ago
  60. b9a2e18 sunxi: eMMC: Improve automatic boot source detection by Andre Przywara · 3 years, 3 months ago
  61. da61ee6 ram: k3-am654: Make VTT regulator optional by Christian Gmeiner · 2 years, 7 months ago
  62. e4901e6 ram: k3-am654: Write all configuration values by Dominic Rath · 2 years, 7 months ago
  63. ca1d803 configs: am64x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfig by Dave Gerlach · 2 years, 7 months ago
  64. 1a40ddf arm: dts: k3-am64-ddr: Add ss_cfg reg entry by Dave Gerlach · 2 years, 7 months ago
  65. 7ffcff2 board: ti: am64x: Account for DDR size fixups if ECC is enabled by Dave Gerlach · 2 years, 7 months ago
  66. f861ce9 ram: k3-ddrss: Introduce ECC Functionality for full memory space by Dave Gerlach · 2 years, 7 months ago
  67. 71eb527 ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regs by Dave Gerlach · 2 years, 7 months ago
  68. 7b8a96e dt-bindings: memory-controller: Add information about ECC bindings by Dave Gerlach · 2 years, 7 months ago
  69. dffdb1f board: ti: am64x: Use fdt functions for ram and bank init by Dave Gerlach · 2 years, 7 months ago
  70. adbe138 arm: dts: k3-am642-r5-evm: Mark memory with u-boot, dm-spl by Dave Gerlach · 2 years, 7 months ago
  71. 8d1acfd ARM: dts: k3-am642: Correct timer frequency by Vignesh Raghavendra · 2 years, 7 months ago
  72. 1e20f57 configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick provider by Vignesh Raghavendra · 2 years, 7 months ago
  73. cf13851 configs: am64x_evm_r5_defconfig: Add support for ESM by Hari Nagalla · 2 years, 7 months ago
  74. 92e4609 arch: arm: mach-k3: am642_init: Probe ESM nodes by Hari Nagalla · 2 years, 7 months ago
  75. 3d64cff arm: dts: k3-am64: Add support for ESM device nodes by Hari Nagalla · 2 years, 7 months ago
  76. 162a6f5 misc: k3_esm: Add functionality to set and route error events within K3SoC by Hari Nagalla · 2 years, 7 months ago
  77. d5c4ec4 board: axy17lte: get board usable - add bootcmd and docs by Dzmitry Sankouski · 2 years, 8 months ago
  78. 5907357 spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 3 months ago
  79. 35b786c sunxi: clock: H6: Adjust PLL LDO before clock setup by Jernej Skrabec · 2 years, 9 months ago
  80. 40a9c20 sunxi: clock: H6/H616: Add resistor calibration by Jernej Skrabec · 2 years, 9 months ago
  81. 1772771 sunxi: prcm: Add a few registers by Jernej Skrabec · 2 years, 9 months ago
  82. 482c1cc sunxi: H3: fix non working console on uart2 by Angelo Dureghello · 3 years ago
  83. fbc8acf Add ethernet0 alias in Nanopi NEO's device tree by Baltazár Radics · 2 years, 7 months ago
  84. f5bfe15 i2c: sun8i_rsb: Add support for DM clocks and resets by Samuel Holland · 2 years, 7 months ago
  85. c9dd3ca i2c: sun8i_rsb: Initialize chips in .child_pre_probe by Samuel Holland · 2 years, 7 months ago
  86. 07c4113 i2c: sun6i_p2wi: Add support for DM clocks and resets by Samuel Holland · 2 years, 7 months ago
  87. 48457f7 i2c: sun6i_p2wi: Initialize chips in .child_pre_probe by Samuel Holland · 2 years, 7 months ago
  88. a0ca51f sunxi: Support building a SPL as a TOC0 image by Samuel Holland · 2 years, 7 months ago
  89. 44de13d sunxi: Support SPL in both eGON and TOC0 images by Samuel Holland · 2 years, 7 months ago
  90. e9e87ec tools: mkimage: Add Allwinner TOC0 support by Samuel Holland · 2 years, 7 months ago
  91. 8c621f4 sunxi: specify architecture when generating SPL boot image by Icenowy Zheng · 3 years ago
  92. 78ac2c0 mkimage: sunxi_egon: add support for riscv by Icenowy Zheng · 3 years ago
  93. 82ae151 mkimage: sunxi_egon: refactor for multi-architecture support by Icenowy Zheng · 3 years ago
  94. c2d08f0 mkimage: add a flag to describe whether -A is specified by Icenowy Zheng · 3 years ago
  95. f64233e spi: sun4i_spi: Remove non-DM pin setup by Samuel Holland · 3 years, 2 months ago
  96. 77834dc pinctrl: sunxi: Add SPI0 pinmuxes by Samuel Holland · 3 years, 2 months ago
  97. 458e59d pwm: sunxi: Remove non-DM pin setup by Samuel Holland · 3 years, 2 months ago
  98. aa4823c pinctrl: sunxi: Add the A64 PWM pinmux by Samuel Holland · 3 years, 2 months ago
  99. 8c2bdff sunxi: Remove non-DM MMC pin setup by Samuel Holland · 3 years, 2 months ago
  100. 7570c54 pinctrl: sunxi: Add MMC pinmuxes by Samuel Holland · 3 years, 2 months ago