Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MPC85xx U-Boot Custodian Tree
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • U-Boot
  • Custodians
  • MPC85xx U-Boot Custodian Tree
  • Repository

Switch branch/tag
  • u-boot-mpc85xx
  • configs
  • ls1028aqds_tfa_lpuart_defconfig
Find file BlameHistoryPermalink
  • Vladimir Oltean's avatar
    configs: ls1028a: ensure Ethernet is enabled · 99e1fa89
    Vladimir Oltean authored Nov 09, 2021 and Priyanka Jain's avatar Priyanka Jain committed Nov 09, 2021
    
    
    CONFIG_FSL_ENETC is not explicitly enabled in the NXP LS1028A config
    files, instead it is selected by CONFIG_MSCC_FELIX_SWITCH, a state of
    matters which is fragile.
    
    CONFIG_MSCC_FELIX_SWITCH depends on CONFIG_DM_DSA, which depends on
    CONFIG_PHY_FIXED.
    
    Not all LS1028A boards did enable CONFIG_PHY_FIXED, which resulted in
    all of Ethernet being compiled out.
    
    This patch makes sure that CONFIG_PHY_FIXED is enabled for all LS1028A
    boards, and CONFIG_FSL_ENETC as well - don't rely on that fragile
    selection done by the Felix switch config.
    Signed-off-by: default avatarVladimir Oltean <vladimir.oltean@nxp.com>
    Reviewed-by: Bin Meng's avatarBin Meng <bmeng.cn@gmail.com>
    [Rebased]
    Signed-off-by: Priyanka Jain's avatarPriyanka Jain <priyanka.jain@nxp.com>
    99e1fa89

Replace ls1028aqds_tfa_lpuart_defconfig

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy