public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] decrease boot time
@ 2005-02-11 22:30 Konstantin Kletschke
  2005-02-11 23:28 ` Grant Likely
  2005-02-12  0:34 ` Wolfgang Denk
  0 siblings, 2 replies; 20+ messages in thread
From: Konstantin Kletschke @ 2005-02-11 22:30 UTC (permalink / raw)
  To: u-boot

Hi Folks!

I am trying to improve boot time of my linux system on my motorola i.MX
system as much as possible. Therefore I tried to omit the copying and
decompressing the linux kernel image ba using XIP, but the code runs
slower in the (slower) flash and boot time increased.

I wonder how to make use of sync burst mode with u-boot in conjunction
eith linux. Today I switched on CFG_CMD_CACHE (I use u-boot-1.1.1) but I
wonder if u-boot knows that it should cache the area above 0x10000000.

Hm... I think the way the linux kernel starts itself is not making use
of any implementation of burst mode of the flash device. It copies a
small amount of bytes and decompresses them.
Could it be possible to make use of burst mode by copying the compressed
image into RAM by u-boot (i.e. bursting) and start the kernel in RAM
then? The decompressing and copying would be faster then...

How do I disable serial support in u-boot? My u-boot is currently 60k
big, in my opinion a simple bootloader which does something like
memsetup and starting kernel afterwards should not be much bigger than
10k. Or is that wrong?
I tried to disable serial support but several functions in common/
(serial_get* for example) are calling functions in
cpu/arm920t/imx_serial.c. Do I have to "#ifdef" any occurences of these
functions?

REgards, Konsti


-- 
GPG KeyID EF62FCEF
Fingerprint: 13C9 B16B 9844 EC15 CC2E  A080 1E69 3FDA EF62 FCEF

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [U-Boot-Users] decrease boot time
@ 2005-02-12 22:52 Wolfgang Denk
  2005-02-13 13:33 ` Konstantin Kletschke
  2005-02-14 12:26 ` Konstantin Kletschke
  0 siblings, 2 replies; 20+ messages in thread
From: Wolfgang Denk @ 2005-02-12 22:52 UTC (permalink / raw)
  To: u-boot

In message <20050212223026.42454C1430@atlas.denx.de> I wrote:
>
> You can do this even without hardware support. Attached  below  is  a
> trivial  expect  script  which you can use to pipe the output of your

Here comes the missing attachment...

> terminal program into to get it timestamped. this is not perfect  (as
> it  timestamps  on the _eond_ of each line), but does it's job in 95%
> of all cases. See the comment in the script for ow to use it.

I mean: ..._end_ of each line 

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Real computer scientists don't comment their  code.  The  identifiers
are so long they can't afford the disk space.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: time_log
Type: application/octet-stream
Size: 1428 bytes
Desc: time_log
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050212/b8c05abb/attachment.obj 

^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <20050212200931.GB11316@ku-gbr.de>]

end of thread, other threads:[~2005-02-15 14:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox