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
This commit is contained in:
Andrew Turner 2015-03-24 18:46:01 +00:00
parent cdc5836726
commit e68fcb030d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280452
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
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"

View File

@ -39,6 +39,8 @@ SOCDEV_PA opt_global.h
SOCDEV_VA opt_global.h
PV_STATS opt_pmap.h
QEMU_WORKAROUNDS opt_global.h
SOC_BCM2835 opt_global.h
SOC_BCM2836 opt_global.h
SOC_MV_ARMADAXP opt_global.h
SOC_MV_DISCOVERY opt_global.h
SOC_MV_DOVE opt_global.h