Commit c30eab2ddd5d2238e06ea2acde91620019ea7f85

Authored by Troy Kisky
Committed by Stefano Babic
1 parent f093088214
Exists in master and in 55 other branches 8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, emb_lf_v2024.04, imx_v2015.04_4.1.15_1.0.0_ga, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-emmc-imx_v2014.04_3.10.53_1.1.0_ga, smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx-l5.0.0_1.0.0-ga, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2017.03_4.9.11_1.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx_v2015.04_4.1.15_1.0.0_ga, smarc-imx_v2017.03_4.9.11_1.0.0_ga, smarc-imx_v2017.03_4.9.88_2.0.0_ga, smarc-imx_v2017.03_o8.1.0_1.3.0_8m, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc-m6.0.1_2.1.0-ga, smarc-n7.1.2_2.0.0-ga, smarc-rel_imx_4.1.15_2.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0, smarc_8mq_lf_v2020.04, ti-u-boot-2015.07, v2013.10, v2013.10-smarct33, v2013.10-smartmen, v2014.01, v2014.04, v2014.04-smarct33, v2014.04-smarct33-emmc, v2014.04-smartmen, v2014.07, v2014.07-smarct33, v2014.07-smartmen, v2015.07-smarct33, v2015.07-smarct33-emmc, v2015.07-smarct4x, v2016.05-dlt, v2016.05-smarct3x, v2016.05-smarct3x-emmc, v2016.05-smarct4x, v2017.01-smarct3x, v2017.01-smarct3x-emmc, v2017.01-smarct4x

doc/README.fec_mxc: add documentation

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>

Showing 1 changed file with 27 additions and 0 deletions Side-by-side Diff

  1 +U-boot config options used in fec_mxc.c
  2 +
  3 +CONFIG_FEC_MXC
  4 + Selects fec_mxc.c to be compiled into u-boot.
  5 +
  6 +CONFIG_MII
  7 + Must be defined if CONFIG_FEC_MXC is defined.
  8 +
  9 +CONFIG_FEC_XCV_TYPE
  10 + Defaults to MII100 for 100 Base-tx.
  11 + RGMII selects 1000 Base-tx reduced pin count interface.
  12 + RMII selects 100 Base-tx reduced pin count interface.
  13 +
  14 +CONFIG_FEC_MXC_SWAP_PACKET
  15 + Forced on iff MX28.
  16 + Swaps the bytes order of all words(4 byte units) in the packet.
  17 + This should not be specified by a board file. It is cpu specific.
  18 +
  19 +CONFIG_PHYLIB
  20 + fec_mxc supports PHYLIB and should be used for new boards.
  21 +
  22 +CONFIG_FEC_MXC_NO_ANEG
  23 + Relevant only if PHYLIB not used. Skips auto-negotiation restart.
  24 +
  25 +CONFIG_FEC_MXC_PHYADDR
  26 + Optional, selects the exact phy address that should be connected
  27 + and function fecmxc_initialize will try to initialize it.