nuttx/arch
Jukka Laitinen fdaeb00910 arch/imx9/enet: Move imx9_phy_boardinitialize to "ifup" phase
Move the board-specific phy initialization from early boot into ifup phase. The
board specific phy initialization may need to implement delays, or bus
communication, for example via i2c bus.

These OS services are not necessarily available yet in arm64_netinitialize, and
PHY initialization is not necessary until the driver actually starts using it.
In addition, this allows the board to reset the ethernet phy at every ifup,
if needed for error recover.

Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
2026-02-01 09:41:50 -03:00
..
arm arch/arm/src: Fix Ethernet RUNNING status regression in IMXRT and STM32(F7/H7). 2026-02-01 01:12:18 +08:00
arm64 arch/imx9/enet: Move imx9_phy_boardinitialize to "ifup" phase 2026-02-01 09:41:50 -03:00
avr sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
ceva sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
dummy
hc arch: Add stack alignment and stack size checking when CONFIG_TLS_ALIGNED=y 2026-01-22 22:18:11 +08:00
mips sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
misoc sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
or1k sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
renesas sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
risc-v rp23xx/rp23xx-rv: Fix GPIO interrupt handler for RP2350B variant. 2026-01-31 02:43:51 +08:00
sim arch/sim: Add sigdelset to nuttx-names.in 2026-01-31 14:14:32 +08:00
sparc sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
tricore sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
x86 sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
x86_64 arch/x86_64: use pause to reduce power consumption in spin wait loops 2026-01-30 08:09:44 -03:00
xtensa arch/esp32s3/spi: make sure spi don't send wrong bytes when dma is enabled 2026-01-31 02:50:52 +08:00
z16 sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
z80 sched/signal: Optimize code logic 2026-01-27 21:24:31 +08:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig shced/irq: Add up_irq_to_ndx interface 2026-01-27 10:34:13 +08:00