1. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 6 months ago
  2. 6706d7d treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX by Marek Behún · 2 years, 6 months ago
  3. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 6 months ago
  4. 9c06b48 net: phy: fix parsing wrong property by Marek Behún · 2 years, 6 months ago
  5. 1776a24 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 6 months ago
  6. 351bfa6 net: mdio-uclass: add wrappers for read/write/reset operations by Marek Behún · 2 years, 6 months ago
  7. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 6 months ago
  8. a7a96ef net: mdio-uclass: use ARRAY_SIZE() by Marek Behún · 2 years, 6 months ago
  9. 6fb4482 net: mdio-uclass: fix type for phy_mode_str and phy_handle_str by Marek Behún · 2 years, 6 months ago
  10. e2b6cf5 net: phy: dp83867: Fix a never true comparison by Haolin Li · 2 years, 6 months ago
  11. 5faf161 net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 7 months ago
  12. 107b14e net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 7 months ago
  13. 8221c52 Merge tag 'u-boot-at91-2022.07-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 2 years, 6 months ago
  14. 25b8ace Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support" by Tom Rini · 2 years, 6 months ago
  15. 10d615f Merge branch '2022-04-01-arm-semihosting-cleanups-and-new-features' into next by Tom Rini · 2 years, 6 months ago
  16. 7a76347 serial: dm: Add support for puts by Sean Anderson · 2 years, 6 months ago
  17. 53b953f arm64: ls1046a: Support semihosting fallback by Sean Anderson · 2 years, 6 months ago
  18. 2332590 serial: smh: Initialize serial only if semihosting is enabled by Sean Anderson · 2 years, 6 months ago
  19. bbe310c arm64: Catch non-emulated semihosting calls by Sean Anderson · 2 years, 6 months ago
  20. 385d69d arm: smh: Add option to detect semihosting by Sean Anderson · 2 years, 6 months ago
  21. 6d16157 arm64: Import some ESR and SPSR defines from Linux by Sean Anderson · 2 years, 6 months ago
  22. e75d791 arm64: Save spsr in pt_regs by Sean Anderson · 2 years, 6 months ago
  23. e97ac47 arm64: Save esr in pt_regs by Sean Anderson · 2 years, 6 months ago
  24. 93c3d32 ls1046ardb: Add support for JTAG boot by Sean Anderson · 2 years, 6 months ago
  25. eeb54e8 doc: smh: Update semihosting documentation by Sean Anderson · 2 years, 6 months ago
  26. 74d11d3 serial: Add semihosting driver by Sean Anderson · 2 years, 6 months ago
  27. 3ea744e arm: smh: Add some functions for working with the host console by Sean Anderson · 2 years, 6 months ago
  28. dcc4f96 arm: smh: Remove smhload command by Sean Anderson · 2 years, 6 months ago
  29. dbf6f7c cmd: fdt: Use start/size for chosen instead of start/end by Sean Anderson · 2 years, 6 months ago
  30. f676b45 fs: Add semihosting filesystem by Sean Anderson · 2 years, 6 months ago
  31. 8e1c9fe spl: Add semihosting boot method by Sean Anderson · 2 years, 6 months ago
  32. 12a05b3 arm: smh: Add some file manipulation commands by Sean Anderson · 2 years, 6 months ago
  33. 79f6ad6 arm: smh: Document functions in header by Sean Anderson · 2 years, 6 months ago
  34. 80e62cc arm: smh: Return errno on error by Sean Anderson · 2 years, 6 months ago
  35. eff77c3 arm: smh: Use numeric modes for smh_open by Sean Anderson · 2 years, 6 months ago
  36. b10f724 arm: smh: Export semihosting functions by Sean Anderson · 2 years, 6 months ago
  37. c8f4cc9 arm: smh: Add semihosting entry to MAINTAINERS by Sean Anderson · 2 years, 6 months ago
  38. e5e982c doc: ls1046ardb: Document debug uart by Sean Anderson · 2 years, 6 months ago
  39. b5ec417 doc: ls1046ardb: Expand boot mode section by Sean Anderson · 2 years, 6 months ago
  40. 71230cd nxp: ls1046ardb: Convert README to rST by Sean Anderson · 2 years, 6 months ago
  41. d0ed9b1 doc: Convert semihosting readme to rST by Sean Anderson · 2 years, 6 months ago
  42. 8d78a6b vexpress64: Add ARMv8R-64 board variant by Peter Hoyes · 2 years, 7 months ago
  43. 1a1143a vexpress64: pick DRAM size from DT by Andre Przywara · 2 years, 7 months ago
  44. 30cacb8 vexpress64: generalise page table generation by Andre Przywara · 2 years, 7 months ago
  45. 168e815 vexpress64: defconfigs: allow default commands by Andre Przywara · 2 years, 7 months ago
  46. 8a0a8ff vexpress64: fvp: add distro_boot support by Andre Przywara · 2 years, 7 months ago
  47. 5865038 vexpress64: move hardware setting from defconfig to Kconfig by Andre Przywara · 2 years, 7 months ago
  48. e09ec8e vexpress64: config header: unify environment definition by Andre Przywara · 2 years, 7 months ago
  49. c0fce92 vexpress64: fvp: enable OF_CONTROL by Andre Przywara · 2 years, 7 months ago
  50. 71fa41e arm: dts: Add Arm FVP Fastmodel RevC .dts files from Linux by Andre Przywara · 2 years, 7 months ago
  51. fac7fc4 vexpress64: Kconfig: move board definitions out of arch/arm by Andre Przywara · 2 years, 7 months ago
  52. 5b160c3 Merge branch '2022-04-01-Kconfig-migrations-and-cleanups' into next by Tom Rini · 2 years, 6 months ago
  53. 0a3689c configs: Resync with savedefconfig by Tom Rini · 2 years, 6 months ago
  54. eeec000 global: Remove CONFIG_SYS_EXTRA_OPTIONS support by Tom Rini · 2 years, 6 months ago
  55. e4d741f Convert CONFIG_SYS_MONITOR_BASE to Kconfig by Tom Rini · 2 years, 6 months ago
  56. d4a2c40 Convert CONFIG_NORFLASH_PS32BIT to Kconfig by Tom Rini · 2 years, 6 months ago
  57. 2c32f24 at91: Switch to SD_BOOT / CONFIG_NAND_BOOT by Tom Rini · 2 years, 6 months ago
  58. 7505588 Convert CONFIG_SRIO_PCIE_BOOT_SLAVE to Kconfig by Tom Rini · 2 years, 6 months ago
  59. f2428ac Convert CONFIG_E300 et al to Kconfig by Tom Rini · 2 years, 6 months ago
  60. f13d7e2 mx53loco: Convert CONFIG_DIALOG_POWER to Kconfig by Tom Rini · 2 years, 6 months ago
  61. 38c108f exynos: Drop CONFIG_DEVICE_TREE_LIST by Tom Rini · 2 years, 6 months ago
  62. 28f9c31 Convert CONFIG_DEEP_SLEEP to Kconfig by Tom Rini · 2 years, 6 months ago
  63. ac28e20 M5329EVB, M5373EVB: Remove CONFIG_NANDFLASH_SIZE by Tom Rini · 2 years, 6 months ago
  64. 225aaac db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP by Tom Rini · 2 years, 6 months ago
  65. 53f2222 p1_p2_rdb: Remove CONFIG_CPLD_[BO]R_PRELIM by Tom Rini · 2 years, 6 months ago
  66. 15b4aed Convert CONFIG_CLOCKS to Kconfig by Tom Rini · 2 years, 6 months ago
  67. b20e79f Convert CONFIG_CLOCK_SYNTHESIZER to Kconfig by Tom Rini · 2 years, 6 months ago
  68. a9ee1ad exynos: Drop CONFIG_CLK_* by Tom Rini · 2 years, 6 months ago
  69. d7b7e3e Convert CONFIG_SYS_USE_NORFLASH et al to Kconfig by Tom Rini · 2 years, 6 months ago
  70. 36a4dae global: Remove CONFIG_SYS_USE_DATAFLASH* by Tom Rini · 2 years, 6 months ago
  71. d433c74 Convert CONFIG_SDCARD et al to Kconfig by Tom Rini · 2 years, 6 months ago
  72. 0941548 am43xx_evm_qspiboot: Remove CONFIG_SYS_EXTRA_OPTIONS by Tom Rini · 2 years, 6 months ago
  73. ef26b53 MPC837XERDB: Move CONFIG_PCIE to Kconfig by Tom Rini · 2 years, 6 months ago
  74. db48e52 Convert CONFIG_LPUART et al to Kconfig by Tom Rini · 2 years, 6 months ago
  75. e9ce70e Convert CONFIG_LSCHLV2 to Kconfig et al by Tom Rini · 2 years, 6 months ago
  76. 11f077b mpc8548cds: Rework CONFIG_LEGACY usage by Tom Rini · 2 years, 6 months ago
  77. 7f3092d Convert CONFIG_KM_COGE5UN et al to Kconfig by Tom Rini · 2 years, 6 months ago
  78. 0ebaa72 kmtegr1: Drop CONFIG_KMTEGR1 by Tom Rini · 2 years, 6 months ago
  79. c6c0e56 keymile: Move sourcing of common Kconfig by Tom Rini · 2 years, 6 months ago
  80. a8a326e Convert CONFIG_EMMC_BOOT et al to Kconfig by Tom Rini · 2 years, 6 months ago
  81. ef0a344 mx28evk_auart_console: Remove CONFIG_SYS_EXTRA_OPTIONS by Tom Rini · 2 years, 6 months ago
  82. 26e5944 stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig by Tom Rini · 2 years, 6 months ago
  83. 3c205a6 Convert CONFIG_MCFRTC et al to Kconfig by Tom Rini · 2 years, 6 months ago
  84. b787264 stmark2: Remove CONFIG_SERIAL_FLASH by Tom Rini · 2 years, 6 months ago
  85. 143a365 Convert CONFIG_MCFTMR to Kconfig by Tom Rini · 2 years, 6 months ago
  86. f88e9f5 Convert CONFIG_CF_DSPI to Kconfig by Tom Rini · 2 years, 6 months ago
  87. c3cdca4 atmel: Remove CONFIG_SPL_ATMEL_SIZE by Tom Rini · 2 years, 6 months ago
  88. 47267f8 Remove CONFIG_BOARDNAME and CONFIG_BOARD_NAME by Tom Rini · 2 years, 6 months ago
  89. 448dfb4 Convert CONFIG_BITBANGMII_MULTI to Kconfig by Tom Rini · 2 years, 6 months ago
  90. 797c2b4 Convert CONFIG_BCM2835_GPIO to Kconfig by Tom Rini · 2 years, 6 months ago
  91. 439cc7f Finish converting CONFIG_BOOTM_NETBSD et al to Kconfig by Tom Rini · 2 years, 6 months ago
  92. 694943c CI: Update unmigrated symbol check by Tom Rini · 2 years, 6 months ago
  93. 6815a66 am33xx: musb: Remove unused configuration logic by Tom Rini · 2 years, 6 months ago
  94. ef9d9b2 configs: sama5d2: enable option CONFIG_ATMEL_TCB_TIMER by Clément Léger · 2 years, 6 months ago
  95. 3d3fdaf ARM: dts: at91: sama5d2: add u-boot, dm-pre-reloc property for TCB by Clément Léger · 2 years, 6 months ago
  96. 7576473 ARM: dts: at91: sama5d2: add TCB node by Clément Léger · 2 years, 6 months ago
  97. d29e55a ARM: dts: at91: sama5d2: add AIC node by Clément Léger · 2 years, 6 months ago
  98. 70fb1ae timer: atmel_tcb_timer: add atmel_tcb driver by Clément Léger · 2 years, 6 months ago
  99. 746b738 ARM: dts: at91: sama7g5/sama7g5ek: align with Linux DT by Eugen Hristev · 2 years, 7 months ago
  100. 2964152 ARM: dts: at91: rename sama7g5ek.dts to at91-sama7g5ek.dts by Eugen Hristev · 2 years, 7 months ago