plan9fox/sys/src/9/imx8/init9.s
cinap_lenrek fff070f2cb 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-08 16:50:29 +00: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)