1. e7d67a4 Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig by Tom Rini · 2 years, 6 months ago
  2. 0cb89e7 Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · 2 years, 6 months ago
  3. abb0f52 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · 2 years, 7 months ago
  4. a4f2ab9 Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig by Tom Rini · 2 years, 7 months ago
  5. 2d03b91 Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig by Tom Rini · 2 years, 7 months ago
  6. 6b15c16 Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 7 months ago
  7. d650175 Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to Kconfig by Tom Rini · 2 years, 7 months ago
  8. 2c56279 Convert CONFIG_SYS_FLASH_CFI_WIDTH to Kconfig by Tom Rini · 2 years, 7 months ago
  9. 6c7a9e0 spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE by Tom Rini · 2 years, 7 months ago
  10. 60023bc fsl-layerscape: Remove CONFIG_SPL_PBL_PAD by Tom Rini · 2 years, 7 months ago
  11. d84518d P1010RDB: Remove CONFIG_SPL_NAND_MINIMAL by Tom Rini · 2 years, 7 months ago
  12. f5e9359 spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · 2 years, 7 months ago
  13. e9de59f arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespace by Tom Rini · 2 years, 7 months ago
  14. 4780550 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · 2 years, 7 months ago
  15. 6bb84a7 Convert CONFIG_HUSH_INIT_VAR to Kconfig by Tom Rini · 2 years, 7 months ago
  16. c253f12 Convert CONFIG_SYS_BARGSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  17. ae17fa3 Convert CONFIG_SYS_CBSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  18. cbfa139 Convert CONFIG_SYS_PBSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  19. ba5c2b0 Convert CONFIG_SYS_MAXARGS to Kconfig by Tom Rini · 2 years, 7 months ago
  20. e8ea663 Prepare v2022.07-rc4 by Tom Rini · 2 years, 6 months ago
  21. b4dfbb0 configs: fsl: add missing SYS_FMAN_FW_ADDR defines by Camelia Groza · 2 years, 6 months ago
  22. e4638a0 doc: update mail author for st-dt.rst by Patrick Delaunay · 2 years, 6 months ago
  23. 6d37989 Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 6 months ago
  24. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · 2 years, 6 months ago
  25. f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · 2 years, 6 months ago
  26. fddb136 EFI: Update the documentation to reflect the correct value of OsIndications by Sughosh Ganu · 2 years, 6 months ago
  27. c212fc7 EFI: Populate descriptor_count value only when image_info_size is not zero by Sughosh Ganu · 2 years, 6 months ago
  28. 291f731 doc: environment: Fix typo by Chris Packham · 2 years, 6 months ago
  29. 05a37be Merge branch '2022-06-03-assorted-fixes' by Tom Rini · 2 years, 6 months ago
  30. 0d3457c board: ti: am64x: Update MAINTAINERS by Dave Gerlach · 2 years, 6 months ago
  31. 501073d squashfs: Fix compilation on big endian systems by Pali Rohár · 2 years, 8 months ago
  32. eb7bdc6 imx: imx8mq: select CONFIG_CMD_CLK by Peng Fan · 2 years, 6 months ago
  33. 9b8ed24 imx: imx8mq: default select CLK_IMX8MQ by Peng Fan · 2 years, 6 months ago
  34. 05cc827 fdt: Add U-Boot version to chosen node by Francesco Dolcini · 2 years, 6 months ago
  35. a0aaa32 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · 2 years, 6 months ago
  36. 11af9ed armv8: Fix TCR 64-bit writes by Andre Przywara · 2 years, 7 months ago
  37. 3f66e8e net: enetc: unregister mdiobus by Michael Walle · 2 years, 6 months ago
  38. 8d2176a ubifs: Fix lockup/crash when reading files by Pali Rohár · 2 years, 6 months ago
  39. bf74a57 Merge tag 'efi-2022-07-rc4-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 6 months ago
  40. 1baf964 bootmenu: use utf-8 for menu title by Masahisa Kojima · 2 years, 6 months ago
  41. 86ce1e6 doc/efi: add firmware management protocol to the documentation by Vincent Stehlé · 2 years, 6 months ago
  42. 0f3c922 efi: fix documentation warnings by Vincent Stehlé · 2 years, 6 months ago
  43. 0caeff5 lib/charset: fix compile warnings by Masahisa Kojima · 2 years, 7 months ago
  44. dac4d09 efi_loader: bootmgr: fix a problem in loading an image from a short-path by AKASHI Takahiro · 2 years, 7 months ago
  45. ba647af efi_loader: disk: add efi_disk_is_removable() by AKASHI Takahiro · 2 years, 7 months ago
  46. 3ea20e7 cmd/bootefi: correct command syntax by Heinrich Schuchardt · 2 years, 6 months ago
  47. 9244cf0 test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · 2 years, 7 months ago
  48. 8bf7ffd test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · 2 years, 7 months ago
  49. 97cbcc4 bootmenu: U-Boot console is enabled as default by Masahisa Kojima · 2 years, 6 months ago
  50. fbd8417 doc: sandbox: Add additional valgrind documentation by Sean Anderson · 2 years, 6 months ago
  51. 566cd94 doc/build/gcc: add more required packages by Heinrich Schuchardt · 2 years, 6 months ago
  52. 07ddb87 doc: sandbox: Add a note of disabling LTO when using gdb by Bin Meng · 2 years, 7 months ago
  53. c1c3c3c doc: sandbox: Correct the memory size config option by Bin Meng · 2 years, 7 months ago
  54. 39866b6 valgrind: Disable on Risc-V by Sean Anderson · 2 years, 6 months ago
  55. b0a0696 test: restore timeout after bootmenu unit test by Heinrich Schuchardt · 2 years, 7 months ago
  56. aaeb39a disk: incorrect message in is_gpt_valid() by Heinrich Schuchardt · 2 years, 7 months ago
  57. 3214910 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 6 months ago
  58. 54b9db8 Merge branch '2022-05-26-assorted-fixes' by Tom Rini · 2 years, 6 months ago
  59. d22315a net: e1000: Depend on CONFIG_PCI by Sean Anderson · 2 years, 7 months ago
  60. f46ac7d test: fix parsing the mksquashfs version number by Heinrich Schuchardt · 2 years, 6 months ago
  61. 9ed8ab1 board: freescale: Update MAINTAINERS List by Wasim Khan · 2 years, 6 months ago
  62. d4d0db1 arm: dts: k3-am642-*: Mark the memory node with u-boot, dm-spl by Georgi Vlaev · 2 years, 6 months ago
  63. 82c9b10 MAINTAINERS: aspeed: Add more files and myself as a reviewer by Joel Stanley · 2 years, 6 months ago
  64. f12a47a net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196) by Andrea zi0Black Cappa · 2 years, 6 months ago
  65. 78307c1 test/py: test_part: Correct the test case name by Bin Meng · 2 years, 7 months ago
  66. a992e8a test/py: test_fs: Correct the test case name by Bin Meng · 2 years, 7 months ago
  67. 739b386 test/py: Reset the console timeout value by Bin Meng · 2 years, 7 months ago
  68. d8fd927 riscv: qemu: Set kernel_comp_addr_r for compressed kernel by Bin Meng · 2 years, 6 months ago
  69. c6fe830 riscv: sifive: unleashed: Set kernel_comp_addr_r for compressed kernel by Bin Meng · 2 years, 6 months ago
  70. 8da4e0b riscv: sifive: unmatched: Adjust for big ramdisk image by Bin Meng · 2 years, 6 months ago
  71. 53a442a riscv: Clean up asm/io.h by Leo Yu-Chi Liang · 2 years, 6 months ago
  72. 7a35171 riscv: remove CONFIG_ARCH_MAP_SYSMEM from io.h by Michal Simek · 2 years, 6 months ago
  73. 9e2550f cmd/sbi: add implementation ID 6 - Coffer by Heinrich Schuchardt · 2 years, 7 months ago
  74. 4baf89e riscv: ae350: Fix OF_BOARD boot failure by Rick Chen · 2 years, 7 months ago
  75. 648b640 riscv: ae350: Fix OF_BOARD boot failure by Rick Chen · 2 years, 7 months ago
  76. ccd3fde Merge tag 'xilinx-for-v2022.07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 6 months ago
  77. 4b3e8ac Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 6 months ago
  78. 5b182cd Merge tag 'tpm-24052022' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 2 years, 6 months ago
  79. 7029ea8 xilinx: zynqmp: Wire tee for Multi DTB use cases by Michal Simek · 2 years, 6 months ago
  80. dafb6a4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 2 years, 6 months ago
  81. e378768 serial: Remove obsolete CONS_INDEX_n Kconfig options by Samuel Holland · 2 years, 7 months ago
  82. 01ad34b sunxi: Remove obsolete Kconfig selections by Samuel Holland · 2 years, 7 months ago
  83. 072e477 sunxi: board: Fix UART PortF pinmux setup by Andre Przywara · 2 years, 7 months ago
  84. 2d1864f clk: sunxi: add and use dummy gate clocks by Andre Przywara · 2 years, 7 months ago
  85. 3e9aa0b clk: sunxi: add PIO bus gate clocks by Andre Przywara · 2 years, 7 months ago
  86. fdad831 clk: sunxi: h6_r: Correct the driver name by Samuel Holland · 2 years, 7 months ago
  87. 6b0d0bc mmc: sunxi: Remove unnecessary pinmux option dependency by Samuel Holland · 2 years, 8 months ago
  88. 35663cf sunxi: Skip MMC0 init when its pinmux conflicts with UART0 by Samuel Holland · 2 years, 8 months ago
  89. 21bcc22 Prepare v2022.07-rc3 by Tom Rini · 2 years, 6 months ago
  90. a563e2e arm: socfpga: Add the terasic de10-standard board by Humberto Naves · 2 years, 6 months ago
  91. 2e34053 configs: Resync with savedefconfig by Tom Rini · 2 years, 6 months ago
  92. 82fd28a Merge branch '2022-05-23-regression-fixes' by Tom Rini · 2 years, 6 months ago
  93. bcf1ba8 net: fix phy_string_for_interface by Tim Harvey · 2 years, 7 months ago
  94. 805f7d8 tpm: add support for TPMv2.x I2C chips by Eddie James · 2 years, 7 months ago
  95. 1ee59ef mmc: fsl_esdhc_spl: Fix checking for number of read sectors by Pali Rohár · 2 years, 7 months ago
  96. bd3fd0c arm: gic_v2: Skip gic_init_secure when cpu is not in el3 by Sai Pavan Boddu · 2 years, 7 months ago
  97. f0c00df test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · 2 years, 8 months ago
  98. 05b1aa6 spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · 2 years, 8 months ago
  99. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 8 months ago
  100. e26613a powerpc: mpc85xx: Fix CONFIG_OF_EMBED support for NOR booting by Pali Rohár · 2 years, 7 months ago