shithub: riscv

Download patch

ref: 2346ea488600e7e735c2275e5bcd310bbbf9810c
parent: 5851d6fe391a1169d595721dd33afe77165bd84b
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Apr 7 18:10:40 EDT 2025

kernel: deduplicate the mess that is the 32-bit arm ports

avoid these #include "../omap/*.h" constructs, and
handle it in the mkfile instead.

move most of the 32-bit arm stuff to omap,
except bcm hosts some crazy vfp3 + fpi mixed mode
code which is shared with tegra.

get rid of omap/mouse.c, just define a mousectl()
in screen.c, we'r done.