All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH V2 01/11] Add raspberrypi3-64.conf
@ 2017-02-12  5:26 Khem Raj
  2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 02/11] rpi-default-providers: Let mesa provide libgbm Khem Raj
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Khem Raj @ 2017-02-12  5:26 UTC (permalink / raw)
  To: yocto

From: Herve Jourdain <herve.jourdain@neuf.fr>

Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 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"
-- 
2.11.1



^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-02-16 21:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-12  5:26 [meta-raspberrypi][PATCH V2 01/11] Add raspberrypi3-64.conf Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 02/11] rpi-default-providers: Let mesa provide libgbm Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 03/11] raspberrypi3-64.conf: Use 4.9 as default kernel Khem Raj
2017-02-16  2:09   ` Andrei Gherzan
2017-02-16  2:34     ` Khem Raj
2017-02-16  2:47       ` Khem Raj
2017-02-16  6:01         ` Andrei Gherzan
2017-02-16 14:52           ` Khem Raj
2017-02-16 19:54             ` Andrei Gherzan
2017-02-16 21:40               ` Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 04/11] linux-raspberrypi_dev.bb: Add recipe for tracking development tip Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 05/11] linux-raspberrypi_4.9.bb: Upgrade to 4.9.9 Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 06/11] userland: Upgrade to latest and implement triple buffering for wayland Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 07/11] firmware: Update to 20161215 release Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 08/11] linux-raspberrypi: Add defconfig for raspberrypi3-64 Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 09/11] raspberrypi3-64.conf: Specifiy rpi3-64bit dtbs Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 10/11] sdcard: Use kernel8.img for 64bit kernel image name Khem Raj
2017-02-12  5:26 ` [meta-raspberrypi][PATCH V2 11/11] rpi-config: Specify bcm2710-rpi-3-b dtb for 64bit rpi3 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.