summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerve Jourdain <herve.jourdain@neuf.fr>2017-02-16 10:46:32 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2017-02-16 20:52:57 +0100
commit36a3895d4e8434c20edff4a3f82727b2e86a6a49 (patch)
tree78e16dcf1a8b9bf18d64beb205449a9d9a308f18
parent67e02164929a7d8cc187315aaaab60f6f3aaf422 (diff)
downloadmeta-raspberrypi-36a3895d4e8434c20edff4a3f82727b2e86a6a49.tar.gz
Add raspberrypi3-64.conf
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"