From: Ian Campbell <ijc@hellion.org.uk>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] nand: sunxi: Add support for booting from internal NAND memory
Date: Sat, 09 May 2015 14:53:05 +0100 [thread overview]
Message-ID: <1431179585.15640.307.camel@hellion.org.uk> (raw)
In-Reply-To: <87y4l3tm91.fsf@hellsgate.pl>
On Tue, 2015-05-05 at 11:19 +0200, Daniel Kochma?ski wrote:
> (sorry for resending, used wrong mail here - not sure how mailing list
> will handle that).
>
> Ian Campbell writes:
>
> > On Wed, 2015-04-29 at 17:02 +0200, Daniel Kochma?ski wrote:
> >> diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
> >> index 88e3358..1a30684 100644
> >> --- a/board/sunxi/Kconfig
> >> +++ b/board/sunxi/Kconfig
> >> @@ -239,6 +239,18 @@ config MMC_SUNXI_SLOT_EXTRA
> >> slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
> >> support for this.
> >>
> >> +config SPL_NAND_SUPPORT
> >> + bool "SPL/NAND mode support"
> >> + depends on SPL
> >> + default n
> >> + ---help---
> >> + This enables support for booting from NAND internal
> >> + memory. U-Boot SPL doesn't detect where is it load from,
> >> + therefore this option is needed to properly load image from
> >> + flash. Option also disables MMC functionality on U-Boot due to
> >> + initialization errors encountered, when both controllers are
> >> + enabled.
> >
> > Is this last bit a bug in the s/w or a hardware thing? Does this mean
> > that MMC is not available in the main u-boot image too when NAND support
> > is enabled?
> >
>
> I'm not sure what is a reason, but controller can't initialize MMC when
> SPL is loaded. MMC works in main u-boot allowing to boot from it and
> perform any other option (rescan, part, info, etc.). It is only SPL
> relevant.
How strange! Hans, do you have any ideas about why this might be the
case? Is there some overlap between MMC and NAND? I can't think what...
next prev parent reply other threads:[~2015-05-09 13:53 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-29 15:02 [U-Boot] [PATCH 0/5] nand: sunxi: Add SPL support for booting from NAND Daniel Kochmański
2015-04-29 15:02 ` [U-Boot] [PATCH 1/5] nand: sunxi: change BLOCK_SIZE in mksunxiboot to match NAND block size Daniel Kochmański
2015-05-02 14:08 ` Ian Campbell
2015-05-05 9:02 ` Daniel Kochmański
2015-05-09 13:51 ` Ian Campbell
2015-04-29 15:02 ` [U-Boot] [PATCH 2/5] nand: sunxi: Add support for booting from internal NAND memory Daniel Kochmański
2015-05-02 14:21 ` Ian Campbell
2015-05-05 9:14 ` Daniel Kochmański
2015-05-05 9:19 ` Daniel Kochmański
2015-05-09 13:53 ` Ian Campbell [this message]
2015-05-09 14:33 ` Hans de Goede
2015-05-18 23:47 ` Scott Wood
2015-04-29 15:02 ` [U-Boot] [PATCH 3/5] nand: sunxi: Add secondary U-Boot offset on second syndrome partition Daniel Kochmański
2015-05-02 14:24 ` Ian Campbell
2015-05-05 14:21 ` Tim Harvey
2015-05-05 14:34 ` Daniel Kochmański
2015-05-18 23:10 ` Scott Wood
2015-04-29 15:03 ` [U-Boot] [PATCH 4/5] nand: sunxi: Add multiimage preload option Daniel Kochmański
2015-05-02 14:24 ` Ian Campbell
2015-05-18 23:43 ` Scott Wood
2015-04-29 15:03 ` [U-Boot] [PATCH 5/5] nand: sunxi: And a20_nandread command utilizing spl nand read driver Daniel Kochmański
2015-05-02 14:26 ` Ian Campbell
2015-05-04 14:20 ` Hans de Goede
2015-05-05 9:17 ` Daniel Kochmański
2015-05-05 9:45 ` Hans de Goede
2015-05-18 23:52 ` Scott Wood
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=1431179585.15640.307.camel@hellion.org.uk \
--to=ijc@hellion.org.uk \
--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.