summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi/conf/machine/raspberrypi.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/conf/machine/raspberrypi.conf')
-rw-r--r--meta-raspberrypi/conf/machine/raspberrypi.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-raspberrypi/conf/machine/raspberrypi.conf b/meta-raspberrypi/conf/machine/raspberrypi.conf
new file mode 100644
index 000000000..ddd380161
--- /dev/null
+++ b/meta-raspberrypi/conf/machine/raspberrypi.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: RaspberryPi Development Board
+#@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board
+
+DEFAULTTUNE ?= "arm1176jzfshf"
+
+require conf/machine/include/tune-arm1176jzf-s.inc
+include conf/machine/include/rpi-base.inc
+
+SERIAL_CONSOLE ?= "115200 ttyAMA0"
+
+UBOOT_MACHINE = "rpi_config"
+VC4_CMA_SIZE_raspberrypi ?= "cma-64"
OpenPOWER on IntegriCloud