1. d3d3583 configs: colibri-imx7: allow accessing job-rings from non-TrustZone by Emanuele Ghidoli · Thu Mar 28 11:30:14 2024 +0100
  2. bbd2fb6 configs: colibri-imx7: set non-secure boot mode as default by Emanuele Ghidoli · Thu Mar 28 11:30:13 2024 +0100
  3. 04a0402 crypto/fsl: allow accessing Job Ring from non-TrustZone by Emanuele Ghidoli · Thu Mar 28 11:30:12 2024 +0100
  4. e6c413b imx: imx8mp_evk: convert to OF_UPSTREAM by Peng Fan · Thu Mar 28 10:45:11 2024 +0800
  5. 1e50768 imx: imx8mn-evk: convert to OF_UPSTREAM by Peng Fan · Thu Mar 28 10:45:10 2024 +0800
  6. 1c69aaf imx: imx8mm_evk: convert to OF_UPSTREAM by Peng Fan · Thu Mar 28 10:45:09 2024 +0800
  7. 350bf7a imx: imx8mq_evk: convert to OF_UPSTREAM by Peng Fan · Thu Mar 28 10:45:08 2024 +0800
  8. ee25d5b board: toradex: colibri-imx8x: Remove board_gpio_init by Hiago De Franco · Wed Mar 27 09:45:50 2024 -0300
  9. 70b39d0 imx8: Add a default reset_cpu() implementation by Fabio Estevam · Tue Mar 26 09:19:49 2024 -0300
  10. ca83d21 arm: dts: imx8m*-venice-gw72xx: add TPM device by Tim Harvey · Mon Mar 25 09:27:22 2024 -0700
  11. 6cb4ada arm: dts: imx8mm-venice-gw7901: add digital I/O direction control GPIO's by Tim Harvey · Mon Mar 25 09:27:02 2024 -0700
  12. 7344082 phycore_pcl063: Drop leading zero from USB vendor number by Fabio Estevam · Mon Mar 25 10:52:30 2024 -0300
  13. 5917ce7 Merge patch series "Clean up arm linker scripts" by Tom Rini · Fri Mar 29 10:39:38 2024 -0400
  14. 772acf8 arm: remove redundant section alignments by Ilias Apalodimas · Fri Mar 15 08:43:51 2024 +0200
  15. cdb5839 arm: move image_copy_start/end to linker symbols by Ilias Apalodimas · Fri Mar 15 08:43:50 2024 +0200
  16. 048a9ec arm: fix __efi_runtime_start/end definitions by Ilias Apalodimas · Fri Mar 15 08:43:49 2024 +0200
  17. 45b1bd9 arm: clean up v7 and v8 linker scripts for __rel_dyn_start/end by Ilias Apalodimas · Fri Mar 15 08:43:48 2024 +0200
  18. 9b37894 arm: fix __efi_runtime_rel_start/end definitions by Ilias Apalodimas · Fri Mar 15 08:43:47 2024 +0200
  19. 6d1e1b8 arm: clean up v7 and v8 linker scripts for bss_start/end by Ilias Apalodimas · Fri Mar 15 08:43:46 2024 +0200
  20. d7d037d arm: baltos: remove custom linker script by Ilias Apalodimas · Fri Mar 15 08:43:45 2024 +0200
  21. b95548a Merge branch '2024-03-28-assorted-net-changes' into next by Tom Rini · Thu Mar 28 11:05:30 2024 -0400
  22. 627cc25 Merge tag 'acpi-next-20240328' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Thu Mar 28 08:54:34 2024 -0400
  23. a0501b5 smbios: fill wake-up type by Heinrich Schuchardt · Sat Feb 10 12:06:48 2024 +0100
  24. 58b796b cmd: smbios: type 1 wake-up time, family by Heinrich Schuchardt · Sat Feb 10 12:06:47 2024 +0100
  25. 865452c acpi: remove duplicate declaration of acpi_fill_header() by Heinrich Schuchardt · Sun Jan 21 15:05:00 2024 +0100
  26. b9291b4 acpi: document HETP table by Heinrich Schuchardt · Sun Jan 21 14:44:36 2024 +0100
  27. 4db757b MAINTAINERS: add include/acpi/ to ACPI by Heinrich Schuchardt · Sun Jan 21 14:41:59 2024 +0100
  28. 10de8a8 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · Sun Jan 21 12:52:48 2024 +0100
  29. 24a81ff configs/am62x_beagleplay_a53_defconfig: enable DM_ETH_PHY by Roger Quadros · Tue Mar 05 15:24:54 2024 +0200
  30. fbb1637 net: mdio-uclass: Bind and probe generic Ethernet PHY driver by Roger Quadros · Tue Mar 05 15:24:53 2024 +0200
  31. cf54eeb net: phy: Factor out PHY GPIO reset code by Marek Vasut · Mon Mar 18 15:57:01 2024 +0100
  32. e491335 e1000: add support for i225-IT by Marjolaine Amate · Mon Mar 04 16:23:38 2024 +0100
  33. 13fddd5 net: phy: ncsi: reslove the unaligned access issue by Jacky Chou · Mon Feb 05 16:13:23 2024 +0800
  34. 32d7b19 net: phy: ncsi: Correct the endian of the checksum by Jacky Chou · Mon Feb 05 16:02:28 2024 +0800
  35. 581b2f5 net: hifemac: make some functions static by Yang Xiwen · Mon Jan 22 22:33:24 2024 +0800
  36. f9db9d7 net: hifemac: implement `net stats` needed ops by Yang Xiwen · Mon Jan 22 22:33:23 2024 +0800
  37. 7579ad1 net: hifemac: register MDIO bus device for subnode by Yang Xiwen · Mon Jan 22 22:33:22 2024 +0800
  38. f56b07b net: hifemac: fix log reporting by Yang Xiwen · Mon Jan 22 22:33:21 2024 +0800
  39. 5090ead net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err() by Yang Xiwen · Mon Jan 22 22:33:20 2024 +0800
  40. 77cbf0e net: phy: the NC-SI phy device do not require mdio bus by Jacky Chou · Mon Jan 15 18:34:47 2024 +0800
  41. 4238837 net: phy: Fix signed shift overflow by Eugeniu Rosca · Thu Jan 04 05:26:23 2024 +0100
  42. ae4bec7 net: phy: broadcom: Configure LEDs on BCM54210E by Marek Vasut · Mon Jan 01 22:07:47 2024 +0100
  43. e4f0760 net: phy: ncsi: fixed not nullify the pointers after free by Jacky Chou · Fri Dec 29 09:45:55 2023 +0800
  44. 98c9212 Merge tag 'v2024.04-rc5' into next by Tom Rini · Mon Mar 25 22:15:47 2024 -0400
  45. bd15682 Prepare v2024.04-rc5 by Tom Rini · Mon Mar 25 21:55:55 2024 -0400
  46. 02a25c7 Merge tag 'u-boot-at91-2024.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · Mon Mar 25 08:18:20 2024 -0400
  47. 5ba40d6 Merge tag 'u-boot-amlogic-fixes-20240325' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Mar 25 08:18:53 2024 -0400
  48. bfbe81a board: amlogic: fix buffler overflow in seria, mac & usid read by Neil Armstrong · Wed Mar 20 09:46:11 2024 +0100
  49. 7d720b8 board: amlogic: add meson_generate_serial_ethaddr fallback to p200 by Christian Hewitt · Sun Mar 24 15:19:05 2024 +0000
  50. 1e2bac7 ARM: dts: fix Ethernet on WeTek Hub/Play2 by Christian Hewitt · Sun Mar 24 15:19:04 2024 +0000
  51. 898179d Merge tag 'u-boot-imx-next-20240324' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · Sun Mar 24 17:49:42 2024 -0400
  52. 643f3df board: phytec: phycore_imx8mp.env fix netboot issues by Yannic Moog · Fri Mar 22 13:55:28 2024 +0100
  53. 03e5a7e configs: imx93-phyboard-segin: Add fastboot support by Mathieu Othacehe · Thu Mar 21 15:45:41 2024 +0100
  54. e40a1a4 configs: imx93-phyboard-segin: Add USB support by Mathieu Othacehe · Thu Mar 21 15:45:40 2024 +0100
  55. 713df35 arm: dts: imx93-phyboard-segin: Add USB support by Mathieu Othacehe · Thu Mar 21 15:45:39 2024 +0100
  56. 8df8e59 imx: ele_ahab: Add ahab_commit command support by Mathieu Othacehe · Thu Mar 21 08:19:53 2024 +0100
  57. 28912df MAINTAINERS: Add entry for PCIe DWC IMX driver by Sumit Garg · Thu Mar 21 20:25:07 2024 +0530
  58. f65a3fe imx8mp_venice_defconfig: Enable PCIe/NVMe support by Tim Harvey · Thu Mar 21 20:25:06 2024 +0530
  59. b95e751 verdin-imx8mp_defconfig: Enable PCIe/NVMe support by Sumit Garg · Thu Mar 21 20:25:05 2024 +0530
  60. 3fc4394 pcie_imx: Update header to describe it as a legacy driver by Sumit Garg · Thu Mar 21 20:25:04 2024 +0530
  61. 3aa5088 pci: Add DW PCIe controller support for iMX8MP SoC by Sumit Garg · Thu Mar 21 20:25:03 2024 +0530
  62. 2c71451 phy: phy-imx8m-pcie: Add support for i.MX8M{M/P} PCIe PHY by Sumit Garg · Thu Mar 21 20:25:02 2024 +0530
  63. 77ad664 imx8mp: power-domain: Expose high performance PLL clock by Sumit Garg · Thu Mar 21 20:25:01 2024 +0530
  64. aee7c46 imx8mp: power-domain: Add PCIe support by Sumit Garg · Thu Mar 21 20:25:00 2024 +0530
  65. 41e0ad5 reset: imx: Add support for i.MX8MP reset controller by Sumit Garg · Thu Mar 21 20:24:59 2024 +0530
  66. 9ab2ffa reset: imx: Refactor driver to simplify function names by Sumit Garg · Thu Mar 21 20:24:58 2024 +0530
  67. 03f76d9 clk: imx8mp: Add support for PCIe clocks by Sumit Garg · Thu Mar 21 20:24:57 2024 +0530
  68. db1e4db remoteproc: uclass: Add methods to load firmware to rproc and boot rproc by MD Danish Anwar · Thu Mar 21 15:58:19 2024 +0530
  69. 1eb8681 remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs by Hari Nagalla · Tue Mar 12 15:14:36 2024 +0530
  70. 225271d remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCs by Hari Nagalla · Tue Mar 12 15:14:35 2024 +0530
  71. fa2facd board: toradex: verdin-am62_r5: Increase SPL_STACK_R_MALLOC_SIMPLE_LEN by Hiago De Franco · Wed Mar 20 13:48:45 2024 -0300
  72. 23fad12 .mailmap entry for Masahisa Kojima by Heinrich Schuchardt · Mon Mar 18 11:47:16 2024 +0100
  73. 2b4e536 arm: dts: k3-am625-verdin-r5: Change CPU frequency to 800MHz by Joao Paulo Goncalves · Tue Mar 19 11:04:27 2024 -0300
  74. 2eeee7c clk: clk-imx8qm: Add LPUART IPG entries by Fabio Estevam · Fri Mar 08 17:13:16 2024 -0300
  75. b08666d clk: clk-imx8qxp: Add LPUART IPG entries by Fabio Estevam · Fri Mar 08 17:13:15 2024 -0300
  76. 1937006 Merge tag 'efi-2024-04-rc5-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Mar 21 08:35:23 2024 -0400
  77. 8f3bb28 Merge tag 'efi-next-20240321' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Thu Mar 21 08:34:41 2024 -0400
  78. 64fe6ae patman: Properly document the patchwork_url setting by Douglas Anderson · Mon Mar 11 14:02:45 2024 -0700
  79. 44b09b3 doc: typo Synopis by Heinrich Schuchardt · Sat Mar 16 11:09:36 2024 +0100
  80. b00edce doc: man-page for if by Heinrich Schuchardt · Sat Mar 16 10:57:41 2024 +0100
  81. 42f9979 cmd: bootefi: error handling bootefi selftest by Heinrich Schuchardt · Sat Mar 16 10:36:44 2024 +0100
  82. 985482d cmd: bootefi: Don't show usage help if EFI binary fails. by Heinrich Schuchardt · Sat Mar 16 10:36:43 2024 +0100
  83. b41a33f efi_loader: correct handling of EFI binary return code by Heinrich Schuchardt · Sat Mar 16 10:36:42 2024 +0100
  84. ea6fc12 doc: board: apalis-imx8: Update and improve documentation by Hiago De Franco · Fri Mar 15 18:56:57 2024 -0300
  85. 57292ca doc: board: colibri-imx8x: Update and improve documentation by Hiago De Franco · Fri Mar 15 18:56:56 2024 -0300
  86. e1748c1 doc: typo Synopis by Heinrich Schuchardt · Sat Mar 16 11:09:36 2024 +0100
  87. 8ecd33a efi_selftest: Update StrToFat() unit test after CP473 map extension by Janne Grunau · Sat Mar 16 22:50:24 2024 +0100
  88. 6939285 efi_selftest: Add geometric shapes character selftest by Janne Grunau · Sat Mar 16 22:50:23 2024 +0100
  89. 87564b2 efi_selftest: Add box drawing character selftest by Andre Przywara · Sat Mar 16 22:50:22 2024 +0100
  90. 346382e efi_selftest: Add international characters test by Andre Przywara · Sat Mar 16 22:50:21 2024 +0100
  91. 3a04388 lib/charset: Map Unicode code points to CP437 code points 1-31 by Janne Grunau · Sat Mar 16 22:50:20 2024 +0100
  92. 5548c36 video: console: Parse UTF-8 character sequences by Janne Grunau · Sat Mar 16 22:50:19 2024 +0100
  93. 879c61c doc: devicetree: Lets avoid short reference link names by Sumit Garg · Fri Mar 01 18:54:53 2024 +0530
  94. b10091b test: dm: add button_cmd test by Caleb Connolly · Tue Mar 19 13:24:42 2024 +0000
  95. 32d5534 Makefile: Add missing OF_UPSTREAM Makefile for 32bit ARM by Marek Vasut · Mon Mar 18 16:03:14 2024 +0100
  96. 9050d04 gpio: mcp230xx: Add support for models with SPI interface. by Piotr Wojtaszczyk · Wed Mar 13 12:54:56 2024 +0100
  97. ca29c89 arm: dts: ast2600-x4tf: Add new dts for ASUS X4TF by Kelly Hung · Wed Mar 13 18:27:25 2024 +0800
  98. ecb7eaa spl: Improve error message for SPL memory allocation by Leo Yu-Chi Liang · Wed Mar 13 14:53:15 2024 +0800
  99. 77ef240 Merge branch '2024-03-19-assorted-updates' into next by Tom Rini · Wed Mar 20 08:39:05 2024 -0400
  100. 66de8be test/py: reset: Add a test for reset command by Love Kumar · Tue Mar 12 14:18:33 2024 +0530