summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-02 15:19:26 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit9e73b9eb9f24a98fa35e633c7f8916d48030ffa7 (patch)
tree89e8d31cc1c310fd0e7408eeaafd69d1450cb57c
parentd15e62704999ebd4209128327efb31ec7257b0eb (diff)
downloadmeta-raspberrypi-9e73b9eb9f24a98fa35e633c7f8916d48030ffa7.tar.gz
raspberrypi4-64.conf: Initial machine configuration
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/raspberrypi4-64.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf
index a03a7c5..96fc46b 100644
--- a/conf/machine/raspberrypi4-64.conf
+++ b/conf/machine/raspberrypi4-64.conf
@@ -1,5 +1,5 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: RaspberryPi 4 Development Board 2#@NAME: RaspberryPi 4 Development Board (64bit)
3#@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 64 bits mode 3#@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 64 bits mode
4 4
5MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" 5MACHINEOVERRIDES = "raspberrypi4:${MACHINE}"
@@ -21,5 +21,8 @@ SERIAL_CONSOLES ?= "115200;ttyS0"
21 21
22MACHINE_FEATURES_append = " vc4graphics" 22MACHINE_FEATURES_append = " vc4graphics"
23VC4DTBO ?= "vc4-fkms-v3d" 23VC4DTBO ?= "vc4-fkms-v3d"
24ARMSTUB ?= "armstub8-gic.bin"
24 25
25KERNEL_IMAGETYPE_DIRECT ?= "Image" 26KERNEL_IMAGETYPE_DIRECT ?= "Image"
27
28RPI_EXTRA_CONFIG ?= "\n# RPi4 64bit has some limitation - see https://github.com/raspberrypi/linux/commit/cdb78ce891f6c6367a69c0a46b5779a58164bd4b\ntotal_mem=1024\narm_64bit=1"