From: Martin Blumenstingl <martin.blumenstingl@googlemail.com> To: netdev@vger.kernel.org, linux-amlogic@lists.infradead.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux@armlinux.org.uk, peppe.cavallaro@st.com, alexandre.torgue@st.com, joabreu@synopsys.com, davem@davemloft.net, kuba@kernel.org Subject: RGMII timing calibration (on 12nm Amlogic SoCs) - integration into dwmac-meson8b Date: Fri, 25 Sep 2020 23:47:18 +0200 [thread overview] Message-ID: <CAFBinCATt4Hi9rigj52nMf3oygyFbnopZcsakGL=KyWnsjY3JA@mail.gmail.com> (raw) Hello, Amlogic's 12nm SoC generation requires some RGMII timing calibration within the Ethernet controller glue registers. This calibration is only needed for the RGMII modes, not for the (internal) RMII PHY. With "incorrect" calibration settings Ethernet speeds up to 100Mbit/s will still work fine, but no data is flowing on 1Gbit/s connections (similar to when RX or TX delay settings are incorrect). A high-level description of this calibration (the full code can be seen in [0] and [1]): - there are sixteen possible calibration values: [0..15] - switch the Ethernet PHY to loopback mode - for each of the sixteen possible calibration values repeat the following steps five times: -- write the value to the calibration register -- construct an Ethernet loopback test frame with protocol 0x0808 ("Frame Relay ARP") -- add 256 bytes of arbitrary data -- use the MAC address of the controller as source and destination -- send out this data packet -- receive this data packet -- compare the contents and remember if the data is valid or corrupted - disable loopback mode on the Ethernet PHY - find the best calibration value by getting the center point of the "longest streak" - write this value to the calibration register My question is: how do I integrate this into the dwmac-meson8b (stmmac based) driver? I already found some interesting and relevant bits: - stmmac_selftests.c uses phy_loopback() and also constructs data which is sent-out in loopback mode - there's a serdes_powerup callback in struct plat_stmmacenet_data which is called after register_netdev() - I'm not sure if there's any other Ethernet driver doing some similar calibration (and therefore a way to avoid some code-duplication) Any recommendations/suggestions/ideas/hints are welcome! Thank you and best regards, Martin [0] https://github.com/khadas/u-boot/blob/4752efbb90b7d048a81760c67f8c826f14baf41c/drivers/net/designware.c#L707 [1] https://github.com/khadas/linux/blob/khadas-vims-4.9.y/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.c#L466
next reply other threads:[~2020-09-25 21:47 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-25 21:47 Martin Blumenstingl [this message] 2020-09-25 22:03 ` Vladimir Oltean 2020-09-25 22:15 ` Martin Blumenstingl 2020-09-25 22:46 ` Vladimir Oltean 2020-09-25 22:14 ` Andrew Lunn 2020-09-25 22:39 ` Martin Blumenstingl 2020-09-26 0:41 ` Andrew Lunn 2020-09-26 8:30 ` Martin Blumenstingl 2020-09-26 14:45 ` Andrew Lunn 2020-09-28 20:23 ` Martin Blumenstingl
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='CAFBinCATt4Hi9rigj52nMf3oygyFbnopZcsakGL=KyWnsjY3JA@mail.gmail.com' \ --to=martin.blumenstingl@googlemail.com \ --cc=alexandre.torgue@st.com \ --cc=davem@davemloft.net \ --cc=joabreu@synopsys.com \ --cc=kuba@kernel.org \ --cc=linux-amlogic@lists.infradead.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux@armlinux.org.uk \ --cc=netdev@vger.kernel.org \ --cc=peppe.cavallaro@st.com \ --subject='Re: RGMII timing calibration (on 12nm Amlogic SoCs) - integration into dwmac-meson8b' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).