diff options
| author | Herve Jourdain <herve.jourdain@neuf.fr> | 2017-02-16 10:46:32 -0800 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 20:52:57 +0100 |
| commit | 36a3895d4e8434c20edff4a3f82727b2e86a6a49 (patch) | |
| tree | 78e16dcf1a8b9bf18d64beb205449a9d9a308f18 | |
| parent | 67e02164929a7d8cc187315aaaab60f6f3aaf422 (diff) | |
| download | meta-raspberrypi-36a3895d4e8434c20edff4a3f82727b2e86a6a49.tar.gz | |
Add raspberrypi3-64.conf
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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" | ||
