summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"