diff options
| -rw-r--r-- | conf/machine/raspberrypi3-64.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf new file mode 100644 index 0000000..5598e50 --- /dev/null +++ b/conf/machine/raspberrypi3-64.conf | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: RaspberryPi 3 Development Board | ||
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode | ||
| 4 | |||
| 5 | MACHINEOVERRIDES = "raspberrypi3:raspberrypi:${MACHINE}" | ||
| 6 | |||
| 7 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | ||
| 8 | |||
| 9 | require conf/machine/include/arm/arch-armv8.inc | ||
| 10 | include conf/machine/include/rpi-base.inc | ||
| 11 | |||
| 12 | SERIAL_CONSOLE = "115200 ttyS0" | ||
| 13 | VC4_CMA_SIZE ?= "cma-256" | ||
| 14 | |||
| 15 | UBOOT_MACHINE = "rpi_3_config" | ||
