CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/21 14:11:36
Modified files:
sys/arch/armv7/conf: GENERIC RAMDISK
sys/arch/armv7/marvell: files.marvell
Added files:
sys/arch/armv7/marvell: mvmbus.c mvmbusvar.h
Log message:
Implement a driver for Marvell's Mbus bridge. This is the component
that lets e.g. the CPU access a USB controller or the USB controller
access the system's RAM. The bridge needs to be configured for the
devices before we can access the controller or a controller our memory.
Since it otherwise acts like a simplebus, simply attach simplebus once
we are finished.
"looks good to me" kettenis@