blob: f1b81519f8d0d1fd147dd811928eee685c137d0f [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
Andrew Geissler1c349142019-02-19 19:49:56 -06009SDIMG_KERNELIMAGE ?= "kernel7.img"
10UBOOT_MACHINE = "rpi_3_32b_config"
11SERIAL_CONSOLES ?= "115200;ttyAMA0"
Brad Bishop26bdd442019-08-16 17:08:17 -040012
13ARMSTUB ?= "armstub.bin"