diff options
| author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-02 11:53:51 +0100 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-20 21:56:21 +0100 |
| commit | f30d4cfe70c4fdb4606ed80dd1d57d0152a4c07e (patch) | |
| tree | 2e27541927aecd23e1ccb670a7e8f7924de708e4 | |
| parent | e00578fd1c35bbf3e90c449773fd69db58693a27 (diff) | |
| download | meta-raspberrypi-f30d4cfe70c4fdb4606ed80dd1d57d0152a4c07e.tar.gz | |
raspberrypi4-64.conf: Introduce RPi arm64 machine
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| -rw-r--r-- | conf/machine/raspberrypi4-64.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4-64.conf b/conf/machine/raspberrypi4-64.conf new file mode 100644 index 0000000..a03a7c5 --- /dev/null +++ b/conf/machine/raspberrypi4-64.conf | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: RaspberryPi 4 Development Board | ||
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 64 bits mode | ||
| 4 | |||
| 5 | MACHINEOVERRIDES = "raspberrypi4:${MACHINE}" | ||
| 6 | |||
| 7 | MACHINE_EXTRA_RRECOMMENDS += "\ | ||
| 8 | linux-firmware-rpidistro-bcm43455 \ | ||
| 9 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | ||
| 10 | " | ||
| 11 | |||
| 12 | require conf/machine/include/tune-cortexa72.inc | ||
| 13 | include conf/machine/include/rpi-base.inc | ||
| 14 | |||
| 15 | RPI_KERNEL_DEVICETREE = " \ | ||
| 16 | broadcom/bcm2711-rpi-4-b.dtb \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SDIMG_KERNELIMAGE ?= "kernel8.img" | ||
| 20 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
| 21 | |||
| 22 | MACHINE_FEATURES_append = " vc4graphics" | ||
| 23 | VC4DTBO ?= "vc4-fkms-v3d" | ||
| 24 | |||
| 25 | KERNEL_IMAGETYPE_DIRECT ?= "Image" | ||
