diff options
| -rw-r--r-- | conf/machine/raspberrypi4-64.conf | 5 |
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 | ||
| 5 | MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" | 5 | MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" |
| @@ -21,5 +21,8 @@ SERIAL_CONSOLES ?= "115200;ttyS0" | |||
| 21 | 21 | ||
| 22 | MACHINE_FEATURES_append = " vc4graphics" | 22 | MACHINE_FEATURES_append = " vc4graphics" |
| 23 | VC4DTBO ?= "vc4-fkms-v3d" | 23 | VC4DTBO ?= "vc4-fkms-v3d" |
| 24 | ARMSTUB ?= "armstub8-gic.bin" | ||
| 24 | 25 | ||
| 25 | KERNEL_IMAGETYPE_DIRECT ?= "Image" | 26 | KERNEL_IMAGETYPE_DIRECT ?= "Image" |
| 27 | |||
| 28 | RPI_EXTRA_CONFIG ?= "\n# RPi4 64bit has some limitation - see https://github.com/raspberrypi/linux/commit/cdb78ce891f6c6367a69c0a46b5779a58164bd4b\ntotal_mem=1024\narm_64bit=1" | ||
