socsvn commit: r289527 - in soc2015/mihai/bhyve-on-arm-head/sys/arm: conf fvp_ve-cortex_a15x1

mihai at FreeBSD.org mihai at FreeBSD.org
Mon Aug 10 18:35:05 UTC 2015


Author: mihai
Date: Mon Aug 10 18:35:03 2015
New Revision: 289527
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=289527

Log:
  sys: arm: conf: modify GUEST conf

Added:
  soc2015/mihai/bhyve-on-arm-head/sys/arm/fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1_guest
Modified:
  soc2015/mihai/bhyve-on-arm-head/sys/arm/conf/FVP_VE_CORTEX_A15x1_GUEST

Modified: soc2015/mihai/bhyve-on-arm-head/sys/arm/conf/FVP_VE_CORTEX_A15x1_GUEST
==============================================================================
--- soc2015/mihai/bhyve-on-arm-head/sys/arm/conf/FVP_VE_CORTEX_A15x1_GUEST	Mon Aug 10 18:33:13 2015	(r289526)
+++ soc2015/mihai/bhyve-on-arm-head/sys/arm/conf/FVP_VE_CORTEX_A15x1_GUEST	Mon Aug 10 18:35:03 2015	(r289527)
@@ -14,10 +14,10 @@
 
 files		"../fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1_guest"
 
-options 	KERNVIRTADDR=0xc0200000
-makeoptions	KERNVIRTADDR=0xc0200000
-options 	KERNPHYSADDR=0xc0200000
-makeoptions	KERNPHYSADDR=0xc0200000
+options 	KERNVIRTADDR=0xc0000000
+makeoptions	KERNVIRTADDR=0xc0000000
+options 	KERNPHYSADDR=0xc0000000
+makeoptions	KERNPHYSADDR=0xc0000000
 options 	PHYSADDR=0xc0000000
 
 options 	HZ=100
@@ -26,13 +26,14 @@
 #options 	SMP			# Enable multiple cores
 
 nooptions	FREEBSD_BOOT_LOADER
+nooptions	VFP
 
 # Debugging for use in -current
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
 options 	BREAK_TO_DEBUGGER
 options		DEBUG
 options		EARLY_PRINTF
-#options 	VERBOSE_SYSINIT		# Enable verbose sysinit messages
+options 	VERBOSE_SYSINIT		# Enable verbose sysinit messages
 options 	KDB			# Enable kernel debugger support
 # For minimum debugger support (stable branch) use:
 options 	KDB_TRACE		# Print a stack trace for a panic
@@ -47,7 +48,7 @@
 #options 	ROOTDEVNAME=\"ufs:/dev/da0\"
 options                MD_ROOT
 options                MD_ROOT_SIZE=12288
-makeoptions            MFS_IMAGE=/root/soc2015/mihai/ramdisk/ramdisk.img
+makeoptions            MFS_IMAGE=/root/soc2015/mihai/ramdisk/ramdisk-guest.img
 options                ROOTDEVNAME=\"ffs:/dev/md0\"
 
 # Pseudo devices
@@ -67,10 +68,10 @@
 
 
 # GPIO
-device		gpio
+#device		gpio
 
 
 # Flattened Device Tree
 options 	FDT			# Configure using FDT/DTB data
 options 	FDT_DTB_STATIC
-makeoptions	FDT_DTS_FILE=fvp_ve-cortex_a15x1.dts
+makeoptions	FDT_DTS_FILE=fvp_ve-cortex_a15x1_guest.dts

Added: soc2015/mihai/bhyve-on-arm-head/sys/arm/fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1_guest
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ soc2015/mihai/bhyve-on-arm-head/sys/arm/fvp_ve-cortex_a15x1/files.fvp_ve-cortex_a15x1_guest	Mon Aug 10 18:35:03 2015	(r289527)
@@ -0,0 +1,13 @@
+kern/kern_clocksource.c						standard
+
+arm/arm/bus_space_base.c					standard
+arm/arm/bus_space_generic.c					standard
+arm/arm/bus_space_asm_generic.S					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
+
+arm/fvp_ve-cortex_a15x1/fvp_ve-cortex_a15x1_semihosting.S	standard
+


More information about the svn-soc-all mailing list