All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/16] imx: update packages to 4.9.x_1.0.0_ga release
@ 2018-01-03 18:38 Gary Bisson
  2018-01-03 18:38 ` [Buildroot] [PATCH 01/16] freescale-imx: add config options for i.MX6SL/SX and i.MX7D/ULP Gary Bisson
                   ` (16 more replies)
  0 siblings, 17 replies; 28+ messages in thread
From: Gary Bisson @ 2018-01-03 18:38 UTC (permalink / raw)
  To: buildroot

Hi,

Here's some update on pretty much all the i.MX-related packages.

Mainly:
- Switch to 4.9-based kernel
- Graphics driver updated accordingly
  -> g2d and apitrace now in separate packages
  -> apitrace package not included in this series
- Switch freescale.com repositories to codeaurora
- Switch NXPMicro repositories to codeaurora

Since G2D libraries now have their own package (preparation for i.MX8
which uses the DPU for G2D operation) gst1-imx needed to match the new
package name. Right now it is in its own commit but let me know if you
prefer having it squashed with the 'g2d new package' commit.

Let me know if you have any question.

Regards,
Gary

Gary Bisson (16):
  freescale-imx: add config options for i.MX6SL/SX and i.MX7D/ULP
  imx-lib: bump to version imx_4.9.11_1.0.0_ga
  imx-gpu-viv: bump to version 6.2.2.p0
  kernel-module-imx-gpu-viv: bump to version 6.2.2.p0
  imx-gpu-g2d: new package
  xdriver_xf86-video-imx-viv: bump to version 6.2.2.p0
  gst1-imx: update g2d libraries dependencies
  firmware-imx: bump to version 6.0
  imx-codec: bump to version 4.2.1
  imx-parser: bump to version 4.2.1
  imx-vpu: bump to version 5.4.37
  imx-kobs: bump revision to a0e9adce
  imx-uuc: bump revision to 2ae63428
  configs: freescale_imx*: bump to version 4.9.x_1.0.0_ga
  configs: nitrogen*: bump kernel version to 4.9.x_1.0.0_ga
  configs: nitrogen*: bump u-boot version to 2017.07

 board/boundarydevices/common/boot.cmd              | 155 +++++++++++++++++++++
 board/boundarydevices/common/post-build.sh         |   7 +-
 board/boundarydevices/common/upgrade.cmd           | 154 ++++++++++++++++++++
 ...ommon-boot-Linux-to-init-in-mfgtools-mode.patch |   4 +-
 configs/freescale_imx31_3stack_defconfig           |   8 +-
 configs/freescale_imx6dlsabreauto_defconfig        |  12 +-
 configs/freescale_imx6dlsabresd_defconfig          |  12 +-
 configs/freescale_imx6qsabreauto_defconfig         |  12 +-
 configs/freescale_imx6qsabresd_defconfig           |  12 +-
 configs/freescale_imx6sololiteevk_defconfig        |  12 +-
 configs/freescale_imx6sxsabresd_defconfig          |  12 +-
 configs/freescale_imx6ulevk_defconfig              |  12 +-
 configs/freescale_imx7dsabresd_defconfig           |  12 +-
 configs/nitrogen6sx_defconfig                      |  19 +--
 configs/nitrogen6x_defconfig                       |  19 +--
 configs/nitrogen7_defconfig                        |  19 +--
 package/freescale-imx/Config.in                    |  24 +++-
 .../freescale-imx/firmware-imx/firmware-imx.hash   |   2 +-
 package/freescale-imx/firmware-imx/firmware-imx.mk |   2 +-
 package/freescale-imx/imx-codec/imx-codec.hash     |   2 +-
 package/freescale-imx/imx-codec/imx-codec.mk       |   6 +-
 package/freescale-imx/imx-gpu-g2d/Config.in        |  25 ++++
 package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash |   1 +
 package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk   |  37 +++++
 package/freescale-imx/imx-gpu-viv/Config.in        |  16 ---
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash |   2 +-
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk   |  36 +----
 package/freescale-imx/imx-kobs/imx-kobs.hash       |   2 +-
 package/freescale-imx/imx-kobs/imx-kobs.mk         |   4 +-
 package/freescale-imx/imx-lib/imx-lib.hash         |   2 +-
 package/freescale-imx/imx-lib/imx-lib.mk           |   7 +-
 package/freescale-imx/imx-parser/imx-parser.hash   |   2 +-
 package/freescale-imx/imx-parser/imx-parser.mk     |   6 +-
 package/freescale-imx/imx-uuc/imx-uuc.hash         |   2 +-
 package/freescale-imx/imx-uuc/imx-uuc.mk           |   4 +-
 package/freescale-imx/imx-vpu/imx-vpu.hash         |   2 +-
 package/freescale-imx/imx-vpu/imx-vpu.mk           |   2 +-
 .../kernel-module-imx-gpu-viv.hash                 |   2 +-
 .../kernel-module-imx-gpu-viv.mk                   |   2 +-
 package/gstreamer1/gst1-imx/Config.in              |   6 +-
 package/gstreamer1/gst1-imx/gst1-imx.mk            |   4 +
 ...001-Stop-using-Git-to-write-local-version.patch |  90 ------------
 package/x11r7/xdriver_xf86-video-imx-viv/Config.in |   7 +
 .../xdriver_xf86-video-imx-viv.hash                |   2 +-
 .../xdriver_xf86-video-imx-viv.mk                  |  10 +-
 45 files changed, 537 insertions(+), 253 deletions(-)
 create mode 100644 board/boundarydevices/common/boot.cmd
 create mode 100644 board/boundarydevices/common/upgrade.cmd
 create mode 100644 package/freescale-imx/imx-gpu-g2d/Config.in
 create mode 100644 package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.hash
 create mode 100644 package/freescale-imx/imx-gpu-g2d/imx-gpu-g2d.mk
 delete mode 100644 package/x11r7/xdriver_xf86-video-imx-viv/0001-Stop-using-Git-to-write-local-version.patch

-- 
2.15.1

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

end of thread, other threads:[~2018-01-04 10:41 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-03 18:38 [Buildroot] [PATCH 00/16] imx: update packages to 4.9.x_1.0.0_ga release Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 01/16] freescale-imx: add config options for i.MX6SL/SX and i.MX7D/ULP Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 02/16] imx-lib: bump to version imx_4.9.11_1.0.0_ga Gary Bisson
2018-01-03 20:48   ` Thomas Petazzoni
2018-01-04  9:48     ` Gary Bisson
2018-01-04  9:58       ` Thomas Petazzoni
2018-01-03 18:38 ` [Buildroot] [PATCH 03/16] imx-gpu-viv: bump to version 6.2.2.p0 Gary Bisson
2018-01-03 20:47   ` Thomas Petazzoni
2018-01-03 18:38 ` [Buildroot] [PATCH 04/16] kernel-module-imx-gpu-viv: " Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 05/16] imx-gpu-g2d: new package Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 06/16] xdriver_xf86-video-imx-viv: bump to version 6.2.2.p0 Gary Bisson
2018-01-03 20:50   ` Thomas Petazzoni
2018-01-04 10:32     ` Gary Bisson
2018-01-04 10:41       ` Thomas Petazzoni
2018-01-03 18:38 ` [Buildroot] [PATCH 07/16] gst1-imx: update g2d libraries dependencies Gary Bisson
2018-01-03 20:52   ` Thomas Petazzoni
2018-01-03 18:38 ` [Buildroot] [PATCH 08/16] firmware-imx: bump to version 6.0 Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 09/16] imx-codec: bump to version 4.2.1 Gary Bisson
2018-01-03 18:54   ` Baruch Siach
2018-01-03 18:38 ` [Buildroot] [PATCH 10/16] imx-parser: " Gary Bisson
2018-01-03 20:53   ` Thomas Petazzoni
2018-01-03 18:38 ` [Buildroot] [PATCH 11/16] imx-vpu: bump to version 5.4.37 Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 12/16] imx-kobs: bump revision to a0e9adce Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 13/16] imx-uuc: bump revision to 2ae63428 Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 14/16] configs: freescale_imx*: bump to version 4.9.x_1.0.0_ga Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 15/16] configs: nitrogen*: bump kernel version to 4.9.x_1.0.0_ga Gary Bisson
2018-01-03 18:38 ` [Buildroot] [PATCH 16/16] configs: nitrogen*: bump u-boot version to 2017.07 Gary Bisson
2018-01-03 20:54 ` [Buildroot] [PATCH 00/16] imx: update packages to 4.9.x_1.0.0_ga release Thomas Petazzoni

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.