public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort
Date: Fri, 14 Mar 2014 20:07:44 +0100	[thread overview]
Message-ID: <53235380.3070309@redhat.com> (raw)
In-Reply-To: <E1WOTcT-0001Er-St@janus>

Hi,

First of all: Ian: Many many thanks for working on this, you rock!

On 03/14/2014 04:01 PM, Albert ARIBAUD wrote:
> Hi Tom,
> 
> On Fri, 14 Mar 2014 10:19:27 -0400, Tom Rini <trini@ti.com> wrote:
> 
>> OK good, I think Albert and I might end up starting the sun4i/sun5i
>> stuff as those are the boards we've got sitting around.
> 
> As I have a Mele A1000G (A31), that would be sun6i, not sun4i/sun5i

So I'm very interested in getting sunxi support in upstream u-boot too, and
I've a ton of sunxi devices. I'll start working on doing a sun4i patch-set
on top of Ian's sun7i patch-set. Then Tom can start working on sun5i.

Tom, since I've started working on sunxi stuff 2 years ago I've gained a lot
of experience with these little SoCs so let me know if you hit some roadblock
and I can take a look.

Disclaimer I'm more of a kernel / device driver guy, all the low-level
RAM init (and having to think about where in memory to put all the bits)
is mostly new, so have some patience with me please :)

> and yes, I would like to contribute support for it.

If someone can start working on sun6i support that would be awesome.

My sunxi-next u-boot branch:
https://github.com/jwrdegoede/u-boot-sunxi/commits/sunxi-next

Has some minimal patches by Maxime to get u-boot to run as a secondary
boot-loader, using allwinner's boot0 and boot1 as primary loader.

What we really want is to get a working SPL for sun6i, there are 2 ways
to get to a working SPL:

1) Use allwinners special USB boot mode called FEL, this way no MMC / NAND
reading code is necessary.
2) First get MMC to work using uboot as a secondary loader only, and
once we've working MMC code try to get a SPL which can read the
real u-boot directly from MMC.

And then for 2, there is the option to first get MMC for sun6i working in the
upstream Linux kernel, so that we know exactly what changes are needed compared
to sun5i / sun7i MMC (which are identical).

I've done a lot of work on the upstream kernel mmc host driver, and I actually
wanted to start looking into MMC for sun6i in the upstream kernel one of these
days. But now that Ian has published his awesome work to get sunxi support upstream,
my first priority is to get sun4i + sun5i support added on top of Ian's patches.

Regards,

Hans

  reply	other threads:[~2014-03-14 19:07 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-14 10:33 [U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort Ian Campbell
2014-03-14 10:33 ` [U-Boot] [PATCH v1 1/9] sunxi: initial sun7i clocks and timer support Ian Campbell
2014-03-14 14:16   ` Tom Rini
2014-03-14 10:33 ` [U-Boot] [PATCH v1 2/9] sunxi: initial sun7i pinmux and gpio support Ian Campbell
2014-03-14 14:17   ` Tom Rini
2014-03-14 10:33 ` [U-Boot] [PATCH v1 3/9] sunxi: initial sun7i dram setup support Ian Campbell
2014-03-14 14:17   ` Tom Rini
2014-03-14 16:28     ` [U-Boot] [linux-sunxi] " Henrik Nordström
2014-03-14 17:24       ` Luke Kenneth Casson Leighton
2014-03-17 13:16       ` [U-Boot] " Stefan
2014-03-17 14:56         ` [U-Boot] [linux-sunxi] " Ian Campbell
2014-03-14 17:23     ` [U-Boot] " Alex G.
2014-03-14 18:59       ` Tom Rini
2014-03-14 10:33 ` [U-Boot] [PATCH v1 4/9] sunxi: initial generic sun7i cpu, board and start of day support Ian Campbell
2014-03-14 14:17   ` Tom Rini
2014-03-15 15:57     ` Alex G.
2014-03-14 10:33 ` [U-Boot] [PATCH v1 5/9] sunxi: generic sun7i build infrastructure Ian Campbell
2014-03-14 14:17   ` Tom Rini
2014-03-16 13:25     ` Ian Campbell
2014-03-17 15:04       ` Tom Rini
2014-03-17 15:24         ` Ian Campbell
2014-03-14 10:33 ` [U-Boot] [PATCH v1 6/9] sunxi: add support for Cubietruck booting in FEL mode Ian Campbell
2014-03-14 14:17   ` Tom Rini
2014-03-14 10:33 ` [U-Boot] [PATCH v1 7/9] sunxi: mmc support Ian Campbell
2014-03-14 14:17   ` Tom Rini
2014-03-14 15:36   ` Pantelis Antoniou
2014-03-16 20:38     ` Ian Campbell
2014-03-17  2:13       ` [U-Boot] [linux-sunxi] " Chen-Yu Tsai
2014-03-14 10:33 ` [U-Boot] [PATCH v1 8/9] sunxi: non-FEL SPL boot support for sun7i Ian Campbell
2014-03-14 14:17   ` Tom Rini
2014-03-14 18:50     ` Hans de Goede
2014-03-14 19:03       ` Tom Rini
2014-03-16 15:19         ` Ian Campbell
2014-03-16 16:45           ` Ian Campbell
2014-03-17 15:20             ` Tom Rini
2014-03-17 15:29               ` Ian Campbell
2014-03-17 15:36                 ` Tom Rini
2014-03-17 19:33           ` Tom Rini
2014-03-18  8:22             ` [U-Boot] [linux-sunxi] " Maxime Ripard
2014-03-21 14:58               ` Tom Rini
2014-03-20 19:57             ` [U-Boot] " Ian Campbell
2014-03-14 10:33 ` [U-Boot] [PATCH v1 9/9] sunxi: add gmac Ethernet support Ian Campbell
2014-03-14 11:11   ` [U-Boot] [linux-sunxi] " Chen-Yu Tsai
2014-03-14 11:28     ` Ian Campbell
2014-03-14 14:22       ` Tom Rini
2014-03-16 15:09         ` Ian Campbell
2014-03-17 15:06           ` Tom Rini
2014-03-14 14:17   ` [U-Boot] " Tom Rini
2014-03-14 12:55 ` [U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort Tom Rini
2014-03-14 13:59   ` Ian Campbell
2014-03-14 14:19     ` Tom Rini
2014-03-14 15:01       ` Albert ARIBAUD
2014-03-14 19:07         ` Hans de Goede [this message]
2014-03-14 19:11           ` Hans de Goede
2014-03-14 13:02 ` Albert ARIBAUD
2014-03-14 13:13   ` Maxime Ripard
2014-03-14 14:03   ` Ian Campbell
2014-03-14 14:16 ` Tom Rini
2014-03-14 15:04   ` Ian Campbell
2014-03-14 15:13     ` Tom Rini
2014-03-14 20:17   ` Dennis Gilmore
2014-03-15 16:02     ` Hans de Goede
2014-03-16  7:49     ` Ian Campbell
2014-03-14 14:31 ` Marek Vasut
2014-03-14 15:21 ` Henrik Nordström

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=53235380.3070309@redhat.com \
    --to=hdegoede@redhat.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