Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: RaspberryPi 3 Development Board |
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 |
| 4 | |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame^] | 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" |
| 6 | require conf/machine/include/tune-cortexa7.inc |
| 7 | include conf/machine/include/rpi-base.inc |
Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 8 | |
Patrick Williams | b2e6a9b | 2017-02-23 20:31:26 -0600 | [diff] [blame] | 9 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" |
| 10 | |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame^] | 11 | SDIMG_KERNELIMAGE ?= "kernel7.img" |
| 12 | KERNEL_DEFCONFIG ?= "bcm2709_defconfig" |
| 13 | UBOOT_MACHINE ?= "rpi_2_config" |
| 14 | SERIAL_CONSOLE ?= "115200 ttyS0" |
Patrick Williams | b2e6a9b | 2017-02-23 20:31:26 -0600 | [diff] [blame] | 15 | VC4_CMA_SIZE ?= "cma-256" |