1. 06b5171 Merge tag 'efi-next-20230608' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Thu Jun 08 11:19:27 2023 -0400
  2. 73a8a1d test/py: efi_capsule: test for FMP versioning by Masahisa Kojima · Wed Jun 07 14:42:00 2023 +0900
  3. a7ffc2f test: efi_capsule: refactor efi_capsule test by Masahisa Kojima · Wed Jun 07 14:41:59 2023 +0900
  4. 475a4f7 doc: uefi: add anti-rollback documentation by Masahisa Kojima · Wed Jun 07 14:41:58 2023 +0900
  5. d20d4c4 doc: uefi: add firmware versioning documentation by Masahisa Kojima · Wed Jun 07 14:41:57 2023 +0900
  6. de87ca0 mkeficapsule: add FMP Payload Header by Masahisa Kojima · Wed Jun 07 14:41:56 2023 +0900
  7. 94f4780 efi_loader: check lowest supported version by Masahisa Kojima · Wed Jun 07 14:41:55 2023 +0900
  8. 941353c efi_loader: get lowest supported version from device tree by Masahisa Kojima · Wed Jun 07 14:41:54 2023 +0900
  9. ff96fa1 efi_loader: versioning support in GetImageInfo by Masahisa Kojima · Wed Jun 07 14:41:53 2023 +0900
  10. 45a18f0 efi_loader: store firmware version into FmpState variable by Masahisa Kojima · Wed Jun 07 14:41:52 2023 +0900
  11. 5d2438b efi_loader: add the number of image entries in efi_capsule_update_info by Masahisa Kojima · Wed Jun 07 14:41:51 2023 +0900
  12. 1be9df3 Merge branch '2023-06-01-assorted-platform-updates' into next by Tom Rini · Thu Jun 01 15:43:38 2023 -0400
  13. d8af3ac arm: mach-k3: am625_init: Add Erratum WA for RTC startup by Nishanth Menon · Tue May 16 18:06:21 2023 -0500
  14. ded7f38 arm: baltos: switch to CONFIG_DM_I2C by Yegor Yefremov · Mon May 15 16:26:44 2023 +0200
  15. 6a096e6 phy: ti: phy-j721e-wiz: Add j721s2-wiz-10g module support by Ravi Gunasekaran · Mon May 15 16:20:40 2023 +0530
  16. ae83fe2 arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU by Kamlesh Gurudasani · Fri May 12 17:28:52 2023 +0530
  17. e61ceab arm: mach-k3: j7200: clk-data.c: Add main_uart1 clock data by Bhavya Kapoor · Fri May 12 15:32:53 2023 +0530
  18. 65f4aa4 arm: mach-k3: j7200: dev-data.c: Add main_uart1 device data by Bhavya Kapoor · Fri May 12 15:32:52 2023 +0530
  19. 17d0b13 arch: arm: mach-k3: j721e: add support for UDA FS by Udit Kumar · Thu May 11 14:47:50 2023 +0530
  20. c165f01 configs: j7200: correct mmc offset by Udit Kumar · Thu May 11 14:47:49 2023 +0530
  21. ed92ede doc: board: ti: add documenation for j7200 by Udit Kumar · Thu May 11 14:47:48 2023 +0530
  22. 623258d arm: mach-k3: j721s2: clk-data.c: Add main_uart5 clock data by Bhavya Kapoor · Thu May 11 14:42:52 2023 +0530
  23. 77e0a8f arm: mach-k3: j721s2: dev-data.c: Add main_uart5 device data by Bhavya Kapoor · Thu May 11 14:42:51 2023 +0530
  24. fb7bfa5 arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock data by Bhavya Kapoor · Thu May 11 13:14:15 2023 +0530
  25. 9798f81 arm: mach-k3: j721e: dev-data.c: Add main_uart2 device data by Bhavya Kapoor · Thu May 11 13:14:14 2023 +0530
  26. cdf52c7 axi: fix definition of axi_sandbox_get_emul() by Heinrich Schuchardt · Wed May 10 11:59:20 2023 +0200
  27. 831b73f firmware: ti_sci: Add missing LF in error message by Andreas Dannenberg · Tue May 09 16:38:13 2023 -0500
  28. 0cb06de pinctrl: nuvoton: set output state before enabling the output by Jim Liu · Tue May 09 15:07:34 2023 +0800
  29. 9b8ba14 configs: am62ax_evm_a53_defconfig: Enable YMODEM support at A53 SPL by Vignesh Raghavendra · Mon May 08 10:13:32 2023 +0530
  30. 33f75ee arm: mach-k3: common: reorder removal of firewalls by Manorit Chawdhry · Fri May 05 15:54:00 2023 +0530
  31. 87a25a0 Revert "arm: mach-k3: common: don't reconfigure background firewalls" by Manorit Chawdhry · Fri May 05 15:53:59 2023 +0530
  32. 6feedde doc: Add info for building Xen target with Clang by Leo Yan · Thu May 04 15:54:59 2023 +0800
  33. 941a32a arm64: Remove duplicated symbols by Leo Yan · Thu May 04 15:54:58 2023 +0800
  34. c6f34e8 Merge branch '2023-05-31-assorted-fixes-and-improvements' into next by Tom Rini · Thu Jun 01 11:23:23 2023 -0400
  35. ed8339f mmc: fix improper use of memset by Sam Edwards · Thu May 18 13:47:07 2023 -0600
  36. 9ed024d common: dfu: Remove leading space characters by Ravi Gunasekaran · Thu May 18 12:06:23 2023 +0530
  37. 14fd4c6 cmd: sf/nand: Print and return failure when 0 length is passed by Ashok Reddy Soma · Tue May 16 05:52:36 2023 -0600
  38. 2d965c2 scripts/Makefile.lib: change spelling of $(srctree)/arch/$(ARCH)/dts in dtc_cpp_flags by Rasmus Villemoes · Tue May 16 11:17:56 2023 +0200
  39. ab5e883 semihosting: create file in smh_fs_write_at() by Heinrich Schuchardt · Sat May 13 00:47:03 2023 +0200
  40. 7c6c5ca arm: set alignment properly for asm funcs by Sam Edwards · Fri May 12 16:31:05 2023 -0600
  41. 5c7d204 cmd: fs: document where 'size' stores its result by Baruch Siach · Sun May 07 13:48:06 2023 +0300
  42. a52881e cli: avoid buffer overrun by Heinrich Schuchardt · Tue May 02 04:34:09 2023 +0200
  43. fabe707 spl: Correct checking of configuration node by Bin Meng · Mon May 01 11:35:26 2023 +0800
  44. 7998013 cmd: fdt: Correct checking of configuration node by Bin Meng · Mon May 01 11:35:25 2023 +0800
  45. a0f6a5b efi: Correct .efi rules by Simon Glass · Sat Apr 29 19:21:47 2023 -0600
  46. 90b0127 acpi: Put the version numbers in a central place by Simon Glass · Sat Apr 29 19:21:46 2023 -0600
  47. 563f2cb Makefile: Fix incorrect FORCE deps on env rules by Simon Glass · Sat Apr 29 19:21:45 2023 -0600
  48. 89e8b31 fastboot: Only call the bootm command if it is enabled by Samuel Holland · Mon Feb 20 00:14:58 2023 -0600
  49. f36958f Merge branch '2023-05-31-cleanup-unaligned-access-macros' into next by Tom Rini · Wed May 31 16:30:16 2023 -0400
  50. 2ee221c asm-generic: simplify unaligned.h by Jens Wiklander · Mon May 22 14:22:38 2023 +0200
  51. 2458a51 linux/unaligned: remove unused access_ok.h by Jens Wiklander · Mon May 22 14:22:37 2023 +0200
  52. d3d59a4 fs/btrfs: use asm/unaligned.h by Jens Wiklander · Mon May 22 14:22:36 2023 +0200
  53. 8ae77cc powerpc: use asm-generic/unaligned.h by Jens Wiklander · Mon May 22 14:22:35 2023 +0200
  54. 3234632 m68k: use asm-generic/unaligned.h by Jens Wiklander · Mon May 22 14:22:34 2023 +0200
  55. d3785a1 mips: use asm-generic/unaligned.h by Jens Wiklander · Mon May 22 14:22:33 2023 +0200
  56. 6c5d99a sh: use asm-generic/unaligned.h by Jens Wiklander · Mon May 22 14:22:32 2023 +0200
  57. e264363 arm: use asm-generic/unaligned.h by Jens Wiklander · Mon May 22 14:22:31 2023 +0200
  58. 2232646 Merge branch '2023-05-31-code-cleanups' into next by Tom Rini · Wed May 31 12:32:38 2023 -0400
  59. e6618f4 include: Remove unused header files by Tom Rini · Tue May 16 12:34:47 2023 -0400
  60. 809a679 faraday: remove orphaned header file by Andre Przywara · Mon May 15 14:52:14 2023 +0100
  61. 0d1669a exynos: fix header inclusion guard by Andre Przywara · Mon May 15 14:52:13 2023 +0100
  62. a5ac7d5 freescale: vsc3316_3308: fix header inclusion guard by Andre Przywara · Mon May 15 14:52:12 2023 +0100
  63. 82a9d27 arm: uniphier: fix header inclusion guard by Andre Przywara · Mon May 15 14:52:11 2023 +0100
  64. ccbd20d imx: fix header inclusion guards by Andre Przywara · Mon May 15 14:52:10 2023 +0100
  65. 9fbd9ef arm: Remove ti816x_evm board and ti816x SoC support by Tom Rini · Thu May 11 14:07:24 2023 -0400
  66. 6c0b944 configs: Resync with savedefconfig by Tom Rini · Thu May 18 16:05:49 2023 -0400
  67. a04d923 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb into next by Tom Rini · Thu May 18 14:02:39 2023 -0400
  68. 2fe6edf Merge branch 'next_gpio' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Tue May 16 20:24:44 2023 -0400
  69. a012215 Merge branch '2023-05-16-remove-misuse-of-env-is-nowhere' into next by Tom Rini · Tue May 16 20:24:21 2023 -0400
  70. c2fc02b usb: gadget: Add and use matching SPL USB ethernet gadget Kconfig symbols by Marek Vasut · Sat May 06 16:42:40 2023 +0200
  71. 98b9193 usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/ by Marek Vasut · Sat May 06 16:42:39 2023 +0200
  72. 0e6ba4f usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/ by Marek Vasut · Sat May 06 16:42:38 2023 +0200
  73. 1d5c59c usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/ by Marek Vasut · Sat May 06 16:42:37 2023 +0200
  74. 6916dc2 gpio: renesas: Simplify .request/.rfree callbacks by Pali Rohár · Tue Aug 02 12:06:55 2022 +0200
  75. 39962b2 env: Remove misuse of env is nowhere leftover by Stefan Herbrechtsmeier · Tue May 02 12:23:05 2023 +0200
  76. afccca9 powerpc/mpc85xx: socrates: Remove misuse of env is nowhere driver by Stefan Herbrechtsmeier · Tue May 02 12:23:04 2023 +0200
  77. d95ac85 imx6q: acc: Remove misuse of env is nowhere driver by Stefan Herbrechtsmeier · Tue May 02 12:23:03 2023 +0200
  78. 8dcc9c7 imx6: aristainetos: Remove misuse of env is nowhere driver by Stefan Herbrechtsmeier · Tue May 02 12:23:02 2023 +0200
  79. ae7030c Merge branch '2023-05-15-build-system-updates' into next by Tom Rini · Mon May 15 15:26:54 2023 -0400
  80. d7b87b7 Fix sparse checks processing by Christophe Leroy · Fri May 05 10:39:39 2023 +0200
  81. f5fe591 kbuild: Allow DTB overlays to built from .dtso named source files by Rasmus Villemoes · Thu May 04 14:26:44 2023 +0200
  82. dcbc5b0 kbuild: add dtc as dependency on .dtb files by Rasmus Villemoes · Thu May 04 14:26:43 2023 +0200
  83. 61890e5 scripts/Makefile.dts: tweak logic for deciding which dtbs to build by Rasmus Villemoes · Thu May 04 13:33:08 2023 +0200
  84. 4b4b6a0 scripts: dtc-version: support git version strings too by Martin Hundebøll · Wed May 03 12:23:39 2023 +0200
  85. bc352c8 Merge branch '2023-05-11-CONFIG_IS_ENABLED-vs-IS_ENABLED-cleanups' into next by Tom Rini · Thu May 11 13:02:03 2023 -0400
  86. 950f8ff power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY) by Troy Kisky · Mon Mar 13 14:31:44 2023 -0700
  87. 745d9e3 arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATA by Troy Kisky · Mon Mar 13 14:31:42 2023 -0700
  88. b454545 wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATA by Troy Kisky · Mon Mar 13 14:31:41 2023 -0700
  89. d64485e solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATA by Troy Kisky · Mon Mar 13 14:31:40 2023 -0700
  90. 87031cb freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC) by Troy Kisky · Mon Mar 13 14:31:38 2023 -0700
  91. 4b00c29 m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT) by Troy Kisky · Mon Mar 13 14:31:37 2023 -0700
  92. ab2307b ofnode: fdt_support definitions needed if OF_CONTROL is enabled by Troy Kisky · Mon Mar 13 14:31:35 2023 -0700
  93. c24b8f7 config_distro_bootcmd: remove booting environment variables from SPL environment by Troy Kisky · Mon Mar 13 14:31:34 2023 -0700
  94. c321bb2 x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED by Troy Kisky · Mon Mar 13 14:31:33 2023 -0700
  95. 9122972 cmd: nvedit: remove error check, handle with Kconfig by Troy Kisky · Mon Mar 13 14:31:24 2023 -0700
  96. a33ec6d Merge branch 'master' into next by Tom Rini · Mon May 08 14:31:04 2023 -0400
  97. 66aea14 Prepare v2023.07-rc2 by Tom Rini · Mon May 08 14:16:32 2023 -0400
  98. ab41061 configs: Resync with savedefconfig by Tom Rini · Mon May 08 13:43:35 2023 -0400
  99. de35c3a board: ti: am64x: Add support for AM64B SK by Judith Mendez · Thu Apr 06 11:49:01 2023 +0530
  100. eda07d6 common: spl: spl: Remove video driver before u-boot proper by Nikhil M Jain · Mon Apr 10 14:19:13 2023 +0530