Move the Raspberry Pi low level options out of the kernel config and into

std.rpi + std.bcm2835.

Reviewed by:	imp
This commit is contained in:
Rui Paulo 2013-07-15 07:01:30 +00:00
parent 0f6bcda4cd
commit 9c9a49c494
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253355
3 changed files with 20 additions and 12 deletions

View File

@ -0,0 +1,7 @@
# $FreeBSD$
machine arm armv6
cpu CPU_ARM1176
files "../broadcom/bcm2835/files.bcm2835"

View File

@ -0,0 +1,12 @@
# $FreeBSD$
include "../broadcom/bcm2835/std.bcm2835"
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

View File

@ -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