Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support
@ 2013-09-27 15:44 Gilles Talis
  2013-09-27 15:44 ` [Buildroot] [PATCH v2 2/2] configs: add Freescale SABRE-SD board support Gilles Talis
  2013-09-29  8:34 ` [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gilles Talis @ 2013-09-27 15:44 UTC (permalink / raw)
  To: buildroot

i.MX6 SoloLite EVK is Freescale's evaluation board based on
the i.MX6 SoloLite applications processor.

This defconfig is based off Freescale "official" git repo on git.freescale.com
and SW release 3.0.35_4.1.0.

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
Changes v1 -> v2:
- Removed static device nodes support

 configs/freescale_imx6sololiteevk_defconfig |   14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 configs/freescale_imx6sololiteevk_defconfig

diff --git a/configs/freescale_imx6sololiteevk_defconfig b/configs/freescale_imx6sololiteevk_defconfig
new file mode 100644
index 0000000..70d29eb
--- /dev/null
+++ b/configs/freescale_imx6sololiteevk_defconfig
@@ -0,0 +1,14 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
+BR2_LINUX_KERNEL_DEFCONFIG="imx6s"
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx6sl_evk"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
+BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
-- 
1.7.10.4

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

* [Buildroot] [PATCH v2 2/2] configs: add Freescale SABRE-SD board support
  2013-09-27 15:44 [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support Gilles Talis
@ 2013-09-27 15:44 ` Gilles Talis
  2013-09-29  8:34 ` [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Gilles Talis @ 2013-09-27 15:44 UTC (permalink / raw)
  To: buildroot

SABRE Board for Smart Devices (SABRE-SD) is Freescale's evaluation board
based on the i.MX 6Quad ARM Cortex-A9 applications processor.

This defconfig is based off Freescale "official" git repo on git.freescale.com
and SW release 3.0.35_4.1.0.

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
Changes v1 -> v2:
- Removed static device nodes support

 configs/freescale_imx6sabresd_defconfig |   14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 configs/freescale_imx6sabresd_defconfig

diff --git a/configs/freescale_imx6sabresd_defconfig b/configs/freescale_imx6sabresd_defconfig
new file mode 100644
index 0000000..d54ad33
--- /dev/null
+++ b/configs/freescale_imx6sabresd_defconfig
@@ -0,0 +1,14 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_GIT=y
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
+BR2_LINUX_KERNEL_DEFCONFIG="imx6"
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx6q_sabresd"
+BR2_TARGET_UBOOT_CUSTOM_GIT=y
+BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
+BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="rel_imx_3.0.35_4.1.0"
-- 
1.7.10.4

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

* [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support
  2013-09-27 15:44 [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support Gilles Talis
  2013-09-27 15:44 ` [Buildroot] [PATCH v2 2/2] configs: add Freescale SABRE-SD board support Gilles Talis
@ 2013-09-29  8:34 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-09-29  8:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 Gilles> i.MX6 SoloLite EVK is Freescale's evaluation board based on
 Gilles> the i.MX6 SoloLite applications processor.

 Gilles> This defconfig is based off Freescale "official" git repo on
 Gilles> git.freescale.com and SW release 3.0.35_4.1.0.

Committed both with a few comments added to the defconfig like we do for
the others - Thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-09-29  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 15:44 [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support Gilles Talis
2013-09-27 15:44 ` [Buildroot] [PATCH v2 2/2] configs: add Freescale SABRE-SD board support Gilles Talis
2013-09-29  8:34 ` [Buildroot] [PATCH v2 1/2] configs: add Freescale i.MX 6SoloLite EVK support Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox