summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/raspberrypi3-64.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf
new file mode 100644
index 0000000..5598e50
--- /dev/null
+++ b/conf/machine/raspberrypi3-64.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: RaspberryPi 3 Development Board
3#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode
4
5MACHINEOVERRIDES = "raspberrypi3:raspberrypi:${MACHINE}"
6
7MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
8
9require conf/machine/include/arm/arch-armv8.inc
10include conf/machine/include/rpi-base.inc
11
12SERIAL_CONSOLE = "115200 ttyS0"
13VC4_CMA_SIZE ?= "cma-256"
14
15UBOOT_MACHINE = "rpi_3_config"