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