aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-08HACK: Only want Azure for this commitTEST/rmboard-corenet_dsTom Rini1-448/+0
2022-08-08ppc: Remove corenet_ds boardsTom Rini37-4019/+8
2022-08-08net: Make DM_ETH be selected by NETDEVICETom Rini2-58/+21
2022-08-08smdkc100: Remove legacy non-DM_ETH codeTom Rini1-9/+0
2022-08-08warp7: Remove legacy non-DM_ETH codeTom Rini1-13/+0
2022-08-08vinco: Remove legacy non-DM_ETH codeTom Rini1-3/+0
2022-08-08ls1021aqds/ls1021aiot: Remove legacy non-DM_ETH codeTom Rini6-364/+0
2022-08-08am335x_sl50: Disable SPL_NETTom Rini1-2/+0
2022-08-08igep00x0: Disable networkingTom Rini2-62/+1
2022-08-08net: ks8851_mll: Remove legacy non-DM_ETH code and callersTom Rini2-110/+0
2022-08-08mpc8548cds: Guard old ethernet code with !DM_ETHTom Rini1-1/+3
2022-08-08layerscape: Disable CONFIG_FMAN_ENET on some platformsTom Rini51-71/+18
2022-08-08fsl-mc: Update dependencies for DM_ETHTom Rini1-0/+2
2022-08-08net: lpc32xx_eth.c ethernet driverTom Rini5-668/+0
2022-08-08net: Remove smc91111 ethernet driverTom Rini10-2347/+0
2022-08-08arm: Remove kzm9g boardTom Rini7-506/+0
2022-08-08arm: Remove armadillo-800eva boardTom Rini7-469/+0
2022-08-08arm: Remove cm_t335 boardTom Rini11-726/+0
2022-08-08arm: Remove edminiv2 boardTom Rini7-304/+0
2022-08-08arm: Remove mx28evk boardTom Rini14-1171/+0
2022-08-08arm: Remove snapper9260 boardTom Rini8-387/+0
2022-08-08ppc: Remove ids8313 boardTom Rini7-703/+0
2022-08-08Convert CONFIG_SYS_FDT_PAD to KconfigTom Rini12-21/+10
2022-08-08Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini12-63/+82
2022-08-08Convert CONFIG_SYS_FSL_PCIE_COMPAT to KconfigTom Rini3-17/+37
2022-08-08Convert CONFIG_SYS_FSL_NUM_CC_PLLS to KconfigTom Rini70-28/+69
2022-08-08Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini9-22/+5
2022-08-08Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to KconfigTom Rini8-3/+8
2022-08-08Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et alTom Rini24-90/+0
2022-08-08arc: Move SYS_LITTLE_ENDIAN / SYS_BIG_ENDIAN selection to KconfigTom Rini3-10/+2
2022-08-08Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to KconfigTom Rini23-63/+22
2022-08-08Merge branch '2022-08-08-networking-updates'Tom Rini24-309/+1199
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for stm32Patrice Chotard1-0/+1
2022-08-08net: dwc_eth_qos: Add eqos_get_enetaddr callback for tegra186Patrice Chotard1-0/+1
2022-08-08ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pinsKunihiko Hayashi3-4/+4
2022-08-08net: ave: Add capability of rgmii-id modeKunihiko Hayashi1-1/+13
2022-08-08net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt1-3/+3
2022-08-08net: dwc_eth_qos: cosmetic: reorder include filesPatrick Delaunay1-1/+1
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried2-180/+183
2022-08-08net: ftgmac100: use bus name in mdio error messagesZev Weiss1-2/+2
2022-08-08net: nuvoton : Add NPCM7xx EMAC driverJim Liu3-0/+751
2022-08-08net: mpc8xx_fec: Migrate to DM_ETHChristophe Leroy6-104/+104
2022-08-08net: dwc_eth_qos: remove use of DWC_NET_PHYADDRRasmus Villemoes4-7/+0
2022-08-08net: dwc_eth_qos: lift parsing of max-speed DT property to common codeRasmus Villemoes1-2/+2
2022-08-08net: dwc_eth_qos: fix double resource leak in eqos_remove()Rasmus Villemoes1-1/+1
2022-08-08net: dm9000: Correctly handle empty FIFOMarek Vasut1-2/+2
2022-08-08net: phy: marvell: Add support for 88E1240 PHYStefan Roese1-0/+21
2022-08-08net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese1-0/+100
2022-08-08net: bootp: Make root path (option 17) length configurableAndre Kalb3-2/+10
2022-08-05Merge branch '2022-08-05-buildman-integrate-boardscfg'Tom Rini20-1006/+960