summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorLothar Felten <lothar.felten@gmail.com>2016-09-23 00:20:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-15 17:39:46 +0200
commitd53b26698648b2e590b4347b6515936c4c126880 (patch)
treea0290f749d3317004145a2e0aab5bdaea7a88bd4 /board
parent87d265f13fd0dbab82055c22fb54aa7c7051d9da (diff)
downloadbuildroot-d53b26698648b2e590b4347b6515936c4c126880.tar.gz
buildroot-d53b26698648b2e590b4347b6515936c4c126880.zip
configs/beaglebone_qt5: new defconfig
Add a target configuration for the beaglebone that supports the SGX530 graphics acceleration and builds the qt5 demos with the eglfs backend. The imagination technologies demos and fbv are also included. The Linux kernel is based on the omap2plus defconfig, a config fragment adds the required settings for SGX accelerator support. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r--board/beaglebone/linux-4.1-sgx.fragment12
-rw-r--r--board/beaglebone/readme.txt2
2 files changed, 14 insertions, 0 deletions
diff --git a/board/beaglebone/linux-4.1-sgx.fragment b/board/beaglebone/linux-4.1-sgx.fragment
new file mode 100644
index 0000000000..c0d2e7b28a
--- /dev/null
+++ b/board/beaglebone/linux-4.1-sgx.fragment
@@ -0,0 +1,12 @@
+CONFIG_PREEMPT=y
+CONFIG_PREEMPT_COUNT=y
+CONFIG_OMAP2_DSS_INIT=y
+CONFIG_OMAP_DSS_BASE=y
+CONFIG_OMAP2_DSS=y
+CONFIG_OMAP2_DSS_DPI=y
+CONFIG_DRM_OMAP=y
+CONFIG_DRM_OMAP_NUM_CRTCS=2
+CONFIG_DRM_OMAP_WB_M2M=y
+CONFIG_DRM_TILCDC=y
+CONFIG_DRM_I2C_NXP_TDA998X=y
+CONFIG_DRM=y
diff --git a/board/beaglebone/readme.txt b/board/beaglebone/readme.txt
index de7f954de2..e908b22235 100644
--- a/board/beaglebone/readme.txt
+++ b/board/beaglebone/readme.txt
@@ -10,6 +10,8 @@ EEPROM. The configuration is based on the
ti-processor-sdk-02.00.00.00. Device tree blobs for beaglebone
variants and the evm-sk are built too.
+For Qt5 support support use the beaglebone_qt5_defconfig.
+
How to build it
===============
OpenPOWER on IntegriCloud