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


1.17
date	2013.07.16.00.29.55;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2013.07.03.00.39.01;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2013.07.02.00.40.27;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2013.07.02.00.30.52;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2013.07.01.00.47.14;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2013.03.03.01.11.25;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2013.02.27.00.28.59;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.12.20.04.34.44;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.30.04.58.40;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.23.20.06.24;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.23.08.00.34;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.01.51.09;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.10.29.17.23.45;	author gonzo;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.25.04.10.32;	author kientzle;	state Exp;
branches;
next	1.3;

1.3
date	2012.09.16.19.48.48;	author jmg;	state Exp;
branches;
next	1.2;

1.2
date	2012.09.14.08.11.59;	author hselasky;	state Exp;
branches;
next	1.1;

1.1
date	2012.08.30.20.59.37;	author gonzo;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/253355
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# RPI-B -- Custom configuration for the Raspberry Pi
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files. 
# If you are in doubt as to the purpose or necessity of a line, check first 
# in NOTES.
#
# $FreeBSD: head/sys/arm/conf/RPI-B 253355 2013-07-15 07:01:30Z rpaulo $

ident		RPI-B

include		"../broadcom/bcm2835/std.rpi"
makeoptions	MODULES_OVERRIDE=""

makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
options 	HZ=100

options 	SCHED_4BSD		#4BSD scheduler
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options		SCTP			#Stream Control Transmission Protocol
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_ACL			#Support for access control lists
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MSDOSFS			#MSDOS Filesystem
device		snp

options 	NFSCL			#Network Filesystem Client

#options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
#options 	BOOTP_NFSROOT
#options 	BOOTP_COMPAT
#options 	BOOTP
#options 	BOOTP_NFSV3
#options 	BOOTP_WIRED_TO=ue0

options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
#options         ROOTDEVNAME=\"ufs:mmcsd0s2\"

options 	PREEMPTION

device		bpf
device		loop
device		ether
device		uart
device		pl011

device		pty

# Comment following lines for boot console on serial port
device		sc
device		kbdmux
options         SC_DFLT_FONT    # compile font in
makeoptions     SC_DFLT_FONT=cp437
device		ukbd

device		sdhci
device		mmc
device		mmcsd

device		gpio
device		gpioled

options 	KDB
options 	DDB			#Enable the kernel debugger
options 	INVARIANTS		#Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS

device		md
device		random		# Entropy device

# USB support
device		usb
options 	USB_DEBUG
device		dwcotg		#DWC OTG controller

# USB storage support
device		scbus
device		da
device		umass

# USB ethernet support
device		smcphy
device		mii
device		smsc

# Flattened Device Tree
options         FDT
# Note:  DTB is normally loaded and modified by RPi boot loader, then
# handed to kernel via U-Boot and ubldr.
#options         FDT_DTB_STATIC
makeoptions     FDT_DTS_FILE=rpi.dts

device		vfp			# vfp/neon
options 	ARM_VFP_SUPPORT		# vfp/neon
@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252522
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 252522 2013-07-02 19:35:04Z andrew $
a20 2
machine		arm	armv6
cpu 		CPU_ARM1176
d22 1
a22 1
files		"../broadcom/bcm2835/files.bcm2835"
a24 9
options 	KERNVIRTADDR=0xc0100000
makeoptions	KERNVIRTADDR=0xc0100000
options 	KERNPHYSADDR=0x00100000
makeoptions	KERNPHYSADDR=0x00100000
options 	PHYSADDR=0x00000000
options 	STARTUP_PAGETABLE_ADDR=0x01000000
options		FREEBSD_BOOT_LOADER
options		LINUX_BOOT_ABI

@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252473
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 252473 2013-07-01 18:58:59Z tuexen $
d123 3
@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252440
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 252440 2013-07-01 05:01:27Z rpaulo $
d42 1
@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252432
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 252432 2013-06-30 23:29:24Z rpaulo $
d121 1
a121 1
makeoptions     FDT_DTS_FILE=bcm2835-rpi-b.dts
@


1.12
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/247609
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 247609 2013-03-02 03:23:14Z andrew $
d41 1
@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/247304
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 247304 2013-02-26 04:59:02Z kientzle $
d120 1
a120 1
#makeoptions     FDT_DTS_FILE=bcm2835-rpi-b.dts
@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244480
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 244480 2012-12-20 04:32:02Z gonzo $
d45 1
d117 4
a120 2
options         FDT_DTB_STATIC
makeoptions     FDT_DTS_FILE=bcm2835-rpi-b.dts
@


1.9
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243701
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 243701 2012-11-30 04:56:39Z gonzo $
d22 1
a22 1
cpu 		CPU_ARM11
@


1.8
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 243465
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243465 | gonzo | 2012-11-23 20:04:39 +0000 (Fri, 23 Nov 2012) | 4 lines
## SVN ##
## SVN ## Add Raspberry Pi GPIO driver
## SVN ##
## SVN ## Submitted by:	Luiz Otavio O Souza
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 243465 2012-11-23 20:04:39Z gonzo $
d47 2
a48 1
#options 	NFSCL			#Network Filesystem Client
d77 6
a82 7
# NOTE: serial console will be disabled if syscons enabled
# Uncomment following lines for framebuffer/syscons support
# device		sc
# device		kbdmux
# options         SC_DFLT_FONT    # compile font in
# makeoptions     SC_DFLT_FONT=cp437
# device		ukbd
@


1.7
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 243434
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r243434 | gonzo | 2012-11-23 07:58:12 +0000 (Fri, 23 Nov 2012) | 3 lines
## SVN ##
## SVN ## Now that we have working USB keyboard add ukbd to the syscons-enabling
## SVN ## part of config
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 243434 2012-11-23 07:58:12Z gonzo $
d88 3
@


1.6
log
@Switching exporter and resync
@
text
@d18 1
a18 1
# $FreeBSD: head/sys/arm/conf/RPI-B 242321 2012-10-29 17:23:45Z gonzo $
d82 1
@


1.5
log
@SVN rev 242321 on 2012-10-29 17:23:45Z by gonzo

Add BCM2835 SDHCI driver and enable it in Raspberry Pi config
@
text
@d18 1
a18 1
# $FreeBSD$
@


1.4
log
@SVN rev 242061 on 2012-10-25 04:10:32Z by kientzle

Support boot loaders in the standard kernel.
@
text
@d64 1
a64 1
#options 	ROOTDEVNAME=\"ufs:/dev/da0s1a\"
d83 4
@


1.3
log
@SVN rev 240572 on 2012-09-16 19:48:48Z by jmg

fix the kernel files to match our standard "option<space><tab>" format
such that when commenting/uncommentting lines, horizontal spacing is
maintained...

Also fix some minor comment formatting to line things up, etc...

Reviewed by:	gnn, imp
MFC after:	1 week
@
text
@d33 2
@


1.2
log
@SVN rev 240483 on 2012-09-14 08:11:59Z by hselasky

Add basic USB support to Raspberry PI target.
@
text
@d27 1
a27 1
options		KERNVIRTADDR=0xc0100000
d29 1
a29 1
options		KERNPHYSADDR=0x00100000
d31 2
a32 2
options		PHYSADDR=0x00000000
options		STARTUP_PAGETABLE_ADDR=0x01000000
d45 7
a51 7
# options 	NFSCL		#Network Filesystem Client
# options 	NFS_ROOT		#NFS usable as /, requires NFSCLIENT
# options		BOOTP_NFSROOT
# options		BOOTP_COMPAT
# options		BOOTP
# options		BOOTP_NFSV3
# options		BOOTP_WIRED_TO=ue0
@


1.1
log
@SVN rev 239922 on 2012-08-30 20:59:37Z by gonzo

Add barebone Raspberry Pi port. Supported parts:
  - Interrupts controller
  - Watchdog
  - System timer
  - Framebuffer (hardcoded resolution/bpp)
@
text
@d62 1
d89 14
a102 9
# Not yet: USB support
# device		usb
# options 	USB_DEBUG


# Not yet: USB Ethernet support, requires miibus
# device		mii
# device		smc
# device		smcphy
@

