summaryrefslogtreecommitdiff
path: root/sys/src/9/imx8/etherimx.c
AgeCommit message (Collapse)Author
2022-07-10imx8: get mac address from OTP romcinap_lenrek
2022-06-19etherimx: fix link negotiationcinap_lenrek
mdio interrupt command completion handling was broken, as the interrupt handler would clear the mii status register before mdiodone() sees it. handle errors in miistatus() and miiane(), to not get confused.
2022-06-18etherimx: set iomux pad configigurationcinap_lenrek
2022-06-11imx8: mainscreen turn on!cinap_lenrek
supports the lcd panel and adds alot of infrastructure like for the ccm clock module and the i2c controllers.
2022-05-08imx8: add work in progress i.MX8MQ kernel for the mntreform2 laptopcinap_lenrek
This is a work in progress port to the mntreform2 laptop. Working so far: - mmu (same as raspberry pi 3b+) - arm generic timer - gicv3 - uart1 - enet With access to the uart, one can netboot this kernel in u-boot using the following commands: > dhcp > bootm