mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 05:27:17 +00:00
For the RTL8211F PHY, configuration of RX/TXDLY was missing. At least on my i.MX93 EVK, this is necessary for transmission to work (RXDLY defaults to true on the PHY). This commit brings support for RGMII internal delay configuration (on or off for both directions) and enables it on the i.MX93 EVK board. The introduced Kconfig is set to default to 'n', to avoid breaking the functionality of other, out-of-tree boards based on i.MX93, running the RTL8211F PHY, or to avoid introducing unnecessary code on boards running other PHYs. Configuration of internal delay on other PHYs is not implemented, and results in a warning (but no error). Signed-off-by: George Poulios <gpoulios@census-labs.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| dummy | ||
| hc/m9s12 | ||
| mips | ||
| misoc/lm32/misoc | ||
| or1k/mor1kx/or1k | ||
| renesas | ||
| risc-v | ||
| sim/sim/sim | ||
| sparc | ||
| tricore/tc3xx/tc397 | ||
| x86/qemu/qemu-i486 | ||
| x86_64/intel64/qemu-intel64 | ||
| xtensa | ||
| z16/z16f/z16f2800100zcog | ||
| z80 | ||
| .gitignore | ||
| Board.mk | ||
| boardctl.c | ||
| CMakeLists.txt | ||
| dummy.c | ||
| Kconfig | ||
| Makefile | ||