All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] i.MX6 SABRESD improvements (using a Freescale kernel)
@ 2014-10-01 15:03 Luca Ceresoli
  2014-10-01 15:03 ` [Buildroot] [PATCH v2 1/3] freescale/imx6-sabresd: use global patch dir for U-Boot patches Luca Ceresoli
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Luca Ceresoli @ 2014-10-01 15:03 UTC (permalink / raw)
  To: buildroot

Hi,

here are 3 little improvements to the i.MX6 SABRESD board support in Buildroot,
both suggested by Thomas Petazzoni in [1].

This differs from the patchest I sent earlier [2] in the kernel origin:
keep using git.freescale.com instead of switching to a mainline kernel, as
per the discussion in [2].

Patches 1 and 2 are unchanged from v1.
They have been built and run on an i.MX6DL SABRESD board by me and on the
i.MX6Q variant by Vincent Stehl?, so I added his Tested-by tag.

Patch 3 is new in this series and adds a very handy tool to boot a board from
USB.

Luca Ceresoli (3):
  freescale/imx6-sabresd: use global patch dir for U-Boot patches
  freescale/imx6-sabresd: lock down kernel headers to the kernel version
  imx-usb-loader: new package

 ...ommon-boot-Linux-to-init-in-mfgtools-mode.patch | 36 ++++++++++++++++++++++
 ...ommon-boot-Linux-to-init-in-mfgtools-mode.patch | 36 ----------------------
 configs/freescale_imx6dlsabresd_defconfig          |  9 +++++-
 configs/freescale_imx6qsabresd_defconfig           |  9 +++++-
 package/Config.in.host                             |  1 +
 package/imx-usb-loader/Config.in.host              | 14 +++++++++
 package/imx-usb-loader/imx-usb-loader.mk           | 22 +++++++++++++
 7 files changed, 89 insertions(+), 38 deletions(-)
 create mode 100644 board/freescale/imx6sabresd/patches/uboot/uboot-0001-mx6qsabre_common-boot-Linux-to-init-in-mfgtools-mode.patch
 delete mode 100644 board/freescale/imx6sabresd/uboot-0001-mx6qsabre_common-boot-Linux-to-init-in-mfgtools-mode.patch
 create mode 100644 package/imx-usb-loader/Config.in.host
 create mode 100644 package/imx-usb-loader/imx-usb-loader.mk

[1] http://lists.busybox.net/pipermail/buildroot/2014-September/106704.html
[2] http://lists.busybox.net/pipermail/buildroot/2014-September/106972.html

-- 
1.9.1

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

end of thread, other threads:[~2014-10-02 11:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-01 15:03 [Buildroot] [PATCH v2 0/3] i.MX6 SABRESD improvements (using a Freescale kernel) Luca Ceresoli
2014-10-01 15:03 ` [Buildroot] [PATCH v2 1/3] freescale/imx6-sabresd: use global patch dir for U-Boot patches Luca Ceresoli
2014-10-01 15:03 ` [Buildroot] [PATCH v2 2/3] freescale/imx6-sabresd: lock down kernel headers to the kernel version Luca Ceresoli
2014-10-01 15:03 ` [Buildroot] [PATCH v2 3/3] imx-usb-loader: new package Luca Ceresoli
2014-10-01 16:16   ` Thomas Petazzoni
2014-10-01 16:55     ` Eric Nelson
2014-10-02  8:47     ` Luca Ceresoli
2014-10-02  9:17       ` Luca Ceresoli
2014-10-02  9:52       ` Thomas Petazzoni
2014-10-02 11:10         ` Luca Ceresoli
2014-10-02  9:13   ` Vincent Stehlé
2014-10-02 11:43     ` Luca Ceresoli
2014-10-01 17:37 ` [Buildroot] [PATCH v2 0/3] i.MX6 SABRESD improvements (using a Freescale kernel) 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.