PERFORCE change 229154 for review

Brooks Davis brooks at FreeBSD.org
Thu May 30 15:39:06 UTC 2013


http://p4web.freebsd.org/@@229154?ac=10

Change 229154 by brooks at brooks_zenith on 2013/05/30 15:38:52

	Split BERI_SIM_MDROOT adding BERI_SIM_BASE.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SIM_BASE#1 add
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SIM_MDROOT#8 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_SIM_MDROOT#8 (text+ko) ====

@@ -1,18 +1,14 @@
 #
-# BERI_SIM -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible RISC
-# Implementation) FPGA soft core, as configured for simulation.
+# BERI_SIM_MDROOT -- Kernel for the SRI/Cambridge "BERI" (Bluespec Extensible
+# RISC Implementation) FPGA soft core, as configured for simulation.
 #
 # $FreeBSD: head/sys/mips/conf/BERI_SIM_MDROOT 240139 2012-09-05 15:55:51Z brooks $
 #
 
-include "BERI_TEMPLATE"
+include "BERI_SIM_BASE"
 
 ident		BERI_SIM_MDROOT
 
-options 	FDT
-options 	FDT_DTB_STATIC
-makeoptions	FDT_DTS_FILE=beri-sim.dts
-
 #
 # This kernel configuration uses an embedded 8MB memory root file system.
 # Adjust the following path based on local requirements.
@@ -20,7 +16,3 @@
 options 	MD_ROOT			# MD is a potential root device
 options 	MD_ROOT_SIZE=8192
 options 	ROOTDEVNAME=\"ufs:md0\"
-
-device		altera_avgen
-device		altera_jtag_uart
-device		altera_sdcard


More information about the p4-projects mailing list