[linux-yocto] [PATCH 2/3] qemuriscv64: Enable graphics support

2019-02-25 Thread Alistair Francis
Signed-off-by: Alistair Francis 
---
 bsp/qemuriscv64/qemuriscv64.scc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bsp/qemuriscv64/qemuriscv64.scc b/bsp/qemuriscv64/qemuriscv64.scc
index 527a2878..8694a3b3 100644
--- a/bsp/qemuriscv64/qemuriscv64.scc
+++ b/bsp/qemuriscv64/qemuriscv64.scc
@@ -1 +1,4 @@
 kconf hardware qemuriscv64.cfg
+
+# Graphics support
+include features/drm-bochs/drm-bochs.scc
-- 
2.20.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] [PATCH 3/3] qemursicv32: Enable graphics support

2019-02-25 Thread Alistair Francis
Signed-off-by: Alistair Francis 
---
 bsp/qemuriscv32/qemuriscv32.scc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsp/qemuriscv32/qemuriscv32.scc b/bsp/qemuriscv32/qemuriscv32.scc
index e2548274..0b125dfd 100644
--- a/bsp/qemuriscv32/qemuriscv32.scc
+++ b/bsp/qemuriscv32/qemuriscv32.scc
@@ -1,2 +1,4 @@
 kconf hardware qemuriscv32.cfg
 
+# Graphics support
+include features/drm-bochs/drm-bochs.scc
-- 
2.20.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] [PATCH 1/3] features: Add the drm-bochs feature

2019-02-25 Thread Alistair Francis
Signed-off-by: Alistair Francis 
---
 features/drm-bochs/drm-bochs.cfg | 44 
 features/drm-bochs/drm-bochs.scc |  1 +
 2 files changed, 45 insertions(+)
 create mode 100644 features/drm-bochs/drm-bochs.cfg
 create mode 100644 features/drm-bochs/drm-bochs.scc

diff --git a/features/drm-bochs/drm-bochs.cfg b/features/drm-bochs/drm-bochs.cfg
new file mode 100644
index ..4ff07bb3
--- /dev/null
+++ b/features/drm-bochs/drm-bochs.cfg
@@ -0,0 +1,44 @@
+CONFIG_DMA_SHARED_BUFFER=y
+CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
+CONFIG_MOUSE_PS2_SMBUS=y
+CONFIG_VT_HW_CONSOLE_BINDING=y
+
+CONFIG_I2C=y
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_COMPAT=y
+CONFIG_I2C_HELPER_AUTO=y
+CONFIG_I2C_ALGOBIT=y
+
+CONFIG_DRM=y
+CONFIG_DRM_KMS_HELPER=y
+CONFIG_DRM_KMS_FB_HELPER=y
+CONFIG_DRM_FBDEV_EMULATION=y
+CONFIG_DRM_FBDEV_OVERALLOC=100
+CONFIG_DRM_TTM=y
+CONFIG_DRM_BOCHS=y
+CONFIG_DRM_PANEL=y
+
+CONFIG_DRM_BRIDGE=y
+CONFIG_DRM_PANEL_BRIDGE=y
+CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
+CONFIG_FB_CMDLINE=y
+CONFIG_FB_NOTIFY=y
+CONFIG_FB=y
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+CONFIG_FB_SYS_FILLRECT=y
+CONFIG_FB_SYS_COPYAREA=y
+CONFIG_FB_SYS_IMAGEBLIT=y
+CONFIG_FB_SYS_FOPS=y
+CONFIG_FB_DEFERRED_IO=y
+
+CONFIG_FB_SIMPLE=y
+CONFIG_HDMI=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
+CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
+
+CONFIG_SYNC_FILE=y
+CONFIG_FONT_SUPPORT=y
+CONFIG_FONT_8x8=y
+CONFIG_FONT_8x16=y
diff --git a/features/drm-bochs/drm-bochs.scc b/features/drm-bochs/drm-bochs.scc
new file mode 100644
index ..6cc01ab0
--- /dev/null
+++ b/features/drm-bochs/drm-bochs.scc
@@ -0,0 +1 @@
+kconf hardware drm-bochs.cfg
\ No newline at end of file
-- 
2.20.1

-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto


[linux-yocto] v4.18.x - stable updates comprising v4.18.28

2019-02-25 Thread Paul Gortmaker
Bruce, Yocto kernel folks:

Here is the next 4.18.x stable update "extension" primarily created
for the Yocto project, continuing from the previous v4.18.27 release.

There are about 140 commits here, based on commits chosen from what
were used in the existing 4.19.19 --> 4.19.20 stable releases.  I would
have added more, but the 4.19.21 release has over 300 backports, so that
warrants a release of its own (fair warning of what to expect in 4.18.29)

I've put this 4.18.x queue through the usual testing; build testing
on x86-64/32, ARM-64/32, PPC and MIPS, plus some static analysis
and finally some sanity runtime tests on x86-64.

I did the signed tag just as per the previously released versions.
Please find a signed v4.18.28 tag using this key:

http://pgp.mit.edu/pks/lookup?op=vindex&search=0xEBCE84042C07D1D6

in the repo in the kernel.org directory here:

   https://git.kernel.org/cgit/linux/kernel/git/paulg/linux-4.18.y.git/
   git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux-4.18.y.git

for merge to standard/base in linux-yocto-4.18 and then out from there
into the other base and BSP branches.

For those who are interested, the evolution of the commits is here:

   https://git.kernel.org/cgit/linux/kernel/git/paulg/longterm-queue-4.18.git/

This repo isn't needed for anything; it just exists for transparency and
so people can see the evolution of the raw commits that were originally
selected to create this 4.18.x release.

Paul.
-- 
___
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto