diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-02 15:19:26 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-04 15:47:13 +0100 |
| commit | 7a35ad98267b975921492d6e31d7bddd9f58d0c0 (patch) | |
| tree | 2e3f7e91894cd16a6597cec3dab9a6d75f9493c7 | |
| parent | 24a77246ac7cbeab95cced9e7eb6cc07d30119dd (diff) | |
| download | meta-raspberrypi-7a35ad98267b975921492d6e31d7bddd9f58d0c0.tar.gz | |
raspberrypi4-64.conf: Initial machine configuration
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -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" | ||
