blob: 2ffdfaf0015d80223e106c4cd0b4cc31e0ffe0b4 [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"
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05006require conf/machine/include/arm/armv7a/tune-cortexa7.inc
Andrew Geissler1c349142019-02-19 19:49:56 -06007include 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"