- eb2749a net: dm9000: Make accessor names lowercase by Marek Vasut · 2 years, 8 months ago
- 6f897ec driver: net: ti: keystone_net: Change priv member type by Marek Behún · 2 years, 8 months ago
- 1d371f3 driver: net: ti: keystone_net: Convert to ofnode functions by Marek Behún · 2 years, 8 months ago
- 92336d3 driver: net: ti: keystone_net: Deduplicate code by Marek Behún · 2 years, 8 months ago
- fc13423 net: tftp: fix tftp server initialization by Arjan Minzinga Zijlstra · 2 years, 8 months ago
- a9521ea phy: adin: add driver for Analog Devices ADIN1300 PHY by Nate Drude · 2 years, 8 months ago
- 2db9dae net: eth-phy: prevent undesired de-assertion of phy-reset on request by Tim Harvey · 2 years, 9 months ago
- 62b22c0 net: fec: prevent undesired de-assertion of phy-reset on request by Tim Harvey · 2 years, 9 months ago
- 3927efb net: phy: don't require PHY interface mode during PHY creation by Marek Behún · 2 years, 8 months ago
- e3b353b bcmgenet, sun8i_emac: Don't connect PHY two times by Marek Behún · 2 years, 8 months ago
- 814c6bd net: phy: use ->is_c45 instead of is_10g_interface() by Marek Behún · 2 years, 8 months ago
- 2141ad4 net: phy: xilinx: Check interface type in ->config(), not ->probe() by Marek Behún · 2 years, 8 months ago
- 8758453 phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definition by Marek Behún · 2 years, 8 months ago
- 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 8 months ago
- 21a1836 treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX by Marek Behún · 2 years, 8 months ago
- bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
- 8ba2815 net: phy: fix parsing wrong property by Marek Behún · 2 years, 8 months ago
- e4dedf2 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 8 months ago
- 0e0651d net: mdio-uclass: add wrappers for read/write/reset operations by Marek Behún · 2 years, 8 months ago
- f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
- d151e3a net: mdio-uclass: use ARRAY_SIZE() by Marek Behún · 2 years, 8 months ago
- 2a106d8 net: mdio-uclass: fix type for phy_mode_str and phy_handle_str by Marek Behún · 2 years, 8 months ago
- cf587cf net: phy: dp83867: Fix a never true comparison by Haolin Li · 2 years, 8 months ago
- 6903d4b net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 9 months ago
- 9a4ba3d net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF node by Vladimir Oltean · 2 years, 9 months ago
- 506a708 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, 8 months ago
- a23179e Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support" by Tom Rini · 2 years, 8 months ago
- fe6953d Merge branch '2022-04-01-arm-semihosting-cleanups-and-new-features' into next by Tom Rini · 2 years, 8 months ago
- aa22f97 serial: dm: Add support for puts by Sean Anderson · 2 years, 8 months ago
- 409024e arm64: ls1046a: Support semihosting fallback by Sean Anderson · 2 years, 8 months ago
- 5ac1ec7 serial: smh: Initialize serial only if semihosting is enabled by Sean Anderson · 2 years, 8 months ago
- 064c857 arm64: Catch non-emulated semihosting calls by Sean Anderson · 2 years, 8 months ago
- 52cf0f0 arm: smh: Add option to detect semihosting by Sean Anderson · 2 years, 8 months ago
- 935d293 arm64: Import some ESR and SPSR defines from Linux by Sean Anderson · 2 years, 8 months ago
- 52eb22a arm64: Save spsr in pt_regs by Sean Anderson · 2 years, 8 months ago
- 2d75549 arm64: Save esr in pt_regs by Sean Anderson · 2 years, 8 months ago
- 99e1286 ls1046ardb: Add support for JTAG boot by Sean Anderson · 2 years, 8 months ago
- bd027cf doc: smh: Update semihosting documentation by Sean Anderson · 2 years, 8 months ago
- d4f131a serial: Add semihosting driver by Sean Anderson · 2 years, 8 months ago
- 1e9f443 arm: smh: Add some functions for working with the host console by Sean Anderson · 2 years, 8 months ago
- 3e056ba arm: smh: Remove smhload command by Sean Anderson · 2 years, 8 months ago
- 86b6f47 cmd: fdt: Use start/size for chosen instead of start/end by Sean Anderson · 2 years, 8 months ago
- c678b32 fs: Add semihosting filesystem by Sean Anderson · 2 years, 8 months ago
- 89346ad spl: Add semihosting boot method by Sean Anderson · 2 years, 8 months ago
- 56e3fe8 arm: smh: Add some file manipulation commands by Sean Anderson · 2 years, 8 months ago
- 660b626 arm: smh: Document functions in header by Sean Anderson · 2 years, 8 months ago
- 003eaa8 arm: smh: Return errno on error by Sean Anderson · 2 years, 8 months ago
- a3a6c69 arm: smh: Use numeric modes for smh_open by Sean Anderson · 2 years, 8 months ago
- adf073a arm: smh: Export semihosting functions by Sean Anderson · 2 years, 8 months ago
- 64a1c6c arm: smh: Add semihosting entry to MAINTAINERS by Sean Anderson · 2 years, 8 months ago
- c75964c doc: ls1046ardb: Document debug uart by Sean Anderson · 2 years, 8 months ago
- 058d780 doc: ls1046ardb: Expand boot mode section by Sean Anderson · 2 years, 8 months ago
- 998e218 nxp: ls1046ardb: Convert README to rST by Sean Anderson · 2 years, 8 months ago
- 1ecc8d0 doc: Convert semihosting readme to rST by Sean Anderson · 2 years, 8 months ago
- 3ca0ea0 vexpress64: Add ARMv8R-64 board variant by Peter Hoyes · 2 years, 9 months ago
- 2b97f12 vexpress64: pick DRAM size from DT by Andre Przywara · 2 years, 9 months ago
- 87de4b7 vexpress64: generalise page table generation by Andre Przywara · 2 years, 9 months ago
- ed8c534 vexpress64: defconfigs: allow default commands by Andre Przywara · 2 years, 9 months ago
- 019753a vexpress64: fvp: add distro_boot support by Andre Przywara · 2 years, 9 months ago
- 9fd5ec5 vexpress64: move hardware setting from defconfig to Kconfig by Andre Przywara · 2 years, 9 months ago
- ec41c7f vexpress64: config header: unify environment definition by Andre Przywara · 2 years, 9 months ago
- 395e9a9 vexpress64: fvp: enable OF_CONTROL by Andre Przywara · 2 years, 9 months ago
- c0ff49e arm: dts: Add Arm FVP Fastmodel RevC .dts files from Linux by Andre Przywara · 2 years, 9 months ago
- b33739f vexpress64: Kconfig: move board definitions out of arch/arm by Andre Przywara · 2 years, 9 months ago
- 9b9e8af Merge branch '2022-04-01-Kconfig-migrations-and-cleanups' into next by Tom Rini · 2 years, 8 months ago
- 76fbc6f configs: Resync with savedefconfig by Tom Rini · 2 years, 8 months ago
- 215ec5c global: Remove CONFIG_SYS_EXTRA_OPTIONS support by Tom Rini · 2 years, 8 months ago
- 03becca Convert CONFIG_SYS_MONITOR_BASE to Kconfig by Tom Rini · 2 years, 8 months ago
- 9823f5e Convert CONFIG_NORFLASH_PS32BIT to Kconfig by Tom Rini · 2 years, 8 months ago
- 9ec2587 at91: Switch to SD_BOOT / CONFIG_NAND_BOOT by Tom Rini · 2 years, 8 months ago
- 5f25ef2 Convert CONFIG_SRIO_PCIE_BOOT_SLAVE to Kconfig by Tom Rini · 2 years, 8 months ago
- c1c04bd Convert CONFIG_E300 et al to Kconfig by Tom Rini · 2 years, 8 months ago
- 45225fa mx53loco: Convert CONFIG_DIALOG_POWER to Kconfig by Tom Rini · 2 years, 8 months ago
- 081084d exynos: Drop CONFIG_DEVICE_TREE_LIST by Tom Rini · 2 years, 8 months ago
- b643ebd Convert CONFIG_DEEP_SLEEP to Kconfig by Tom Rini · 2 years, 8 months ago
- 37b623d M5329EVB, M5373EVB: Remove CONFIG_NANDFLASH_SIZE by Tom Rini · 2 years, 8 months ago
- 9ae65bd db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP by Tom Rini · 2 years, 8 months ago
- 870f5b9 p1_p2_rdb: Remove CONFIG_CPLD_[BO]R_PRELIM by Tom Rini · 2 years, 8 months ago
- 2bfc77a Convert CONFIG_CLOCKS to Kconfig by Tom Rini · 2 years, 8 months ago
- dc77690 Convert CONFIG_CLOCK_SYNTHESIZER to Kconfig by Tom Rini · 2 years, 8 months ago
- 886803a exynos: Drop CONFIG_CLK_* by Tom Rini · 2 years, 8 months ago
- 6b93725 Convert CONFIG_SYS_USE_NORFLASH et al to Kconfig by Tom Rini · 2 years, 8 months ago
- c971ca2 global: Remove CONFIG_SYS_USE_DATAFLASH* by Tom Rini · 2 years, 8 months ago
- 886e6e3 Convert CONFIG_SDCARD et al to Kconfig by Tom Rini · 2 years, 8 months ago
- 88bdbd9 am43xx_evm_qspiboot: Remove CONFIG_SYS_EXTRA_OPTIONS by Tom Rini · 2 years, 8 months ago
- fe48254 MPC837XERDB: Move CONFIG_PCIE to Kconfig by Tom Rini · 2 years, 8 months ago
- 037415a Convert CONFIG_LPUART et al to Kconfig by Tom Rini · 2 years, 8 months ago
- 164befe Convert CONFIG_LSCHLV2 to Kconfig et al by Tom Rini · 2 years, 8 months ago
- fe3ddcc mpc8548cds: Rework CONFIG_LEGACY usage by Tom Rini · 2 years, 8 months ago
- 9a92dcd Convert CONFIG_KM_COGE5UN et al to Kconfig by Tom Rini · 2 years, 8 months ago
- 9c8c5c5 kmtegr1: Drop CONFIG_KMTEGR1 by Tom Rini · 2 years, 8 months ago
- a67ff80 keymile: Move sourcing of common Kconfig by Tom Rini · 2 years, 8 months ago
- 4f92aa3 Convert CONFIG_EMMC_BOOT et al to Kconfig by Tom Rini · 2 years, 8 months ago
- c7e8297 mx28evk_auart_console: Remove CONFIG_SYS_EXTRA_OPTIONS by Tom Rini · 2 years, 8 months ago
- 054a891 stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig by Tom Rini · 2 years, 8 months ago
- 91d48f2 Convert CONFIG_MCFRTC et al to Kconfig by Tom Rini · 2 years, 8 months ago
- 5ef54da stmark2: Remove CONFIG_SERIAL_FLASH by Tom Rini · 2 years, 8 months ago
- 06eb454 Convert CONFIG_MCFTMR to Kconfig by Tom Rini · 2 years, 8 months ago
- 6c2c30f Convert CONFIG_CF_DSPI to Kconfig by Tom Rini · 2 years, 8 months ago
- 82f0010 atmel: Remove CONFIG_SPL_ATMEL_SIZE by Tom Rini · 2 years, 8 months ago