socsvn commit: r287172 - in soc2015/mihai/bhyve-on-arm-head/sys: arm/fvp_ve-cortex_a15x1 boot/fdt/dts/arm

mihai at FreeBSD.org mihai at FreeBSD.org
Tue Jun 16 19:34:12 UTC 2015


Author: mihai
Date: Tue Jun 16 19:34:10 2015
New Revision: 287172
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=287172

Log:
  soc2015: mihai: bhyve-on-arm-head: add generic timer instead of SP804

Modified:
  soc2015/mihai/bhyve-on-arm-head/sys/arm/fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1
  soc2015/mihai/bhyve-on-arm-head/sys/boot/fdt/dts/arm/fvp_ve-cortex_a15x1.dts

Modified: soc2015/mihai/bhyve-on-arm-head/sys/arm/fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1
==============================================================================
--- soc2015/mihai/bhyve-on-arm-head/sys/arm/fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1	Tue Jun 16 19:06:05 2015	(r287171)
+++ soc2015/mihai/bhyve-on-arm-head/sys/arm/fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1	Tue Jun 16 19:34:10 2015	(r287172)
@@ -4,7 +4,8 @@
 arm/arm/bus_space_generic.c					standard
 arm/arm/bus_space_asm_generic.S					standard
 
-arm/fvp_ve-cortex_a15x1/sp804.c					standard
+arm/arm/generic_timer.c						standard
+#arm/fvp_ve-cortex_a15x1/sp804.c					standard
 arm/fvp_ve-cortex_a15x1/fvp_ve-cortex_a15x1_common.c		standard
 arm/fvp_ve-cortex_a15x1/fvp_ve-cortex_a15x1_machdep.c		standard
 

Modified: soc2015/mihai/bhyve-on-arm-head/sys/boot/fdt/dts/arm/fvp_ve-cortex_a15x1.dts
==============================================================================
--- soc2015/mihai/bhyve-on-arm-head/sys/boot/fdt/dts/arm/fvp_ve-cortex_a15x1.dts	Tue Jun 16 19:06:05 2015	(r287171)
+++ soc2015/mihai/bhyve-on-arm-head/sys/boot/fdt/dts/arm/fvp_ve-cortex_a15x1.dts	Tue Jun 16 19:34:10 2015	(r287172)
@@ -49,6 +49,12 @@
 		      <0x2c004000 0x2000>,
 		      <0x2c006000 0x2000>;
 	};
+	generic_timer {
+		compatible = "arm,armv7-timer";
+		clock-frequency = <24000000>;
+		interrupts = < 29 30 27 26 >;
+		interrupt-parent = <&gic>;
+		};
 
 	v2m_serial0: uart at 1c090000 {
 		compatible = "arm,pl011", "arm,primecell";


More information about the svn-soc-all mailing list