All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] qemu-x86 issues
Date: Sat, 3 Dec 2016 12:09:17 +0100	[thread overview]
Message-ID: <20161203110917.GA12605@amd> (raw)
In-Reply-To: <CAEUhbmX64T7TuJOGquuZxMqdinvX=82RwyryZTuZN2agxm21PQ@mail.gmail.com>

Hi!

> > Bah, lemme correct myself.  MIPS* and PowerPC fail due to sleep taking
> > slightly too long.  x86 is the only one where it's just way too fast.
> > But this is not true once Linux itself is up.
> >
> 
> U-Boot uses x86 TSC timer as the delay timer. Right now the timer
> frequency is hard-coded in device tree. Auto-calibration does not work
> on QEMU. I need have another check to see if we can do
> auto-calibration.

TSC is not really suitable for delays on x86. (Actually, TSC is pretty
much not suitable for anything :-) ). PIT should be easy to use and
work everywhere...

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161203/7539cc6f/attachment.sig>

      parent reply	other threads:[~2016-12-03 11:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-14 23:32 [U-Boot] qemu-x86 issues Tom Rini
2016-10-18  2:36 ` Bin Meng
2016-10-18 13:19   ` Tom Rini
2016-10-18 13:35     ` Tom Rini
2016-10-19  3:18       ` Bin Meng
2016-10-19 12:03         ` Tom Rini
2016-12-03 11:09         ` Pavel Machek [this message]

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=20161203110917.GA12605@amd \
    --to=pavel@denx.de \
    --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.