Enable CONFIG_DRM_ETNAVIV for armv7 (default and vanilla) to get graphics
acceleration on top of the Vivante GPU IP cores used in different SoCs,
such as the Freescale i.MX6.
Signed-off-by: Guillaume GARDET <guillaume.gardet(a)free.fr>
Cc: Andreas Färber <afaerber(a)suse.de>
---
config/armv7hl/default | 3 ++-
config/armv7hl/vanilla | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/config/armv7hl/default b/config/armv7hl/default
index 901f41d..9ce9bfc 100644
--- a/config/armv7hl/default
+++ b/config/armv7hl/default
@@ -5389,7 +5389,8 @@ CONFIG_DRM_IMX_LDB=m
CONFIG_DRM_IMX_IPUV3=m
CONFIG_DRM_IMX_HDMI=m
CONFIG_DRM_VC4=m
-# CONFIG_DRM_ETNAVIV is not set
+CONFIG_DRM_ETNAVIV=m
+CONFIG_DRM_ETNAVIV_REGISTER_LOGGING=y
#
# Frame buffer Devices
diff --git a/config/armv7hl/vanilla b/config/armv7hl/vanilla
index 1cfdba3..b363690 100644
--- a/config/armv7hl/vanilla
+++ b/config/armv7hl/vanilla
@@ -5384,7 +5384,8 @@ CONFIG_DRM_IMX_LDB=m
CONFIG_DRM_IMX_IPUV3=m
CONFIG_DRM_IMX_HDMI=m
CONFIG_DRM_VC4=m
-# CONFIG_DRM_ETNAVIV is not set
+CONFIG_DRM_ETNAVIV=m
+CONFIG_DRM_ETNAVIV_REGISTER_LOGGING=y
#
# Frame buffer Devices
--
1.8.4.5
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kernel+owner(a)opensuse.org
Hi Jeff, all,
CONFIG_FPGA looks like something only useful on embedded systems,
therefore I believe it should be disabled on all non-ARM architectures.
As a matter of fact this subsystem only has 2 drivers are the moment,
both for ARM. OK?
Thanks,
--
Jean Delvare
SUSE L3 Support
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kernel+owner(a)opensuse.org
Hi Jeff,
Is there any reason why you did not enable CRYPTO_CHACHA20POLY1305 while
we have support for every other crypto algorithm?
--
Jean Delvare
SUSE L3 Support
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kernel+owner(a)opensuse.org
We support the Intel BayTrail and LynxPoint systems so I believe we
should enable all related drivers.
---
config/i386/debug | 4 ++--
config/i386/default | 4 ++--
config/i386/pae | 4 ++--
config/i386/vanilla | 4 ++--
config/x86_64/debug | 4 ++--
config/x86_64/default | 4 ++--
config/x86_64/vanilla | 4 ++--
7 files changed, 14 insertions(+), 14 deletions(-)
--- a/config/i386/debug
+++ b/config/i386/debug
@@ -3949,7 +3949,7 @@ CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
-# CONFIG_PINCTRL_BAYTRAIL is not set
+CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
CONFIG_PINCTRL_BROXTON=m
@@ -3971,7 +3971,7 @@ CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_ICH=m
-# CONFIG_GPIO_LYNXPOINT is not set
+CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_VX855=m
# CONFIG_GPIO_ZX is not set
--- a/config/i386/default
+++ b/config/i386/default
@@ -3953,7 +3953,7 @@ CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
# CONFIG_PINCTRL_SINGLE is not set
-# CONFIG_PINCTRL_BAYTRAIL is not set
+CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
CONFIG_PINCTRL_BROXTON=m
@@ -3979,7 +3979,7 @@ CONFIG_GPIO_AMDPT=m
CONFIG_GPIO_GENERIC_PLATFORM=m
# CONFIG_GPIO_GRGPIO is not set
CONFIG_GPIO_ICH=m
-# CONFIG_GPIO_LYNXPOINT is not set
+CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_VX855=m
# CONFIG_GPIO_XILINX is not set
# CONFIG_GPIO_ZX is not set
--- a/config/i386/pae
+++ b/config/i386/pae
@@ -3862,7 +3862,7 @@ CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
-# CONFIG_PINCTRL_BAYTRAIL is not set
+CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
CONFIG_PINCTRL_BROXTON=m
@@ -3884,7 +3884,7 @@ CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_ICH=m
-# CONFIG_GPIO_LYNXPOINT is not set
+CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_VX855=m
# CONFIG_GPIO_ZX is not set
--- a/config/i386/vanilla
+++ b/config/i386/vanilla
@@ -3858,7 +3858,7 @@ CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
-# CONFIG_PINCTRL_BAYTRAIL is not set
+CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
# CONFIG_PINCTRL_BROXTON is not set
@@ -3880,7 +3880,7 @@ CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_ICH=m
-# CONFIG_GPIO_LYNXPOINT is not set
+CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_VX855=m
# CONFIG_GPIO_ZX is not set
--- a/config/x86_64/debug
+++ b/config/x86_64/debug
@@ -3848,7 +3848,7 @@ CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
-# CONFIG_PINCTRL_BAYTRAIL is not set
+CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
CONFIG_PINCTRL_BROXTON=m
@@ -3870,7 +3870,7 @@ CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_ICH=m
-# CONFIG_GPIO_LYNXPOINT is not set
+CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_VX855=m
# CONFIG_GPIO_ZX is not set
--- a/config/x86_64/default
+++ b/config/x86_64/default
@@ -3834,7 +3834,7 @@ CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
-# CONFIG_PINCTRL_BAYTRAIL is not set
+CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
CONFIG_PINCTRL_BROXTON=m
@@ -3856,7 +3856,7 @@ CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_ICH=m
-# CONFIG_GPIO_LYNXPOINT is not set
+CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_VX855=m
# CONFIG_GPIO_ZX is not set
--- a/config/x86_64/vanilla
+++ b/config/x86_64/vanilla
@@ -3830,7 +3830,7 @@ CONFIG_PINCONF=y
CONFIG_GENERIC_PINCONF=y
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_AMD=y
-# CONFIG_PINCTRL_BAYTRAIL is not set
+CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_PINCTRL_CHERRYVIEW=m
CONFIG_PINCTRL_INTEL=m
# CONFIG_PINCTRL_BROXTON is not set
@@ -3852,7 +3852,7 @@ CONFIG_GPIO_AMDPT=m
# CONFIG_GPIO_DWAPB is not set
CONFIG_GPIO_GENERIC_PLATFORM=m
CONFIG_GPIO_ICH=m
-# CONFIG_GPIO_LYNXPOINT is not set
+CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_VX855=m
# CONFIG_GPIO_ZX is not set
--
Jean Delvare
SUSE L3 Support
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kernel+owner(a)opensuse.org
SOC_IMX7D is already enabled in -default (like all the other IMX) and
since it is a Cortex A8 based SoC, I don#t see a big reason
for enabling it in LPAE.
Any objections?
TIA,
Dirk
--- a/config/armv7hl/lpae
+++ b/config/armv7hl/lpae
@@ -388,8 +388,6 @@ CONFIG_ARCH_MESON=y
# CONFIG_MACH_MESON8 is not set
# CONFIG_MACH_MESON8B is not set
CONFIG_ARCH_MXC=y
-CONFIG_HAVE_IMX_ANATOP=y
-CONFIG_HAVE_IMX_MMDC=y
CONFIG_HAVE_IMX_SRC=y
#
@@ -406,7 +404,7 @@ CONFIG_HAVE_IMX_SRC=y
# CONFIG_SOC_IMX6SL is not set
# CONFIG_SOC_IMX6SX is not set
# CONFIG_SOC_IMX6UL is not set
-CONFIG_SOC_IMX7D=y
+# CONFIG_SOC_IMX7D is not set
CONFIG_SOC_LS1021A=y
#
@@ -3715,8 +3713,6 @@ CONFIG_PINCTRL_TEGRA114=y
CONFIG_PINCTRL_TEGRA124=y
CONFIG_PINCTRL_TEGRA_XUSB=y
CONFIG_PINCTRL_PALMAS=y
-CONFIG_PINCTRL_IMX=y
-CONFIG_PINCTRL_IMX7D=y
CONFIG_PINCTRL_MSM=y
CONFIG_PINCTRL_APQ8064=m
CONFIG_PINCTRL_APQ8084=m
@@ -7926,7 +7922,7 @@ CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9
CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=m
CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=m
CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=m
-CONFIG_CRYPTO_DEV_FSL_CAAM_IMX=y
+# CONFIG_CRYPTO_DEV_FSL_CAAM_IMX is not set
CONFIG_CRYPTO_DEV_FSL_CAAM_LE=y
# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set
CONFIG_CRYPTO_DEV_OMAP_SHAM=m
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kernel+owner(a)opensuse.org
The Technologic Systems TS-4800 is an i.MX515 board. The lpae flavor
doesn't support this platform so it shouldn't include any TS-4800
driver. The default and vanilla flavors do support it. If we want
them to support the board properly then all its drivers should be
enabled.
---
I assume we want to support the TS-4800. If this is not the case then
this patch needs to be modified. Dirk?
config/armv7hl/default | 4 ++--
config/armv7hl/lpae | 2 +-
config/armv7hl/vanilla | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
--- a/config/armv7hl/default
+++ b/config/armv7hl/default
@@ -3396,7 +3396,7 @@ CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
CONFIG_TOUCHSCREEN_USB_NEXIO=y
CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
CONFIG_TOUCHSCREEN_TOUCHIT213=m
-# CONFIG_TOUCHSCREEN_TS4800 is not set
+CONFIG_TOUCHSCREEN_TS4800=m
CONFIG_TOUCHSCREEN_TSC_SERIO=m
CONFIG_TOUCHSCREEN_TSC200X_CORE=m
CONFIG_TOUCHSCREEN_TSC2004=m
@@ -7498,7 +7498,7 @@ CONFIG_DW_APB_ICTL=y
CONFIG_OMAP_IRQCHIP=y
CONFIG_ORION_IRQCHIP=y
CONFIG_ST_IRQCHIP=y
-# CONFIG_TS4800_IRQ is not set
+CONFIG_TS4800_IRQ=m
CONFIG_IRQ_CROSSBAR=y
CONFIG_KEYSTONE_IRQ=m
CONFIG_IPACK_BUS=m
--- a/config/armv7hl/lpae
+++ b/config/armv7hl/lpae
@@ -4155,7 +4155,7 @@ CONFIG_DAVINCI_WATCHDOG=m
CONFIG_RN5T618_WATCHDOG=m
CONFIG_SUNXI_WATCHDOG=m
CONFIG_TWL4030_WATCHDOG=m
-CONFIG_TS4800_WATCHDOG=m
+# CONFIG_TS4800_WATCHDOG is not set
CONFIG_MAX63XX_WATCHDOG=m
# CONFIG_IMX2_WDT is not set
CONFIG_TEGRA_WATCHDOG=m
--- a/config/armv7hl/vanilla
+++ b/config/armv7hl/vanilla
@@ -3392,7 +3392,7 @@ CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
CONFIG_TOUCHSCREEN_USB_NEXIO=y
CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
CONFIG_TOUCHSCREEN_TOUCHIT213=m
-# CONFIG_TOUCHSCREEN_TS4800 is not set
+CONFIG_TOUCHSCREEN_TS4800=m
CONFIG_TOUCHSCREEN_TSC_SERIO=m
CONFIG_TOUCHSCREEN_TSC200X_CORE=m
CONFIG_TOUCHSCREEN_TSC2004=m
@@ -7492,7 +7492,7 @@ CONFIG_DW_APB_ICTL=y
CONFIG_OMAP_IRQCHIP=y
CONFIG_ORION_IRQCHIP=y
CONFIG_ST_IRQCHIP=y
-# CONFIG_TS4800_IRQ is not set
+CONFIG_TS4800_IRQ=m
CONFIG_IRQ_CROSSBAR=y
CONFIG_KEYSTONE_IRQ=m
CONFIG_IPACK_BUS=m
--
Jean Delvare
SUSE L3 Support
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kernel+owner(a)opensuse.org
Hi there,
At Mon, 1 Feb 2016 16:11:19 +0100 (CET) an openSUSE-SU-2016:0301-1 security
update for the kernel of openSUSE 13.1 got announced.
http://lists.opensuse.org/opensuse-security-announce/2016-02/msg00000.html
It mentions that kernel 3.11.10-32.1 fixes these issues.
I verified that many updates/fixes including those mentioned in the advisory are
already incorporated in the git version as available from http://
download.opensuse.org/repositories/Kernel://openSUSE-13.1/standard/src/kern…
source-3.11.10-170.1.g1e76e80.src.rpm
But when checking with http://download.opensuse.org/update/13.1/src/kernel-source-3.11.10-32.1.src… which explicitly carries the version which is
mentioned in the security announcement and is also from 1 Feb 2016 I noticed
that the actual security fixes are missing in this package!
You may easily verify the issue by either looking at series.conf in the
supposed update package or simply check the changelog.
rpm -qpi --changelog kernel-source-3.11.10-170.1.g1e76e80.src.rpm |grep
'Source Timestamp'
Source Timestamp: 2016-01-20 15:13:45 +0100
versus
rpm -qpi --changelog http://download.opensuse.org/update/13.1/src/kernel-source-3.11.10-32.1.src… |grep 'Source Timestamp'
Source Timestamp: 2015-03-05 17:24:00 +0100
The later is definitely outdated.
I can only assume that maybe something is wrong with the OBS setup. Maybe
Coolo can shed some light on the issue.
Kind regards
--martin konold
--
Dipl.-Physiker Martin Konold
e r f r a k o n
Erlewein, Frank, Konold & Partner - Beratende Ingenieure und Physiker
Registergericht: Amtsgericht Stuttgart PR 126
Firmensitz: Adolfstraße 23, 70469 Stuttgart
fon: 0711 67400963
fax: 0711 67400959
email: martin.konold(a)erfrakon.de
http://www.erfrakon.de
--
To unsubscribe, e-mail: opensuse-kernel+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kernel+owner(a)opensuse.org