From: Mugunthan V N <mugunthanvnm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] am335x-bbw: Add am335x_bone_defconfig using CONFIG_DM
Date: Mon, 29 Feb 2016 19:28:28 +0530 [thread overview]
Message-ID: <1456754309-20706-3-git-send-email-mugunthanvnm@ti.com> (raw)
In-Reply-To: <1456754309-20706-1-git-send-email-mugunthanvnm@ti.com>
Add config file for AM335x Beagle Bone White and enable DM,
DM_GPIO, DM_SERIAL, DM_ETH and DM_MMC.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
arch/arm/dts/Makefile | 4 +++-
configs/am335x_bone_defconfig | 27 +++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 configs/am335x_bone_defconfig
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 578038b..a0a3e2e 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -79,7 +79,9 @@ dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb \
zynq-zc770-xm013.dtb
dtb-$(CONFIG_ARCH_ZYNQMP) += \
zynqmp-ep108.dtb
-dtb-$(CONFIG_AM33XX) += am335x-boneblack.dtb am335x-evm.dtb
+dtb-$(CONFIG_AM33XX) += am335x-boneblack.dtb \
+ am335x-evm.dtb \
+ am335x-bone.dtb
dtb-$(CONFIG_AM43XX) += am437x-gp-evm.dtb am437x-sk-evm.dtb
dtb-$(CONFIG_THUNDERX) += thunderx-88xx.dtb
diff --git a/configs/am335x_bone_defconfig b/configs/am335x_bone_defconfig
new file mode 100644
index 0000000..0223510
--- /dev/null
+++ b/configs/am335x_bone_defconfig
@@ -0,0 +1,27 @@
+CONFIG_ARM=y
+CONFIG_TARGET_AM335X_EVM=y
+CONFIG_SPL_STACK_R_ADDR=0x82000000
+CONFIG_DEFAULT_DEVICE_TREE="am335x-bone"
+CONFIG_SPL=y
+CONFIG_SPL_STACK_R=y
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
+CONFIG_FIT_SIGNATURE=y
+CONFIG_SYS_EXTRA_OPTIONS="ENV_IS_IN_FAT"
+CONFIG_AUTOBOOT_KEYED=y
+CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
+CONFIG_AUTOBOOT_DELAY_STR="d"
+CONFIG_AUTOBOOT_STOP_STR=" "
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_GPIO=y
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_OF_CONTROL=y
+CONFIG_DM_MMC=y
+CONFIG_DM_GPIO=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_WINBOND=y
+CONFIG_DM_ETH=y
+CONFIG_SYS_NS16550=y
+CONFIG_TIMER=y
+CONFIG_OMAP_TIMER=y
--
2.7.2.333.g70bd996
next prev parent reply other threads:[~2016-02-29 13:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-29 13:58 [U-Boot] [PATCH 0/3] device model bringup of AM335x bbw and sk-evm Mugunthan V N
2016-02-29 13:58 ` [U-Boot] [PATCH 1/3] include: configs: am335x_evm: add FAT_ENV configs when env is in fat Mugunthan V N
2016-02-29 13:58 ` Mugunthan V N [this message]
2016-02-29 13:58 ` [U-Boot] [PATCH 3/3] am437x-sk: add am335x_gp_evm_defconfig using CONFIG_DM Mugunthan V N
2016-02-29 14:02 ` [U-Boot] [PATCH 0/3] device model bringup of AM335x bbw and sk-evm Tom Rini
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=1456754309-20706-3-git-send-email-mugunthanvnm@ti.com \
--to=mugunthanvnm@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox