freebsd-dev/sys/arm/broadcom/bcm2835/std.bcm2835
Andrew Turner e68fcb030d Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add the
former to std.bcm2835. These will be used to enable support for the
Raspberry Pi 2.

MFC after:	1 week
2015-03-24 18:46:01 +00:00

11 lines
199 B
Plaintext

# $FreeBSD$
machine arm armv6
cpu CPU_ARM1176
makeoptions CONF_CFLAGS="-mcpu=arm1176jzf-s"
options SOC_BCM2835
files "../broadcom/bcm2835/files.bcm2835"
files "../broadcom/bcm2835/files.bcm283x"