summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/RPI-B
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-07-15 07:01:30 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-07-15 07:01:30 +0000
commit96cfc141562a66bbef089efaf29e8a95ae9f2b72 (patch)
tree5bcdbbb72fa1bc8b129e68b5a45c8aea084abcf5 /sys/arm/conf/RPI-B
parentc833aa741fe7347d0990dfb8080bdf319eb3cce5 (diff)
downloadFreeBSD-src-96cfc141562a66bbef089efaf29e8a95ae9f2b72.zip
FreeBSD-src-96cfc141562a66bbef089efaf29e8a95ae9f2b72.tar.gz
Move the Raspberry Pi low level options out of the kernel config and into
std.rpi + std.bcm2835. Reviewed by: imp
Diffstat (limited to 'sys/arm/conf/RPI-B')
-rw-r--r--sys/arm/conf/RPI-B13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 38db5dd..474f6a9 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -18,21 +18,10 @@
# $FreeBSD$
ident RPI-B
-machine arm armv6
-cpu CPU_ARM1176
-files "../broadcom/bcm2835/files.bcm2835"
+include "../broadcom/bcm2835/std.rpi"
makeoptions MODULES_OVERRIDE=""
-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
-
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options HZ=100
OpenPOWER on IntegriCloud