head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.01.52.48;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.09.05.15.55.51;	author brooks;	state Exp;
branches;
next	1.1;

1.1
date	2012.08.25.12.02.13;	author rwatson;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switching exporter and resync
@
text
@#
# BERI_SIM -- 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"

ident		BERI_SIM_MDROOT

hints		"BERI_SIM.hints"	#Default places to look for devices.

#
# This kernel configuration uses an embedded 8MB memory root file system.
# Adjust the following path based on local requirements.
#
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
@


1.2
log
@SVN rev 240139 on 2012-09-05 15:55:51Z by brooks

Don't hardcode paths to MFS_IMAGE in the kernel config.  When they don't
exist they don't cause "make tinderbox" to fail.

Reported by:	jhb
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@SVN rev 239679 on 2012-08-25 12:02:13Z by rwatson

Add reference kernel configurations for FreeBSD/beri in simulation, on the
Terasic DE-4, and Terasic tPad Altera-based boards.

Sponsored by:	DARPA, AFRL
@
text
@a19 1
makeoptions	MFS_IMAGE=/local/scratch/rnw24/mdroot.img
@

