All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grant Likely <glikely@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] decrease boot time
Date: Mon, 14 Feb 2005 01:36:39 -0700	[thread overview]
Message-ID: <528646bc05021400363422c49a@mail.gmail.com> (raw)
In-Reply-To: <20050213130215.GA13453@synertronixx3>

On Sun, 13 Feb 2005 14:02:16 +0100, Konstantin Kletschke
<lists@ku-gbr.de> wrote:
> Am 2005-02-12 14:02 -0700 schrieb Grant Likely:
>
> > arch/arm/boot/compressed/head.S.  You will see a branch to cache_on at
> > line 287 before decompress_kernel at line 310.  (2.6.10)  According to
> > the comment on line 422 the page tables are setup for wherever the
> > compressed image is; including if it is in FLASH.
> 
> Yes I see. But I don't understand the assembler code really yet. Do you
> mean "add     r0, r3, r2, lsl #2" by line 422, where addresses above
> 0x10040000 (there my kernel lives) are added to cacheable area?

Sorry; I meant line 412.  That block of code adds a cache mapping to
where the PC is currently running.  This means that the compressed
image is cached.  Note: this cache enable is for uncompressing the
kernel; the caches are reconfigured inside the kernel itself.

> 
> > Linux can spew a lot of log messages; I suspect your time difference
> > would be more bounded by the baud rate of the port rather than the
> > serial device driver itself.  U-boot on the other had is quite a bit
> 
> T thought also and measured and my result is the same.

???

Cheers,
g.

  reply	other threads:[~2005-02-14  8:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-11 22:30 [U-Boot-Users] decrease boot time Konstantin Kletschke
2005-02-11 23:28 ` Grant Likely
     [not found]   ` <20050212200503.GA11316@ku-gbr.de>
2005-02-12 21:02     ` Grant Likely
2005-02-12 22:30       ` Wolfgang Denk
2005-02-13 13:14         ` Konstantin Kletschke
2005-02-15 14:50         ` Konstantin Kletschke
2005-02-13 13:02       ` Konstantin Kletschke
2005-02-14  8:36         ` Grant Likely [this message]
2005-02-12  0:34 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2005-02-12 22:52 Wolfgang Denk
2005-02-13 13:33 ` Konstantin Kletschke
2005-02-14 12:26 ` Konstantin Kletschke
2005-02-14 13:41   ` Konstantin Kletschke
2005-02-14 19:44     ` Wolfgang Denk
     [not found] <20050212200931.GB11316@ku-gbr.de>
     [not found] ` <20050212223043.98E11C1430@atlas.denx.de>
2005-02-13 13:31   ` Konstantin Kletschke
2005-02-13 15:17     ` Wolfgang Denk
2005-02-13 13:38   ` Konstantin Kletschke
2005-02-13 15:20     ` Wolfgang Denk
2005-02-14 12:11       ` Konstantin Kletschke
2005-02-14 12:26         ` 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=528646bc05021400363422c49a@mail.gmail.com \
    --to=glikely@gmail.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.