1. c3411d4 zlib: Port fix for CVE-2018-25032 to U-Boot by Tom Rini · Tue May 10 14:36:59 2022 -0400
  2. 0f311f2 misc: Correct Kconfig dependencies for a number of options by Tom Rini · Tue May 10 12:51:47 2022 -0400
  3. 788fbd4 doc: regulator: Add regulator-force-boot-off binding by Chris Packham · Tue May 10 09:58:28 2022 +1200
  4. e4c5b79 cmd: dm: migrate dm command to use U_BOOT_CMD_WITH_SUBCMDS() by Ovidiu Panait · Sun May 08 13:01:42 2022 +0300
  5. c95a50e dm: fix DM_EVENT dependencies by Heinrich Schuchardt · Sat May 07 22:39:01 2022 +0200
  6. d0f8b69 boot: image-pre-load: drop unused CONFIG_SYS_BOOTM_LEN by Peng Fan · Sat May 07 21:23:05 2022 +0800
  7. 2c3c282 configs: Resync with savedefconfig by Tom Rini · Mon Jun 06 12:13:29 2022 -0400
  8. 97ad293 Merge branch '2022-06-06-finish-SPL-Kconfig-migration' into next by Tom Rini · Mon Jun 06 12:09:41 2022 -0400
  9. 78896ae spl: Rework and tighten some dependencies by Tom Rini · Tue May 31 10:24:55 2022 -0400
  10. 2aa5e50 spl: Rework Kconfig to be more menu driven by Tom Rini · Mon May 30 17:11:23 2022 -0400
  11. 0d989c8 spl: Move all VPL, TPL and PowerPC specific CONFIG options to separate files by Tom Rini · Mon May 30 17:01:22 2022 -0400
  12. 5e8d09f arm: mvebu: Remove CONFIG_SPL_BOOT_DEVICE by Chris Packham · Sun May 29 11:13:18 2022 +1200
  13. 7d5d591 Convert CONFIG_FIXED_SDHCI_ALIGNED_BUFFER to Kconfig by Chris Packham · Sun May 29 11:13:17 2022 +1200
  14. eecbd46 arm: mvebu: Use MVEBU_SPL_BOOT_DEVICE instead of SPL_BOOT_DEVICE by Chris Packham · Sun May 29 11:13:16 2022 +1200
  15. 74f103e riotboard, syzygy_hub: Disable SPL_FALCON_BOOT_MMCSD by Tom Rini · Sun May 29 09:34:42 2022 -0400
  16. f95c259 Convert CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR et al to Kconfig by Tom Rini · Sat May 28 17:21:03 2022 -0400
  17. 9568a0e Convert CONFIG_SYS_NAND_SPL_KERNEL_OFFS to Kconfig by Tom Rini · Sat May 28 16:43:53 2022 -0400
  18. 5391b81 spl: Remove CONFIG_SPL_START_S_PATH and rework the logic behind it by Tom Rini · Sat May 28 12:40:40 2022 -0400
  19. 035fd9c Drop CONFIG_SPL_SIZE by Tom Rini · Sat May 28 12:07:26 2022 -0400
  20. 27f7dcf ax25-ae350: Move CONFIG_SYS_FDT_BASE to Kconfig by Tom Rini · Sat May 28 09:13:59 2022 -0400
  21. 2c9d2b5 Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig by Tom Rini · Fri May 27 22:06:52 2022 -0400
  22. 06d06f7 Convert CONFIG_SPL_TARGET to Kconfig by Tom Rini · Fri May 27 17:13:52 2022 -0400
  23. 44e5ba4 Remove CONFIG_SPL_STACK_SIZE by Tom Rini · Fri May 27 16:56:13 2022 -0400
  24. 3388df7 Drop CONFIG_SPL_SPI_FLASH_MINIMAL by Tom Rini · Fri May 27 16:34:14 2022 -0400
  25. d75a779 Convert CONFIG_SPL_GD_ADDR to Kconfig by Tom Rini · Fri May 27 16:19:05 2022 -0400
  26. 021f09a etamin: Remove CONFIG_SPL_CMT defines by Tom Rini · Fri May 27 15:20:11 2022 -0400
  27. daf811e Remove CONFIG_SYS_SPL_LEN largely by Tom Rini · Fri May 27 15:18:06 2022 -0400
  28. 166e322 Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig by Tom Rini · Fri May 27 12:48:32 2022 -0400
  29. 65aa124 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · Fri May 27 10:19:45 2022 -0400
  30. 6de36a7 Convert CONFIG_SPL_RELOC_TEXT_BASE et al to Kconfig by Tom Rini · Thu May 26 16:59:30 2022 -0400
  31. 1a9f23d Convert CONFIG_TPL_NAND_INIT to Kconfig by Tom Rini · Thu May 26 14:31:57 2022 -0400
  32. ed83ed9 imx7: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · Thu May 26 13:46:32 2022 -0400
  33. 5524243 imx6: Update CONFIG_SPL_STACK defaults in Kconfig by Tom Rini · Thu May 26 13:36:17 2022 -0400
  34. 8a14ac4 Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · Thu May 26 13:13:21 2022 -0400
  35. 4ddbade Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · Wed May 25 12:16:03 2022 -0400
  36. 86d2524 Introduce include/system-constants.h by Tom Rini · Wed May 25 10:16:18 2022 -0400
  37. 458909f stih410-b2260: Switch to using GENERATED_GBL_DATA_SIZE by Tom Rini · Tue May 24 14:18:11 2022 -0400
  38. 55f3756 powerpc: Switch to using CONFIG_SYS_INIT_SP_OFFSET from CONFIG_SYS_GBL_DATA_OFFSET by Tom Rini · Tue May 24 14:14:02 2022 -0400
  39. d2100c1 mpc85xx: Switch to setting the initial stack pointer more clearly by Tom Rini · Tue May 24 13:49:56 2022 -0400
  40. d5342e8 m68k: Stop using CONFIG_SYS_GBL_DATA_OFFSET by Tom Rini · Tue May 24 13:40:05 2022 -0400
  41. c0f9198 arm: Stop using CONFIG_SYS_GBL_DATA_OFFSET by Tom Rini · Tue May 24 13:23:40 2022 -0400
  42. 89ca343 arm: Use CONFIG_SPL_STACK or CONFIG_SYS_INIT_SP_ADDR directly. by Tom Rini · Tue May 24 13:11:41 2022 -0400
  43. a276bc7 mvebu: Use CONFIG_SPL_STACK + 4 directly for bootparam location by Tom Rini · Tue May 24 09:57:18 2022 -0400
  44. 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · Wed May 25 16:13:48 2022 -0400
  45. 21c03e5 m68k: Remove dead code by Tom Rini · Wed May 25 15:11:18 2022 -0400
  46. f8f6b32 Convert CONFIG_SPL_COMMON_INIT_DDR to Kconfig by Tom Rini · Sat May 21 14:44:28 2022 -0400
  47. 17845c5 ppc / layerscape: Clean up CONFIG_SYS_CCSR_DO_NOT_RELOCATE usage by Tom Rini · Sat May 21 11:26:27 2022 -0400
  48. e7d67a4 Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig by Tom Rini · Fri May 20 12:36:05 2022 -0400
  49. 0cb89e7 Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · Thu May 19 15:09:22 2022 -0400
  50. abb0f52 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · Mon May 16 17:20:26 2022 -0400
  51. a4f2ab9 Convert CONFIG_SPL_FS_LOAD_PAYLOAD_NAME et al to Kconfig by Tom Rini · Fri May 13 17:12:35 2022 -0400
  52. 2d03b91 Convert CONFIG_SPL_NAND_RAW_ONLY et al to Kconfig by Tom Rini · Fri May 13 12:46:23 2022 -0400
  53. 6b15c16 Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · Fri May 13 12:26:35 2022 -0400
  54. d650175 Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to Kconfig by Tom Rini · Fri May 13 09:36:03 2022 -0400
  55. 2c56279 Convert CONFIG_SYS_FLASH_CFI_WIDTH to Kconfig by Tom Rini · Fri May 13 09:18:27 2022 -0400
  56. 6c7a9e0 spl: Remove CONFIG_SPL_SATA_BOOT_DEVICE by Tom Rini · Fri May 13 13:37:30 2022 -0400
  57. 60023bc fsl-layerscape: Remove CONFIG_SPL_PBL_PAD by Tom Rini · Fri May 13 12:42:13 2022 -0400
  58. d84518d P1010RDB: Remove CONFIG_SPL_NAND_MINIMAL by Tom Rini · Fri May 13 12:14:07 2022 -0400
  59. f5e9359 spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · Thu May 12 17:35:40 2022 -0400
  60. e9de59f arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespace by Tom Rini · Thu May 12 17:22:26 2022 -0400
  61. 4780550 Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig by Tom Rini · Thu May 12 16:45:08 2022 -0400
  62. 6bb84a7 Convert CONFIG_HUSH_INIT_VAR to Kconfig by Tom Rini · Thu May 12 16:12:16 2022 -0400
  63. c253f12 Convert CONFIG_SYS_BARGSIZE to Kconfig by Tom Rini · Thu May 12 10:02:06 2022 -0400
  64. ae17fa3 Convert CONFIG_SYS_CBSIZE to Kconfig by Tom Rini · Wed May 11 18:01:06 2022 -0400
  65. cbfa139 Convert CONFIG_SYS_PBSIZE to Kconfig by Tom Rini · Wed May 11 17:38:09 2022 -0400
  66. ba5c2b0 Convert CONFIG_SYS_MAXARGS to Kconfig by Tom Rini · Wed May 11 16:21:06 2022 -0400
  67. e8ea663 Prepare v2022.07-rc4 by Tom Rini · Mon Jun 06 10:25:13 2022 -0400
  68. b4dfbb0 configs: fsl: add missing SYS_FMAN_FW_ADDR defines by Camelia Groza · Thu Jun 02 16:47:09 2022 +0300
  69. e4638a0 doc: update mail author for st-dt.rst by Patrick Delaunay · Thu Jun 02 18:34:49 2022 +0200
  70. 6d37989 Merge tag 'efi-2022-07-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jun 04 09:38:56 2022 -0400
  71. 6a4625e efi: test/py: authenticate fit capsules by Vincent Stehlé · Tue May 31 09:55:34 2022 +0200
  72. f0c7daa test/py: efi_capsule: repair image authentication test by Vincent Stehlé · Tue May 31 09:55:33 2022 +0200
  73. fddb136 EFI: Update the documentation to reflect the correct value of OsIndications by Sughosh Ganu · Tue May 31 12:45:35 2022 +0530
  74. c212fc7 EFI: Populate descriptor_count value only when image_info_size is not zero by Sughosh Ganu · Tue May 31 12:45:33 2022 +0530
  75. 291f731 doc: environment: Fix typo by Chris Packham · Wed May 25 13:08:51 2022 +1200
  76. 05a37be Merge branch '2022-06-03-assorted-fixes' by Tom Rini · Fri Jun 03 15:42:13 2022 -0400
  77. 0d3457c board: ti: am64x: Update MAINTAINERS by Dave Gerlach · Fri Jun 03 14:30:20 2022 -0500
  78. 501073d squashfs: Fix compilation on big endian systems by Pali Rohár · Wed Apr 06 23:31:53 2022 +0200
  79. eb7bdc6 imx: imx8mq: select CONFIG_CMD_CLK by Peng Fan · Mon May 23 19:38:28 2022 +0800
  80. 9b8ed24 imx: imx8mq: default select CLK_IMX8MQ by Peng Fan · Mon May 23 19:38:27 2022 +0800
  81. 05cc827 fdt: Add U-Boot version to chosen node by Francesco Dolcini · Thu May 19 16:22:26 2022 +0200
  82. a0aaa32 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · Thu May 26 11:14:37 2022 -0300
  83. 11af9ed armv8: Fix TCR 64-bit writes by Andre Przywara · Mon May 09 17:08:49 2022 +0100
  84. 3f66e8e net: enetc: unregister mdiobus by Michael Walle · Tue May 31 18:36:16 2022 +0200
  85. 8d2176a ubifs: Fix lockup/crash when reading files by Pali Rohár · Tue May 17 22:45:28 2022 +0200
  86. bf74a57 Merge tag 'efi-2022-07-rc4-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue May 31 13:05:53 2022 -0400
  87. 1baf964 bootmenu: use utf-8 for menu title by Masahisa Kojima · Sun May 29 10:52:43 2022 +0900
  88. 86ce1e6 doc/efi: add firmware management protocol to the documentation by Vincent Stehlé · Wed May 25 11:20:21 2022 +0200
  89. 0f3c922 efi: fix documentation warnings by Vincent Stehlé · Wed May 25 11:20:22 2022 +0200
  90. 0caeff5 lib/charset: fix compile warnings by Masahisa Kojima · Mon May 16 20:00:42 2022 +0900
  91. dac4d09 efi_loader: bootmgr: fix a problem in loading an image from a short-path by AKASHI Takahiro · Thu May 12 11:29:02 2022 +0900
  92. ba647af efi_loader: disk: add efi_disk_is_removable() by AKASHI Takahiro · Thu May 12 11:29:01 2022 +0900
  93. 3ea20e7 cmd/bootefi: correct command syntax by Heinrich Schuchardt · Thu May 19 08:00:56 2022 +0200
  94. 9244cf0 test: don't change console timeout in EFI selftest. by Heinrich Schuchardt · Mon May 09 22:02:05 2022 +0200
  95. 8bf7ffd test: fix pylint warnings in test_efi_selftest.py by Heinrich Schuchardt · Sun May 08 10:40:49 2022 +0200
  96. 97cbcc4 bootmenu: U-Boot console is enabled as default by Masahisa Kojima · Thu May 26 19:09:38 2022 +0900
  97. fbd8417 doc: sandbox: Add additional valgrind documentation by Sean Anderson · Fri May 27 10:02:59 2022 -0400
  98. 566cd94 doc/build/gcc: add more required packages by Heinrich Schuchardt · Thu May 26 10:15:58 2022 +0200
  99. 07ddb87 doc: sandbox: Add a note of disabling LTO when using gdb by Bin Meng · Wed May 18 00:21:29 2022 +0800
  100. c1c3c3c doc: sandbox: Correct the memory size config option by Bin Meng · Wed May 18 00:09:17 2022 +0800