From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 0/9] sunxi: initial upstreamining effort
Date: Fri, 14 Mar 2014 14:13:17 +0100 [thread overview]
Message-ID: <20140314131317.GD27873@lukather> (raw)
In-Reply-To: <E1WORks-0000f5-PF@janus>
Hi Albert,
On Fri, Mar 14, 2014 at 02:02:29PM +0100, Albert ARIBAUD wrote:
> Hi Ian,
>
> On Fri, 14 Mar 2014 10:33:32 +0000, Ian Campbell <ijc@hellion.org.uk>
> wrote:
>
> > Hi,
> >
> > This is my first cut at an upstreamable series based upon the
> > https://github.com/linux-sunxi/u-boot-sunxi.git#sunxi tree. The
> > intention is to present a minimal starting point for upstreaming to
> > which support for other processors, peripherals, boards etc can be
> > added in the future. Therefore this has been stripped right back and
> > currently supports only sun7i processors and the cubietruck
> > board. Supported peripherals are UART, MMC and Ethernet.
>
> I am not familiar with all of AllWinner's CPUs, so please forgive me if
> I'm saying something stupid. Does sun7i support mean that A31 might be
> supported as well? From what I understand, UART and Eth should be
> somewhat common between A20 and A31, but MMC won't.
>
> In any case, I am willing to try and add Mele A1000G U-Boot support
> based on your series if that makes any sense. :)
Actually, between A20 and A31, a lot are common, but some IPs that are
of particular interest to u-boot aren't.
Most notably, the A20 and A31 share the same CPUs, interrupt
controller (GIC), timers (that are also shared with all the other
Allwinner SoCs), UART (designware's), ethernet (designware's GMAC
IP). MMC should be common too.
However, the A31 introduces a new RAM controller, a new DMA
controller, a new bus to interact with the PMIC, most notably.
So while we will be able to reuse some of that code, the A31 needs a
significant additional effort. The good news is that the newer
Allwinner SoCs seem to drop the old (and by old I mean
A10/A10s/A13/A20) IPs in favour of the one introduced in the A31. So
it's definitely worth doing this effort.
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140314/147c9573/attachment.pgp>
next prev parent reply other threads:[~2014-03-14 13:13 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
2014-03-14 19:11 ` Hans de Goede
2014-03-14 13:02 ` Albert ARIBAUD
2014-03-14 13:13 ` Maxime Ripard [this message]
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=20140314131317.GD27873@lukather \
--to=maxime.ripard@free-electrons.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