All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagannadh.teki@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC
Date: Wed, 3 May 2017 18:27:37 +0530	[thread overview]
Message-ID: <CAD6G_RSfwfB4TJ1cAXn1OjSE-8EsnJ04aDXX6oZ2T4MvV-Uueg@mail.gmail.com> (raw)
In-Reply-To: <20170503121838.19115-1-oliver@schinagl.nl>

On Wed, May 3, 2017 at 5:48 PM, Olliver Schinagl <oliver@schinagl.nl> wrote:
> This patch adds support for the Olimex OLinuXino Lime2 with eMMC flash
> storage.
> https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXino-LIME2-eMMC/
>
> It is a assembly variant of the regular Lime2 but featuring eMMC for
> storage.
>
> Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
> ---
>
> Note: for the board to work properly, the updated eMMC dts variant needs to
> be updated from upstream.
>
>  board/sunxi/MAINTAINERS                    |  5 +++++
>  configs/A20-OLinuXino-Lime2-eMMC_defconfig | 33 ++++++++++++++++++++++++++++++
>  2 files changed, 38 insertions(+)
>  create mode 100644 configs/A20-OLinuXino-Lime2-eMMC_defconfig
>
> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
> index 2321b8b08f..84f91fd10b 100644
> --- a/board/sunxi/MAINTAINERS
> +++ b/board/sunxi/MAINTAINERS
> @@ -89,6 +89,11 @@ M:   Iain Paton <ipaton0@gmail.com>
>  S:     Maintained
>  F:     configs/A20-OLinuXino-Lime2_defconfig
>
> +A20-OLINUXINO-LIME2-EMMC BOARD
> +M:     Olliver Schinagl <oliver@schinagl.nl>
> +S:     Maintained
> +F:     configs/A20-OLinuXino-Lime2-eMMC_defconfig
> +
>  A33-OLINUXINO BOARD
>  M:     Stefan Mavrodiev <stefan.mavrodiev@gmail.com>
>  S:     Maintained
> diff --git a/configs/A20-OLinuXino-Lime2-eMMC_defconfig b/configs/A20-OLinuXino-Lime2-eMMC_defconfig
> new file mode 100644
> index 0000000000..1369d2d90b
> --- /dev/null
> +++ b/configs/A20-OLinuXino-Lime2-eMMC_defconfig
> @@ -0,0 +1,33 @@
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_MACH_SUN7I=y
> +CONFIG_DRAM_CLK=384
> +CONFIG_MMC0_CD_PIN="PH1"
> +CONFIG_MMC_SUNXI_SLOT_EXTRA=2
> +CONFIG_USB0_VBUS_PIN="PC17"
> +CONFIG_USB0_VBUS_DET="PH5"
> +CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olinuxino-lime2-emmc"
> +CONFIG_AHCI=y
> +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> +CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,SATAPWR=SUNXI_GPC(3)"
> +CONFIG_SPL=y

These were moved to Kconfig, please sync with latest.

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

  reply	other threads:[~2017-05-03 12:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03 12:18 [U-Boot] [PATCH] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC Olliver Schinagl
2017-05-03 12:57 ` Jagan Teki [this message]
2017-05-03 16:50 ` Jagan Teki
2017-05-03 16:52   ` [U-Boot] [linux-sunxi] " Icenowy Zheng

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=CAD6G_RSfwfB4TJ1cAXn1OjSE-8EsnJ04aDXX6oZ2T4MvV-Uueg@mail.gmail.com \
    --to=jagannadh.teki@gmail.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.