blob: 638c2ea5f5e04caa517303f02134f9be27b3aa1a [file] [log] [blame]
Patrick Williamsb2e6a9b2017-02-23 20:31:26 -06001#@TYPE: Machine
2#@NAME: RaspberryPi Compute Module 3 (CM3)
3#@DESCRIPTION: Machine configuration for the RaspberryPi Compute Module 3 (CM3)
4
Andrew Geissler1c349142019-02-19 19:49:56 -06005DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
6require conf/machine/include/tune-cortexa7.inc
7include conf/machine/include/rpi-base.inc
8
9KBUILD_DEFCONFIG ?= "bcm2709_defconfig"
10SDIMG_KERNELIMAGE ?= "kernel7.img"
11UBOOT_MACHINE = "rpi_3_32b_config"
12SERIAL_CONSOLES ?= "115200;ttyAMA0"
Brad Bishop26bdd442019-08-16 17:08:17 -040013
14ARMSTUB ?= "armstub.bin"