seL4/include/plat/tk1
Kofi Doku Atuah b1f8d21e96 TK1: Split the mux controller from the misc region
The TK1 manual's address map has a 16K MMIO region called the "Misc" region,
where they lump together several controllers that aren't all page aligned,
including a USB controller and a SATA controller of some kind.

They also lump the pinmux controller into this "misc" region, but the
pinmux controller is at a page aligned boundary, and has no other devices
sharing that page, so it can be split off into its own device untyped.

This also makes it easier to request that mapping from userspace.
2016-09-29 15:13:16 +10:00
..
plat TK1: Split the mux controller from the misc region 2016-09-29 15:13:16 +10:00
autoconf.h arm-hyp: Minor cleanups 2016-06-06 11:51:58 +10:00