1. 871b0a7 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Mon Jan 29 12:58:42 2024 -0500
  2. b30722a Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Mon Jan 29 10:57:42 2024 -0500
  3. 8b06446 Merge branch '2024-01-29-pytest-enhancements' by Tom Rini · Mon Jan 29 10:56:56 2024 -0500
  4. aaf4a62 test/py: scsi: Add test for scsi commands by Love Kumar · Fri Jan 19 20:07:13 2024 +0530
  5. 6c91f09 test/py: usb: Add tests for USB device by Love Kumar · Fri Jan 19 19:56:02 2024 +0530
  6. 40598bd test/py: mmc: Add tests for MMC device by Love Kumar · Fri Jan 19 19:55:50 2024 +0530
  7. b32a3d2 test/py: secure: Add secure tests for Zynq & ZynqMP by Love Kumar · Fri Jan 19 15:31:29 2024 +0530
  8. dcaeb18 test/py: gpio: Add gpio pins generic test by Love Kumar · Fri Jan 19 11:08:34 2024 +0530
  9. d899e02 test/py: zynqmp_rpu: Add test for loading RPU apps by Love Kumar · Fri Jan 19 11:06:41 2024 +0530
  10. c81f13e pytest: update requirements.txt by Caleb Connolly · Tue Jan 02 11:55:30 2024 +0000
  11. 7618389 sunxi: Consider SPL size limitations for FIT loading by Samuel Holland · Tue Oct 31 00:17:41 2023 -0500
  12. acaf53a sunxi: binman: Support FIT generation for 32-bit SoCs by Samuel Holland · Tue Oct 31 00:17:40 2023 -0500
  13. 405e06c sunxi: binman: Move BL31 and SCP firmware addresses to Kconfig by Samuel Holland · Tue Oct 31 00:17:39 2023 -0500
  14. 3d37a01 sunxi: spl: Disable padding from SPL_PAD_TO by Samuel Holland · Tue Oct 31 00:17:38 2023 -0500
  15. fc797e2 sunxi: add defconfig for nanopi_duo2 by Chuanhong Guo · Thu Dec 28 13:29:15 2023 +0800
  16. eda9931 net: sun8i-emac: Add support for fixed-link phy by Maksim Kiselev · Sat Jan 20 19:26:24 2024 +0300
  17. 8ea9ef5 sunxi: add Transpeed 8K618-T board support by Nick Alilovic · Thu Jan 18 11:25:56 2024 -0500
  18. b5d4c83 sunxi: dts: update devicetree files from Linux-v6.8-rc1 by Andre Przywara · Sun Jan 21 00:06:00 2024 +0000
  19. ceb234f mtd: spi-nor-ids: Add Infineon(Cypress) s28hs02gt ID by Takahiro Kuwano · Fri Dec 22 14:46:06 2023 +0900
  20. 299c11a mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable() by Takahiro Kuwano · Fri Dec 22 14:46:05 2023 +0900
  21. 9c84d29 mtd: spi-nor-core: Consolidate post_bfpt_fixup() for Infineon(Cypress) S25 and S28 by Takahiro Kuwano · Fri Dec 22 14:46:04 2023 +0900
  22. 3aa7809 mtd: spi-nor-core: Consolidate setup() hook for Infineon(Cypress) S25 and S28 by Takahiro Kuwano · Fri Dec 22 14:46:03 2023 +0900
  23. b561ece mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR mode by Takahiro Kuwano · Fri Dec 22 14:46:02 2023 +0900
  24. b501f4d mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28 by Takahiro Kuwano · Fri Dec 22 14:46:01 2023 +0900
  25. 7b80d3b mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR mode by Takahiro Kuwano · Fri Dec 22 14:46:00 2023 +0900
  26. 5e98ab1 mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28 by Takahiro Kuwano · Fri Dec 22 14:45:59 2023 +0900
  27. 03fee19 mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28 by Takahiro Kuwano · Fri Dec 22 14:45:58 2023 +0900
  28. 888eec8 mtd: spi: spi-nor-ids: Add more XM25Q series chips by Ssunk · Tue Jan 16 13:38:34 2024 +0800
  29. e56bc92 spi: cadence_qspi: Address the comparison failure for 0-8 bytes of data by Tejas Bhumkar · Sun Jan 28 12:07:46 2024 +0530
  30. a9b9ed4 mtd: spi-nor-ids: Add is25lx512 chip by Tejas Bhumkar · Wed Dec 27 21:58:39 2023 +0530
  31. 6cf5618 spi: dw: add check for Rx FIFO overflow by Maksim Kiselev · Thu Dec 21 13:13:30 2023 +0300
  32. 9d87496 sunxi: simplify U-Boot proper only builds by Andre Przywara · Wed Jan 03 00:12:27 2024 +0000
  33. 7a2b261 sunxi: remove common.h inclusion by Andre Przywara · Wed Jan 03 00:12:26 2024 +0000
  34. 331b0ee sunxi: sun9i: remove unneeded base addresses from header by Andre Przywara · Wed Jan 03 00:12:24 2024 +0000
  35. 5ffa92f sunxi: sun4i: remove unneeded base addresses from header by Andre Przywara · Wed Jan 03 00:12:23 2024 +0000
  36. 540c186 sunxi: sun50i-h6: remove unneeded base addresses from header by Andre Przywara · Wed Jan 03 00:12:22 2024 +0000
  37. fe85dbc sunxi: cleanup sunxi-common.h by Andre Przywara · Wed Jan 03 00:12:21 2024 +0000
  38. f35157c Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · Sat Jan 27 20:43:20 2024 -0500
  39. 00eed1e ARM: renesas: whitehawk: Drop extra leading space by Marek Vasut · Sun Jan 21 18:33:12 2024 +0100
  40. dc9595b ARM: renesas: Drop include common.h by Marek Vasut · Sun Jan 21 18:31:23 2024 +0100
  41. 014cea0 pinctrl: renesas: Drop include common.h by Marek Vasut · Sun Jan 21 18:31:22 2024 +0100
  42. 7885dca clk: renesas: Drop include common.h by Marek Vasut · Sun Jan 21 18:31:21 2024 +0100
  43. a2ffd18 Merge tag 'smbios-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Jan 27 07:53:29 2024 -0500
  44. b36c9a0 lib: support SMBIOS3 table in uuid_guid_get_str() by Heinrich Schuchardt · Mon Jan 22 14:04:35 2024 +0100
  45. af136d3 smbios: use struct_table_length to get SMBIOS 2.1 total table length by Masahisa Kojima · Thu Jan 25 10:11:28 2024 +0900
  46. d8733f3 efi_loader: migrate SMBIOS 3.0 entry point structure for measurement by Masahisa Kojima · Fri Jan 26 09:53:42 2024 +0900
  47. 28ad64c configs: enable smbios command on qemu_arm64_defconfig by Heinrich Schuchardt · Thu Jan 25 16:54:38 2024 +0100
  48. 00ba350 configs: enable smbios command on sandbox by Heinrich Schuchardt · Thu Jan 25 16:54:37 2024 +0100
  49. dd60469 test: unit test for smbios command by Heinrich Schuchardt · Thu Jan 25 16:54:36 2024 +0100
  50. ddbcc39 doc: man-page for smbios command by Heinrich Schuchardt · Thu Jan 25 16:54:35 2024 +0100
  51. bf11df8 cmd: provide command to display SMBIOS information by Heinrich Schuchardt · Thu Jan 25 16:54:34 2024 +0100
  52. 856ffa5 smbios: type2: contained object handles by Heinrich Schuchardt · Thu Jan 25 16:54:33 2024 +0100
  53. eccfaee Merge branch '2024-01-24-assorted-fixes-and-updates' by Tom Rini · Thu Jan 25 11:01:38 2024 -0500
  54. 4f17148 reset: reset-hisilicon: also handle #reset-cells = <2> by Yang Xiwen · Fri Jan 19 20:49:17 2024 +0800
  55. ee737c8 test: enhance unicode_test_utf8_to_utf32_stream() by Heinrich Schuchardt · Thu Jan 18 18:57:12 2024 +0100
  56. 7a0d3a1 lib: add comment in utf8_to_utf32_stream() by Heinrich Schuchardt · Thu Jan 18 18:54:50 2024 +0100
  57. 763160f docker: Add tools/buildman/requirements.txt to the cache by Tom Rini · Thu Jan 18 12:10:07 2024 -0500
  58. cc82bae common: console: Fix print complete stdio device list by Patrice Chotard · Wed Jan 17 13:37:13 2024 +0100
  59. 08f67c4 cmd: bootmenu: rename U-Boot console to Exit by Svyatoslav Ryhel · Wed Jan 17 12:55:46 2024 +0200
  60. 0fd5b07 board: verdin-am62: set cpu core voltage depending on speed grade by Max Krummenacher · Wed Jan 17 11:16:49 2024 +0100
  61. cefc538 arm: mach-k3: am62: provide more soc feature info accessors by Max Krummenacher · Wed Jan 17 11:16:48 2024 +0100
  62. adff714 arm: mach-k3: am62: move device identification accessor functions to header by Max Krummenacher · Wed Jan 17 11:16:47 2024 +0100
  63. 88f9862 board: verdin-am62: improve comment on usb phy core voltage by Max Krummenacher · Wed Jan 17 11:16:46 2024 +0100
  64. 0e226eb headers: don't depend on errno.h being available by Max Krummenacher · Thu Jan 18 19:10:47 2024 +0100
  65. ee65ec0 cmd: increase default for SYS_MAXARGS by Heinrich Schuchardt · Mon Jan 15 14:46:56 2024 +0100
  66. e6df0ea board: ti: common: board_detect: Fix EEPROM offset read for 1-byte by Prasanth Babu Mantena · Mon Oct 30 22:34:58 2023 +0530
  67. 8ccab88 Merge patch series "omap3: Make SPL_OMAP3_ID_NAND depend on NAND_OMAP_GPMC" by Tom Rini · Mon Jan 22 13:30:23 2024 -0500
  68. ddb1ec1 mtd: Make CONFIG_MTD be the gate symbol for the menu by Tom Rini · Wed Jan 10 13:46:10 2024 -0500
  69. 50db3b9 cmd/flash: Make this default y for CFI and NOR only by Tom Rini · Wed Jan 10 13:46:09 2024 -0500
  70. 7e28ea8 env: Make ENV_IS_IN_SPI_FLASH depend on SPI flash being present by Tom Rini · Wed Jan 10 13:46:08 2024 -0500
  71. dc11bf0 cmd/mtdparts: Make this select MTD_PARTITIONS by Tom Rini · Wed Jan 10 13:46:07 2024 -0500
  72. 58a8526 omap3: Make SPL_OMAP3_ID_NAND depend on NAND_OMAP_GPMC by Tom Rini · Wed Jan 10 13:46:06 2024 -0500
  73. 813aa8f common: usb-hub: Reset hub port before scanning by Shantur Rathore · Sat Dec 09 18:10:56 2023 +0000
  74. afae6c2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Mon Jan 22 10:59:20 2024 -0500
  75. ba348cd Merge tag 'u-boot-imx-master-20240122' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Jan 22 09:47:52 2024 -0500
  76. 089a77e Merge commit '3c9bb8fbdc77f6bd56e97597d875d8965db3b96c' of https://github.com/tienfong/uboot_mainline by Tom Rini · Mon Jan 22 09:35:38 2024 -0500
  77. df04a14 board: solidrun: clearfog: fix serdes 1 / eth2 speed for clearfog gtr by Josua Mayer · Fri Jan 12 14:35:11 2024 +0100
  78. 85076d7 arm: mvebu: clearfog gtr: add config option to select serdes0 interface by Josua Mayer · Fri Jan 12 14:35:10 2024 +0100
  79. 2f82085 ARM: imx: Enable kaslrseed command on DH i.MX8M Plus DHCOM by Marek Vasut · Sat Jan 20 01:35:58 2024 +0100
  80. 468b270 pico-dwarf/hobbit-imx6ul: Convert to CONFIG_DM_SERIAL by Fabio Estevam · Fri Jan 19 16:41:34 2024 -0300
  81. d6e4ed1 wandboard: Convert to watchdog driver model by Fabio Estevam · Fri Jan 19 14:25:33 2024 -0300
  82. ed09798 ARM: imx: Configure GIC clock parent on Data Modul i.MX8M Plus eDM SBC by Marek Vasut · Fri Jan 19 17:08:32 2024 +0100
  83. 2a9ac3a ARM: imx: Enable SPL_BOARD_INIT on DH i.MX8M Plus DHCOM by Marek Vasut · Fri Jan 19 17:07:54 2024 +0100
  84. 8ebd8f5 imx8m: Enable LTO by default by Fabio Estevam · Thu Jan 18 12:06:39 2024 -0300
  85. bd80046 arm: dts: agilex: Increase reserved memory size to 32MB by Dinesh Maniyam · Fri Dec 15 15:21:51 2023 +0800
  86. 883c503 clk: altera: n5x: Fix MEMCLKMGR_EXTCNTRST_C0CNTRST to bit(0) by Dinesh Maniyam · Fri Dec 15 15:15:19 2023 +0800
  87. c851f2f arm: socfpga: stratix10: SPI clock support by Dinesh Maniyam · Thu Dec 07 15:46:02 2023 +0800
  88. 7437eb1 Merge tag 'efi-2024-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Jan 21 09:11:33 2024 -0500
  89. 306cd1e efi_loader: return immediately in UCLASS_EFI_LOADER removal by Masahisa Kojima · Fri Jan 19 09:45:46 2024 +0900
  90. 7876147 efi_loader: create common function to free struct efi_disk_obj by Masahisa Kojima · Fri Jan 19 09:45:45 2024 +0900
  91. 6075570 efi_loader: avoid pointer access after calling efi_delete_handle by Masahisa Kojima · Fri Jan 19 09:45:44 2024 +0900
  92. e0d1424 efi_loader: auto-generate removable media boot option first by Masahisa Kojima · Fri Jan 12 09:19:23 2024 +0900
  93. 19410bb efi_loader: auto-generate boot option for each blkio device by Masahisa Kojima · Fri Jan 12 09:19:22 2024 +0900
  94. 54ce3dd efi_loader: rename check_disk_has_default_file function by Masahisa Kojima · Fri Jan 12 09:19:21 2024 +0900
  95. 04044f9 part: correct documentation of part_get_bootable() by Heinrich Schuchardt · Tue Jan 16 15:00:20 2024 +0100
  96. 7c9cd47 doc: uefi: remove duplicate word "has" by Wei Ming Chen · Fri Jan 19 09:34:14 2024 +0800
  97. e18e3be Merge patch series "k3-j721e: beagleboneai: Fix USB" by Tom Rini · Sat Jan 20 11:39:13 2024 -0500
  98. 3faa557 configs/j721e_beagleboneai64_a72_defconfig: Enable Sierra PHY by Roger Quadros · Fri Jan 12 14:49:51 2024 +0200
  99. f8f4cbb arm: dts: k3-j721e-beagleboneai64: Fix USB operation by Roger Quadros · Fri Jan 12 14:49:50 2024 +0200
  100. 80a1bce arm: dts: k3-j721e: Fix USB0 operation by Roger Quadros · Fri Jan 12 14:49:49 2024 +0200