summaryrefslogtreecommitdiff
path: root/sys/src/9/imx8/fns.h
AgeCommit message (Collapse)Author
2022-08-20imx8/gpio: add interrupt handlers supportSigrid Solveig Haflínudóttir
2022-07-03imx8: pcie and nvme supportcinap_lenrek
2022-06-13imx8/gpio: allow 0 as "no-op" gpio pincinap_lenrek
as the gpio controller number starts at 1, we can use 0 to mean "no pin", so passing 0 to gpioout() or gpioin() pin argument will have no effect.
2022-06-13imx8: add gpio helper gpioout()/gpioin()cinap_lenrek
2022-06-13imx8: provide iomuxgpr() function to access iomuxc's gpr'scinap_lenrek
2022-06-13imx8: add iomuxpad() helper for pad and mux controlcinap_lenrek
2022-06-12imx8: make gpc functionality available with a powerup() functioncinap_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: implement psci calls for system reset and multicore startupcinap_lenrek
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