From 36a3895d4e8434c20edff4a3f82727b2e86a6a49 Mon Sep 17 00:00:00 2001 From: Herve Jourdain Date: Thu, 16 Feb 2017 10:46:32 -0800 Subject: Add raspberrypi3-64.conf Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/raspberrypi3-64.conf 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 @@ +#@TYPE: Machine +#@NAME: RaspberryPi 3 Development Board +#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode + +MACHINEOVERRIDES = "raspberrypi3:raspberrypi:${MACHINE}" + +MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" + +require conf/machine/include/arm/arch-armv8.inc +include conf/machine/include/rpi-base.inc + +SERIAL_CONSOLE = "115200 ttyS0" +VC4_CMA_SIZE ?= "cma-256" + +UBOOT_MACHINE = "rpi_3_config" -- cgit v1.2.3-54-g00ecf