Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-20 | imx8/gpio: add interrupt handlers support | Sigrid Solveig Haflínudóttir | |
2022-07-03 | imx8: pcie and nvme support | cinap_lenrek | |
2022-06-13 | imx8/gpio: allow 0 as "no-op" gpio pin | cinap_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-13 | imx8: add gpio helper gpioout()/gpioin() | cinap_lenrek | |
2022-06-13 | imx8: provide iomuxgpr() function to access iomuxc's gpr's | cinap_lenrek | |
2022-06-13 | imx8: add iomuxpad() helper for pad and mux control | cinap_lenrek | |
2022-06-12 | imx8: make gpc functionality available with a powerup() function | cinap_lenrek | |
2022-06-11 | imx8: 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-08 | imx8: implement psci calls for system reset and multicore startup | cinap_lenrek | |
2022-05-08 | imx8: add work in progress i.MX8MQ kernel for the mntreform2 laptop | cinap_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 |