public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-dm.git [take 2]
Date: Fri, 17 Apr 2015 12:46:43 -0400	[thread overview]
Message-ID: <20150417164643.GI16702@bill-the-cat> (raw)
In-Reply-To: <CAPnjgZ2DPmb0cOdKxL2SqLhykwDsE5bXSQmgpSyGQgAuDMpHMw@mail.gmail.com>

On Fri, Apr 17, 2015 at 10:30:36AM -0600, Simon Glass wrote:
> Hi Tom,
> 
> On 17 April 2015 at 10:27, Tom Rini <trini@konsulko.com> wrote:
> >
> > On Thu, Apr 16, 2015 at 09:15:26PM -0600, Simon Glass wrote:
> >
> > > Hi Tom,
> > >
> > > As mentioned I reverted this patch as it conflicted with the dm tree
> > > and I suspect it might be buggy:
> > >
> > > cd749658 usb_storage : scan all interfaces to find a storage device
> > >
> > > Assuming this is OK and applies successfully I will rebase and resend
> > > this patch, then reply with some comments I have on the patch.
> > >
> > >
> > > The following changes since commit 4564faeafbf11feb839e2e3f927be2f1a919ba96:
> > >
> > >   ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c
> > > (2015-04-16 15:08:36 -0400)
> > >
> > > are available in the git repository at:
> > >
> > >   http://git.denx.de/u-boot-dm.git
> > >
> > > for you to fetch changes up to 2e6263093b3a5c2d2c586afaedfd346d6628f784:
> > >
> > >   sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig (2015-04-16
> > > 20:47:57 -0600)
> >
> > With this PR, am335x_boneblack (which has DM enabled) no longer
> > functions.  I'm running a bisect now, but heads up.
> 
> OK, I'll wait for your bisect - also what is the console output when it breaks?

OK, disregard Beaglebone Black error, that was me (need to remember that
eMMC boot only works off of am335x_boneblack_config).  But,
A20-OLinuXino-Lime2_defconfig is broken by this.  The error log:
Command(A20 OLinuXino Lime2 console)> on
(user:trini) Power turned on

U-Boot SPL 2015.04-00342-g2e62630 (Apr 17 2015 - 12:40:45)
DRAM: 1024 MiB
CPU: 912000000Hz, AXI/AHB/APB: 3/2/2


U-Boot 2015.04-00342-g2e62630 (Apr 17 2015 - 12:40:45) Allwinner Technology

CPU:   Allwinner A20 (SUN7I)
I2C:   ready
DRAM:  1 GiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
SCSI:  SUNXI SCSI INIT
SATA link 0 timeout.
AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: ncq stag pm led clo only pmp pio slum part ccc apst 
Net:   dwmac.1c50000
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 
U-Boot SPL 2015.04-00342-g2e62630 (Apr 17 2015 - 12:40:45)
DRAM: 1024 MiB
CPU: 912000000Hz, AXI/AHB/APB: 3/2/2
MMC Device 0 not found
spl: mmc device not found!!
### ERROR ### Please RESET the board ###

And good:
Command(A20 OLinuXino Lime2 console)> on
(user:trini) Power turned on

U-Boot SPL 2015.04-00121-g4564fae (Apr 17 2015 - 12:42:40)
DRAM: 1024 MiB
CPU: 912000000Hz, AXI/AHB/APB: 3/2/2


U-Boot 2015.04-00121-g4564fae (Apr 17 2015 - 12:42:40) Allwinner Technology

CPU:   Allwinner A20 (SUN7I)
I2C:   ready
DRAM:  1 GiB
MMC:   SUNXI SD/MMC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
SCSI:  SUNXI SCSI INIT
SATA link 0 timeout.
AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: ncq stag pm led clo only pmp pio slum part ccc apst 
Net:   dwmac.1c50000
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
USB1:   USB EHCI 1.00
scanning bus 1 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot:  0 
sunxi#

So... we cause a reset during USB scan and then fail to boot a second
time?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150417/8a7690e5/attachment.sig>

  reply	other threads:[~2015-04-17 16:46 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17  3:15 [U-Boot] Please pull u-boot-dm.git [take 2] Simon Glass
2015-04-17 16:27 ` Tom Rini
2015-04-17 16:30   ` Simon Glass
2015-04-17 16:46     ` Tom Rini [this message]
2015-04-17 16:54       ` Simon Glass
2015-04-17 17:36         ` Hans de Goede
2015-04-17 17:53         ` Tom Rini
2015-04-17 19:28           ` Hans de Goede
2015-04-17 19:39             ` Hans de Goede
2015-04-17 20:41               ` Tom Rini
2015-04-17 21:13               ` Tom Rini
2015-04-17 21:18                 ` Simon Glass
2015-04-18  9:19               ` Hans de Goede
2015-04-18 10:31                 ` Hans de Goede
2015-04-18 11:10                   ` Tom Rini
2015-04-18 12:07                     ` Tom Rini
2015-04-18 15:26                       ` Simon Glass
2015-04-18 15:51                         ` Tom Rini
2015-04-18 20:43                           ` Simon Glass
2015-04-17 19:51             ` Tom Rini
2015-04-17 20:31 ` [U-Boot] [PATCH] dm: usb: Make usb_lowlevel_init set the default ops pointer Tom Rini
2015-04-17 21:28   ` Simon Glass
2015-04-17 22:02     ` Tom Rini
2015-04-17 22:38       ` Simon Glass
2015-04-17 22:43         ` Tom Rini
2015-04-17 22:45           ` Simon Glass
2015-04-17 23:07             ` 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=20150417164643.GI16702@bill-the-cat \
    --to=trini@konsulko.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