plan9fox/sys/src/9/imx8/init9.s
cinap_lenrek 22934e123c imx8: add work in progress i.MX8MQ kernel for the mntreform2 laptop
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
2022-05-30 21:55:37 -04:00

5 lines
97 B
ArmAsm

TEXT main(SB), 1, $8
MOV $setSB(SB), R28 /* load the SB */
MOV $boot(SB), R0
B startboot(SB)