xref: /openbmc/openbmc/meta-raspberrypi/conf/machine/raspberrypi.conf (revision bec4ebc22c43c1ff5c3fddb820d44a88bd3aebf0)
1#@TYPE: Machine
2#@NAME: RaspberryPi Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
4
5DEFAULTTUNE ?= "arm1176jzfshf"
6
7require conf/machine/include/tune-arm1176jzf-s.inc
8include conf/machine/include/rpi-base.inc
9
10SERIAL_CONSOLES ?= "115200;ttyAMA0"
11
12UBOOT_MACHINE = "rpi_config"
13
14ARMSTUB ?= "armstub.bin"
15