1. 92c312c net: sh_eth: Drop reset GPIO handling in favor of common code by Marek Vasut · 1 year, 7 months ago
  2. 5c80edb net: ravb: Drop reset GPIO handling in favor of common code by Marek Vasut · 1 year, 7 months ago
  3. 3015ae5 net: phy: Handle reset-delay-us/reset-post-delay-us properties by Marek Vasut · 1 year, 7 months ago
  4. 68a4d15 net: phy: Bind ETH_PHY uclass driver to each new PHY by Marek Vasut · 1 year, 7 months ago
  5. 495fc04 net: phy: Unpublish phy_connect_dev() by Marek Vasut · 1 year, 7 months ago
  6. 83434e2 net: sunxi_emac: Switch to new U-Boot PHY API by Marek Vasut · 1 year, 7 months ago
  7. b9b04f8 net: sh_eth: Switch to new U-Boot PHY API by Marek Vasut · 1 year, 7 months ago
  8. 8f5abff net: pch_gbe: Switch to new U-Boot PHY API by Marek Vasut · 1 year, 7 months ago
  9. 8869a88 net: ethoc: Switch to new U-Boot PHY API by Marek Vasut · 1 year, 7 months ago
  10. 7ff881a net: ave: Switch to new U-Boot PHY API by Marek Vasut · 1 year, 7 months ago
  11. fd59102 net: altera_tsa: Switch to new U-Boot PHY API by Marek Vasut · 1 year, 7 months ago
  12. 06173ef net: eth-phy: staticize eth_phy_reset() by Marek Vasut · 1 year, 7 months ago
  13. 5f41ef7 Merge branch '2023-06-09-fwu-updates' into next by Tom Rini · 1 year, 7 months ago
  14. a7e4541 fwu: provide default fwu_plat_get_bootidx by Jassi Brar · 1 year, 7 months ago
  15. 6b403ca fwu: DeveloperBox: add support for FWU by Jassi Brar · 1 year, 7 months ago
  16. 87f397e config: developerbox: move to new flash layout and boot flow by Jassi Brar · 1 year, 7 months ago
  17. f809fb6 dt: fwu: developerbox: enable fwu banks and mdata regions by Jassi Brar · 1 year, 7 months ago
  18. fdd56bf tools: Add mkfwumdata tool for FWU metadata image by Masami Hiramatsu · 1 year, 7 months ago
  19. 4898679 FWU: Add FWU metadata access driver for MTD storage regions by Masami Hiramatsu · 1 year, 7 months ago
  20. 72168b9 test: dm: fwu: fix for the updated api by Jassi Brar · 1 year, 10 months ago
  21. 1e917a6 fwu: rename fwu_get_verified_mdata to fwu_get_mdata by Jassi Brar · 1 year, 10 months ago
  22. 246ec2a fwu: meta-data: switch to management by common code by Jassi Brar · 1 year, 10 months ago
  23. 3733e16 fwu: gpt: implement read_mdata and write_mdata callbacks by Jassi Brar · 1 year, 10 months ago
  24. 167994f fwu: move meta-data management in core by Jassi Brar · 1 year, 10 months ago
  25. b042c70 fwu: gpt: use cached meta-data partition numbers by Jassi Brar · 1 year, 10 months ago
  26. 56b481c dt/bindings: fwu-mdata-mtd: drop changes outside FWU by Jassi Brar · 1 year, 10 months ago
  27. ac7ca69 Merge branch 'next_soc/v3x' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · 1 year, 7 months ago
  28. ed2f65f ARM: renesas: Add R8A77980 V3HSK board and CPLD code by Valentine Barshak · 6 years ago
  29. bd13df8 ARM: dts: renesas: Add R8A77980 V3HSK DTs by Valentine Barshak · 6 years ago
  30. 5f4e269 ARM: renesas: Add R8A77970 V3MSK board and CPLD code by Valentine Barshak · 6 years ago
  31. f2a21a8 ARM: dts: renesas: Add R8A77970 V3MSK DTs by Valentine Barshak · 6 years ago
  32. 9fddd36 ARM: rmobile: Introduce weak default board_init() by Marek Vasut · 1 year, 7 months ago
  33. 79fedab ARM: rmobile: Drop eagle.h config of R8A77970 V3M Eagle board by Marek Vasut · 1 year, 7 months ago
  34. b0866db ARM: rmobile: Factor out common R-Car V3M/V3H board code by Marek Vasut · 1 year, 7 months ago
  35. ad1616f ARM: rmobile: Reduce R-Car V3H Condor header usage by Marek Vasut · 1 year, 7 months ago
  36. 5b90b22 ARM: rmobile: Reduce R-Car E3 Ebisu header usage by Marek Vasut · 1 year, 7 months ago
  37. a4fc6ee ARM: rmobile: Deduplicate R-Car Gen3/Gen4 reset_cpu() by Marek Vasut · 1 year, 7 months ago
  38. 3aa4fb1 Merge tag 'efi-next-20230608' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 1 year, 7 months ago
  39. b6f954e test/py: efi_capsule: test for FMP versioning by Masahisa Kojima · 1 year, 7 months ago
  40. 482ef90 test: efi_capsule: refactor efi_capsule test by Masahisa Kojima · 1 year, 7 months ago
  41. 027f8a8 doc: uefi: add anti-rollback documentation by Masahisa Kojima · 1 year, 7 months ago
  42. 83be410 doc: uefi: add firmware versioning documentation by Masahisa Kojima · 1 year, 7 months ago
  43. 000806f mkeficapsule: add FMP Payload Header by Masahisa Kojima · 1 year, 7 months ago
  44. 6ab7a68 efi_loader: check lowest supported version by Masahisa Kojima · 1 year, 7 months ago
  45. 25dc7d5 efi_loader: get lowest supported version from device tree by Masahisa Kojima · 1 year, 7 months ago
  46. 3cba970 efi_loader: versioning support in GetImageInfo by Masahisa Kojima · 1 year, 7 months ago
  47. bfaa1fb efi_loader: store firmware version into FmpState variable by Masahisa Kojima · 1 year, 7 months ago
  48. cccea18 efi_loader: add the number of image entries in efi_capsule_update_info by Masahisa Kojima · 1 year, 7 months ago
  49. ac6096f Merge branch '2023-06-01-assorted-platform-updates' into next by Tom Rini · 1 year, 7 months ago
  50. fb3474b arm: mach-k3: am625_init: Add Erratum WA for RTC startup by Nishanth Menon · 1 year, 8 months ago
  51. e0feee5 arm: baltos: switch to CONFIG_DM_I2C by Yegor Yefremov · 1 year, 8 months ago
  52. eab13ca phy: ti: phy-j721e-wiz: Add j721s2-wiz-10g module support by Ravi Gunasekaran · 1 year, 8 months ago
  53. 0688ff3 arm: mach-k3: arm64-mmu: do not map ATF and OPTEE regions in A53 MMU by Kamlesh Gurudasani · 1 year, 8 months ago
  54. 414cad0 arm: mach-k3: j7200: clk-data.c: Add main_uart1 clock data by Bhavya Kapoor · 1 year, 8 months ago
  55. f850479 arm: mach-k3: j7200: dev-data.c: Add main_uart1 device data by Bhavya Kapoor · 1 year, 8 months ago
  56. 5019170 arch: arm: mach-k3: j721e: add support for UDA FS by Udit Kumar · 1 year, 8 months ago
  57. 0eade94 configs: j7200: correct mmc offset by Udit Kumar · 1 year, 8 months ago
  58. db7af51 doc: board: ti: add documenation for j7200 by Udit Kumar · 1 year, 8 months ago
  59. c9fc704 arm: mach-k3: j721s2: clk-data.c: Add main_uart5 clock data by Bhavya Kapoor · 1 year, 8 months ago
  60. aa77588 arm: mach-k3: j721s2: dev-data.c: Add main_uart5 device data by Bhavya Kapoor · 1 year, 8 months ago
  61. 09b5d46 arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock data by Bhavya Kapoor · 1 year, 8 months ago
  62. f59dbe1 arm: mach-k3: j721e: dev-data.c: Add main_uart2 device data by Bhavya Kapoor · 1 year, 8 months ago
  63. ea3ee19 axi: fix definition of axi_sandbox_get_emul() by Heinrich Schuchardt · 1 year, 8 months ago
  64. 875ab2a firmware: ti_sci: Add missing LF in error message by Andreas Dannenberg · 1 year, 8 months ago
  65. f517f61 pinctrl: nuvoton: set output state before enabling the output by Jim Liu · 1 year, 8 months ago
  66. 703da6d configs: am62ax_evm_a53_defconfig: Enable YMODEM support at A53 SPL by Vignesh Raghavendra · 1 year, 8 months ago
  67. 8bfce2f arm: mach-k3: common: reorder removal of firewalls by Manorit Chawdhry · 1 year, 8 months ago
  68. 2a7ab99 Revert "arm: mach-k3: common: don't reconfigure background firewalls" by Manorit Chawdhry · 1 year, 8 months ago
  69. e45fcb0 doc: Add info for building Xen target with Clang by Leo Yan · 1 year, 8 months ago
  70. 4787c76 arm64: Remove duplicated symbols by Leo Yan · 1 year, 8 months ago
  71. f415495 Merge branch '2023-05-31-assorted-fixes-and-improvements' into next by Tom Rini · 1 year, 7 months ago
  72. 229d689 mmc: fix improper use of memset by Sam Edwards · 1 year, 8 months ago
  73. de06083 common: dfu: Remove leading space characters by Ravi Gunasekaran · 1 year, 8 months ago
  74. 899fb5a cmd: sf/nand: Print and return failure when 0 length is passed by Ashok Reddy Soma · 1 year, 8 months ago
  75. 2f27405 scripts/Makefile.lib: change spelling of $(srctree)/arch/$(ARCH)/dts in dtc_cpp_flags by Rasmus Villemoes · 1 year, 8 months ago
  76. 2f9943b semihosting: create file in smh_fs_write_at() by Heinrich Schuchardt · 1 year, 8 months ago
  77. 7191203 arm: set alignment properly for asm funcs by Sam Edwards · 1 year, 8 months ago
  78. d20481e cmd: fs: document where 'size' stores its result by Baruch Siach · 1 year, 8 months ago
  79. 7bae13d cli: avoid buffer overrun by Heinrich Schuchardt · 1 year, 8 months ago
  80. 1310ad3 spl: Correct checking of configuration node by Bin Meng · 1 year, 8 months ago
  81. 33c63ce cmd: fdt: Correct checking of configuration node by Bin Meng · 1 year, 8 months ago
  82. c52bd03 efi: Correct .efi rules by Simon Glass · 1 year, 8 months ago
  83. 1e4d965 acpi: Put the version numbers in a central place by Simon Glass · 1 year, 8 months ago
  84. 36fc832 Makefile: Fix incorrect FORCE deps on env rules by Simon Glass · 1 year, 8 months ago
  85. 9e3eb4a fastboot: Only call the bootm command if it is enabled by Samuel Holland · 1 year, 11 months ago
  86. e863c7b Merge branch '2023-05-31-cleanup-unaligned-access-macros' into next by Tom Rini · 1 year, 7 months ago
  87. 60f1ba7 asm-generic: simplify unaligned.h by Jens Wiklander · 1 year, 8 months ago
  88. 51bcd02 linux/unaligned: remove unused access_ok.h by Jens Wiklander · 1 year, 8 months ago
  89. 6ba08b3 fs/btrfs: use asm/unaligned.h by Jens Wiklander · 1 year, 8 months ago
  90. 5b70e46 powerpc: use asm-generic/unaligned.h by Jens Wiklander · 1 year, 8 months ago
  91. 4567363 m68k: use asm-generic/unaligned.h by Jens Wiklander · 1 year, 8 months ago
  92. f2c169a mips: use asm-generic/unaligned.h by Jens Wiklander · 1 year, 8 months ago
  93. 23a3385 sh: use asm-generic/unaligned.h by Jens Wiklander · 1 year, 8 months ago
  94. c821614 arm: use asm-generic/unaligned.h by Jens Wiklander · 1 year, 8 months ago
  95. 06af8fc Merge branch '2023-05-31-code-cleanups' into next by Tom Rini · 1 year, 7 months ago
  96. f167120 include: Remove unused header files by Tom Rini · 1 year, 8 months ago
  97. a179217 faraday: remove orphaned header file by Andre Przywara · 1 year, 8 months ago
  98. 081b160 exynos: fix header inclusion guard by Andre Przywara · 1 year, 8 months ago
  99. db93db9 freescale: vsc3316_3308: fix header inclusion guard by Andre Przywara · 1 year, 8 months ago
  100. 30cb657 arm: uniphier: fix header inclusion guard by Andre Przywara · 1 year, 8 months ago