All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 8/8] imx: mx6ull_14x14_evk: add plugin defconfig
Date: Sat, 8 Oct 2016 14:58:12 +0800	[thread overview]
Message-ID: <1475909892-8827-8-git-send-email-peng.fan@nxp.com> (raw)
In-Reply-To: <1475909892-8827-1-git-send-email-peng.fan@nxp.com>

Add defconfig file to use plugin code.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
---

V3:
 None

V2:
 New

 configs/mx6ull_14x14_evk_plugin_defconfig | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 configs/mx6ull_14x14_evk_plugin_defconfig

diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig
new file mode 100644
index 0000000..ff15c8e
--- /dev/null
+++ b/configs/mx6ull_14x14_evk_plugin_defconfig
@@ -0,0 +1,31 @@
+CONFIG_ARM=y
+CONFIG_ARCH_MX6=y
+CONFIG_TARGET_MX6ULL_14X14_EVK=y
+CONFIG_USE_IMXIMG_PLUGIN=y
+CONFIG_DEFAULT_DEVICE_TREE="imx6ull-14x14-evk"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6ullevk/imximage.cfg"
+CONFIG_BOOTDELAY=3
+CONFIG_HUSH_PARSER=y
+CONFIG_CMD_BOOTZ=y
+# CONFIG_CMD_IMLS is not set
+CONFIG_CMD_MEMTEST=y
+CONFIG_CMD_MMC=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_GPIO=y
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_PING=y
+CONFIG_CMD_CACHE=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_EXT4_WRITE=y
+CONFIG_CMD_FAT=y
+CONFIG_CMD_FS_GENERIC=y
+CONFIG_OF_CONTROL=y
+CONFIG_DM_GPIO=y
+CONFIG_DM_74X164=y
+CONFIG_DM_I2C=y
+CONFIG_DM_MMC=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_SPI=y
-- 
2.6.2

  parent reply	other threads:[~2016-10-08  6:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-08  6:58 [U-Boot] [PATCH V3 1/8] tools: imximage: add plugin support Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 2/8] imx: mx6: Add " Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 3/8] imx: mx7: " Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 4/8] imx-common: inctroude USE_IMXIMG_PLUGIN Kconfig Peng Fan
2016-10-09  5:45   ` Eric Nelson
2016-10-09  6:32     ` Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 5/8] imx-common: compile plugin code Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 6/8] imx: mx6ullevk: support plugin Peng Fan
2016-10-08  6:58 ` [U-Boot] [PATCH V3 7/8] imx: mx6ullevk: correct boot device macro Peng Fan
2016-10-08  6:58 ` Peng Fan [this message]
2016-10-08 15:26 ` [U-Boot] [PATCH V3 1/8] tools: imximage: add plugin support Eric Nelson
2016-10-09  2:20   ` Peng Fan
2016-10-09  5:42     ` Eric Nelson
2016-10-09  6:12       ` Peng Fan
2016-10-09 16:48         ` Eric Nelson
2016-10-09 16:50           ` Eric Nelson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1475909892-8827-8-git-send-email-peng.fan@nxp.com \
    --to=peng.fan@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.