All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Fuchs <olivers.lists@gmx.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] do_bootm_linux problem
Date: Fri, 09 Jul 2004 14:20:25 +0200	[thread overview]
Message-ID: <40EEA9A9.21600.1528F53@localhost> (raw)

Hi all,

I try port U-Boot 1.1.1 to a board with MPC8280.
It seems to work but booting the Linux kernel failed without any print after
"Uncompressing Kernel Image ... OK"
I have already checked the cases mentioned in DULG 13.2.5.
I found that within the function do_bootm_linux the pointer "kernel" is 0.
Within the global structure header I found the following:
  header = (
    ih_magic = 0x27051956,
    ih_hcrc = 0x0,
    ih_time = 0x40EBFB9A,
    ih_size = 0x000863D7,
    ih_load = 0x0,
    ih_ep = 0x0,
    ih_dcrc = 0xC3C4EF02,
    ih_os = 0x5,
    ih_arch = 0x7,
    ih_type = 0x2,
    ih_comp = 0x1,
    ih_name = 'L', 'i', 'n', 'u', 'x', '-', '2', '.', '4', '.', '2', '4', '-', 'p', 'r', 'e', '2', '.')

The kernel is the one shipped with ELDK 3.0 made by make uImage.

What could be wrong?

Thanks in advance,
Oliver

             reply	other threads:[~2004-07-09 12:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-09 12:20 Oliver Fuchs [this message]
2004-07-09 14:12 ` [U-Boot-Users] do_bootm_linux problem Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2004-07-09 15:17 yan weichuan

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=40EEA9A9.21600.1528F53@localhost \
    --to=olivers.lists@gmx.net \
    --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.