All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Loeliger <jdl@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] U-Boot and Linux on Walnut based board
Date: Sat, 14 Jun 2008 08:20:17 -0500	[thread overview]
Message-ID: <4853C591.40803@freescale.com> (raw)
In-Reply-To: <200806140000.m5E00WHx027926@mail.corelis.com>

Brian S. Park wrote:
> Wolfgang,
> I tried the following versions on our old board and found that 
> booting linux stops working from 1.3.2-rc1. So, some change between 
> 1.3.1 and 1.3.2-rc1 is causing my problem. Can you give me any 
> pointers as to where to look?
> 
> 1.0.0: works
> 1.2.0: works
> 1.3.0: works
> 1.3.1: works
> 1.3.2-rc1: does not work
> 1.3.2: does not work
> 1.3.3: does not work
> 
> Brian
> 

Brian,

You are in an excellent position to use "git bisect" now!
Do this, roughly:

    $ git checkout master
    $ git bisect start
    $ git bisect bad
    $ git bisect good v1.3.1

Compile and test the versions as indicated.
Then use either

    $ git bisect good
or
    $ git bisect bad

as appropriate.

Repeat until you have narrowed the search
down to just one suspect commit!

jdl

  reply	other threads:[~2008-06-14 13:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-12  1:04 [U-Boot-Users] U-Boot and Linux on Walnut based board Brian S. Park
2008-06-12  6:45 ` Wolfgang Denk
2008-06-12 17:44   ` Brian S. Park
2008-06-14  0:00     ` Brian S. Park
2008-06-14 13:20       ` Jon Loeliger [this message]
2008-06-14 23:09       ` Wolfgang Denk

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=4853C591.40803@freescale.com \
    --to=jdl@freescale.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.