CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/08/31 10:19:40
Modified files:
sys/arch/armv7/vexpress: files.vexpress
sys/arch/armv7/conf: files.armv7
sys/arch/armv7/armv7: platform.c
Added files:
sys/arch/armv7/dev: plrtc.c pluart.c
Removed files:
sys/arch/armv7/vexpress: pl011.c pl011reg.h pl011var.h pl031.c
Log message:
pl011 and pl031 are licenseable peripherals from arm present in multiple socs.
Move the pluart and plrtc drivers for them out of the vexpress directory
and into dev to reflect this and rename the files to match the driver names.
discussed with patrick and kettenis