[OpenWrt-Devel] [PATCH 3/5] ar71xx: Allow to set the RXDV, RXD, TXD, TXE delays for QCA955x

Sven Eckelmann sven.eckelmann at open-mesh.com
Thu Mar 17 06:26:58 EDT 2016


On Thursday 17 March 2016 09:19:49 Sven Eckelmann wrote:
> On Wednesday 16 March 2016 22:41:58 Christian Beier wrote:
> > Am Tue,  8 Mar 2016 18:39:05 +0100
> > schrieb Sven Eckelmann <sven.eckelmann at open-mesh.com>:
> > 
> > > The default RGMII values from the Atheros u-boot are currently used to
> > > preset the existing mach files. These may have to be adjusted for boards
> > > using different values but which are not currently set them explicitely in
> > > OpenWrt.
> > 
> > Hi Sven,
> > 
> > Just to clarify: If I don't have any special values than the presets are used
> > and there's nothing I have to do in that case?
> 
> You have to find out what values are working (for example by checking what
> u-boot currently sets in ETH_CFG before ath79_setup_qca955x_eth_cfg overwrites
> it). But it looks that John doesn't like that mach-* files correctly set the
> content of ETH_CFG via this function.

Before there is a misunderstanding: I have no problem with
ath79_setup_qca955x_eth_cfg not changing its current behavior. There are already
mach-* files doing their own thing with ETH_CFG because OpenWrt didn't want to
change the current behavior of it and I will just do the same for some upcoming
mach-* files (and then also for mr1750/mr900).

> So you don't have to do anything and just
> hope that u-boot does always the right (which it doesn't do here, for example
> booting up with 100Base-T Full Duplex and then switching to 1000Base-T full
> duplex under OpenWrt doesn't work for MR1750 and some other products I had in
> my hand).

Attached is a small hack to show you the preset values by u-boot for QCA955x.
Just in case you are interested in finding out what your u-boot sets when
booting up with different link speeds. Apply the patch (currently for
f51f2b3e7b18/r49031), attach the device directly to a different PC and boot
your device up. You should see some XXXXXX with the old and new pll_* values
for the selected speed (only the first "old" values for xmii/sgmii are
interesting) and QCA955X_GMAC_REG_ETH_CFG-pre with the values set by u-boot.

This procedure can be repeated with different speeds. Just set the linkspeed
(1000, 100, 10) on your PC via:

    ethtool -s eth0 speed 1000 duplex full

and then power up the device again. You should check out
https://dev.openwrt.org/changeset/49027/trunk for the known bits in
QCA955X_GMAC_REG_ETH_CFG.

You can also manipulate this register directly from userspace. Just enable
the busybox tool devmem and enable the /dev/mem support code in
target/linux/generic/config-4.* (CONFIG_DEVKMEM=y, CONFIG_DEVMEM=y). The
currently set value for ETH_CFG on QCA955x can be read via:

    devmem 0x18070000 32

and written via (just a dummy example value):

    devmem 0x18070000 32 0x12345678

Kind regards,
	Sven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Print-PLL-ETH_CFG-INFOs.patch
Type: text/x-patch
Size: 1893 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20160317/44f371ce/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20160317/44f371ce/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list