CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/06/08 00:33:16
Modified files:
sys/arch/armv7/armv7: armv7var.h platform.c
sys/arch/armv7/conf: Makefile.armv7 files.armv7
Added files:
sys/arch/armv7/vexpress: files.vexpress pl011.c pl011reg.h
pl011var.h sysreg.c vexpress.c
vexpress_a15.c vexpress_a9.c
vexpress_machdep.c virtio_mmio.c
Log message:
Add initial support for the ARM Versatile Express boards as emulated by
qemu with virtio memory ranges.
Unfortunately the vexpress-a9 and vexpress-a15 boards/targets have
different load addresses and memory maps.
Code for the PL011 UART and mmio virtio attachment from Patrick Wildt
in bitrig.