All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH v4 0/9] iMX6Q BSP 1.1.0 upgrade
@ 2013-02-12 21:58 Otavio Salvador
  2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 1/9] gpu-viv-bin-mx6q: Upgrade to 1.1.0 Otavio Salvador
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Otavio Salvador @ 2013-02-12 21:58 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

Hello,

This patch series upgrades the iMX6Q BSP to 1.1.0; it also try to fix
the DRI support for it.

Please give it a try as this is a huge upgrade and we might have
regressions and pending issues still unkown. This series depends on a
cuple of patches I sent to OpenEmbeeded-Core mailing list for
xserver-xorg and mesa, please apply them before playing with this
series.

Changes for v4:
- Drop merged patches
- Include reworked Adrian patches for gpu-viv reworg

Changes for v3:
- Drop merged patches
- Add upgrade of linux-fslc kernel to 3.7.5

Changes for v2:
- Fix build error due wrong dependency order between Xorg driver and
  DRI;
- Avoid installation of DRI headers as those are provided by Xorg;
- Add upgrade of linux-fslc;
- Drop merged patches.

Adrian Alonso (2):
  gpu-viv-bin-mx6q: remove xlib undef macros
  gpu-viv-bin-mx6q: group libs based on backend

Andrei Gherzan (2):
  gpu-viv-bin-mx6q: Add dri.pc
  glproto: Don't install glxtokens.h for imx6qsabrelite

Otavio Salvador (5):
  gpu-viv-bin-mx6q: Upgrade to 1.1.0
  xf86-video-imxfb-vivante: Upgrade to 1.1.0
  xserver-xorg: Override PACKAGECONFIG for i.MX6 to enable DRI support
  xf86-dri-vivante: Upgrade to 1.1.0
  xf86-video-imxfb-vivante: Add depends/rdepends for DRI support

 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc          |  86 ++++++++-----
 .../0001-change-header-path-to-HAL.patch           |  19 ++-
 .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/dri.pc       |  11 ++
 .../gc_hal_eglplatform-remove-xlib-undefs.patch    |  34 +++++
 ...-mx6q_12.09.01.bb => gpu-viv-bin-mx6q_1.1.0.bb} |   5 +-
 .../xf86-dri-vivante/fix-with-xorg-1-13.patch      | 141 +++++++++++++++++++++
 .../xorg-driver/xf86-dri-vivante_1.1.0.bb          |  45 +++++++
 .../xorg-driver/xf86-dri-vivante_12.09.01.bb       |  36 ------
 .../Makefile.am-remove-prefixed-include-path.patch |   2 +
 .../fix-vivante-compile.patch                      |  86 ++++++-------
 ....09.01.bb => xf86-video-imxfb-vivante_1.1.0.bb} |  16 ++-
 .../xorg-proto/glproto_1.4.16.bbappend             |   8 ++
 .../xorg-xserver/xserver-xorg_1.13.1.bbappend      |   4 +
 13 files changed, 361 insertions(+), 132 deletions(-)
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/dri.pc
 create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/gc_hal_eglplatform-remove-xlib-undefs.patch
 rename recipes-graphics/gpu-viv-bin-mx6q/{gpu-viv-bin-mx6q_12.09.01.bb => gpu-viv-bin-mx6q_1.1.0.bb} (51%)
 create mode 100644 recipes-graphics/xorg-driver/xf86-dri-vivante/fix-with-xorg-1-13.patch
 create mode 100644 recipes-graphics/xorg-driver/xf86-dri-vivante_1.1.0.bb
 delete mode 100644 recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
 rename recipes-graphics/xorg-driver/{xf86-video-imxfb-vivante_12.09.01.bb => xf86-video-imxfb-vivante_1.1.0.bb} (65%)
 create mode 100644 recipes-graphics/xorg-proto/glproto_1.4.16.bbappend
 create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg_1.13.1.bbappend

-- 
1.8.1



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

end of thread, other threads:[~2013-03-20 14:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-12 21:58 [meta-fsl-arm][PATCH v4 0/9] iMX6Q BSP 1.1.0 upgrade Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 1/9] gpu-viv-bin-mx6q: Upgrade to 1.1.0 Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 2/9] xf86-video-imxfb-vivante: " Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 3/9] gpu-viv-bin-mx6q: remove xlib undef macros Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 4/9] gpu-viv-bin-mx6q: group libs based on backend Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 5/9] gpu-viv-bin-mx6q: Add dri.pc Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 6/9] xserver-xorg: Override PACKAGECONFIG for i.MX6 to enable DRI support Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 7/9] xf86-dri-vivante: Upgrade to 1.1.0 Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 8/9] xf86-video-imxfb-vivante: Add depends/rdepends for DRI support Otavio Salvador
2013-02-12 21:58 ` [meta-fsl-arm][PATCH v4 9/9] glproto: Don't install glxtokens.h for imx6qsabrelite Otavio Salvador
2013-02-12 21:59 ` [meta-fsl-arm][PATCH v4 0/9] iMX6Q BSP 1.1.0 upgrade Otavio Salvador
2013-02-13 17:44   ` Thomas Senyk
2013-02-13 21:11     ` Otavio Salvador
2013-02-15 17:10       ` Thomas Senyk
2013-02-15 18:08         ` Tomas Frydrych
2013-02-15 18:25           ` Otavio Salvador
2013-02-15 18:23         ` Otavio Salvador
2013-02-26 17:25           ` Thomas Senyk
2013-02-26 17:39             ` Otavio Salvador
2013-02-26 17:49               ` Thomas Senyk
2013-03-20 14:13                 ` Erik Botö
2013-03-20 14:25                   ` Otavio Salvador

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.