linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* u-boot-0.3.0 + Linux boot failed on walnut
@ 2003-05-21 17:15 digitalRNA
  2003-05-21 19:46 ` Wolfgang Denk
  2003-05-21 19:47 ` Eran Mann
  0 siblings, 2 replies; 3+ messages in thread
From: digitalRNA @ 2003-05-21 17:15 UTC (permalink / raw)
  To: linuxppc-embedded


Hello,

Now I am trying to boot Linux using u-boot-0.3.0 not openbios on walnut.
But it failed.
It looks failed around timer initialization on vmlinux.
But in the case of openbios, the Linux can boot.
Are there any information about this issue?


U-Boot 0.3.0 (May 15 2003 - 18:47:55)
CPU:   IBM PowerPC 405GP Rev. C at 200 MHz (PLB=100, OPB=50, EBC=33 MHz)
PCI sync clock at 33 MHz, internal PCI arbiter enabled
16 kB I-Cache 8 kB D-Cache
Board: ### No HW ID - assuming WALNUT405
I2C:   ready
DRAM:  32 MB
FLASH: 512 kB
In:    serial
Out:   serial
Err:   serial
KGDB:  kgdb ready
ready
BEDBUG:ready
Hit any key to stop autoboot:  0
=>                                                                              => tftpboot 0x100000 pImage
ENET Speed is 100 Mbps - FULL duplex connection
ARP broadcast 1
TFTP from server 9.188.9.24; our IP address is 9.188.9.204
Filename 'pImage'.
Load address: 0x100000
Loading: #################################################################               ###########################################################            done
Bytes transferred = 630421 (99e95 hex)
=> bootm 0x100000
## Booting image at 00100000 ...
Image Name:   Linux-2.4.18_mvl30-walnut
Created:      2003-05-19   6:00:19 UTC
Image Type:   PowerPC Linux Kernel Image (gzip compressed)
Data Size:    630357 Bytes = 615.6 kB
Load Address: 00000000
Entry Point:  00000000
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK

(stop: but cpu is running around timer_interrupt on vmlinux)


405GP 1.15 ROM Monitor (8/9/00)                                                                                                                                  --------------------- System Info ----------------------
Processor         = 405GP,   PVR: 40110082
Processor speed   = 200 MHz
PLB speed         = 100 MHz
OPB speed         = 50 MHz
Ext Bus speed     = 33 MHz
PCI Bus speed     = 33 MHz (Sync)
Amount of SDRAM   = 32 MBytes
Internal PCI arbiter enabled                                                    --------------------------------------------------------                                                                                                        --- Device Configuration ---
Power-On Test Devices:
000  Disabled  System Memory [RAM]
001  Enabled   Ethernet      [ENET]
004  Disabled  Serial Port 2 [S2]                                             ----------------------------
Boot Sources:
001  Enabled   Ethernet      [ENET]                                                            local=9.188.9.204  remote=9.188.9.24  hwaddr=0004ace30fea
004  Disabled  Serial Port 2 [S2]                                                              local=8.1.1.2  remote=255.255.255.255  hwaddr=ffffffffffff
005  Enabled   Serial Port 1 [S1]
Baud = 115200
----------------------------
Debugger: Disabled                                                              ----------------------------
1 - Enable/disable tests
2 - Enable/disable boot devices
3 - Change IP addresses
4 - Ping test
5 - Toggle ROM monitor debugger
6 - Toggle automatic menu
7 - Display configuration
8 - Save changes to configuration
9 - Set baud rate for s1 boot
A - Enable/disable I cache (Enabled )
B - Enable/disable D cache (Disabled)
0 - Exit menu and continue
->0                                                                                                                                                             EMAC0 Ethernet Test OK.
ENET Speed is 100 Mbs...
FULL duplex connection
Booting from [ENET] Ethernet     ...
Sending bootp request ...
ENET: hold frame collision, outbound frame.                                                                                                                                                                                                     Loading file "/tftpboot/walnut-linuz" ...
Sending tftp boot request ...
Transfer Complete ...
Loaded successfully ...
Entry point at 0x500000 ...                                                                                                                                     loaded at:     00500000 005AE1F8
relocated to:  00400000 004AE1F8
board data at: 004AB128 004AB168
relocated to:  0040546C 004054AC
zimage at:     00405A1C 004AAD3E
avail ram:     004AF000 02000000                                                                                                                                Linux/PPC load: root=/dev/nfs rw ip=on
Uncompressing Linux....
Now booting the kernel
Linux version 2.4.18_mvl30-walnut (xxx) (gcTIBM Walnut (IBM405GP) Platform
...

can boot.

Regards,

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: u-boot-0.3.0 + Linux boot failed on walnut
  2003-05-21 17:15 u-boot-0.3.0 + Linux boot failed on walnut digitalRNA
@ 2003-05-21 19:46 ` Wolfgang Denk
  2003-05-21 19:47 ` Eran Mann
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2003-05-21 19:46 UTC (permalink / raw)
  To: digitalRNA; +Cc: linuxppc-embedded


In message <3ECBB43B.2000601@yahoo.co.jp> you wrote:
>
> Now I am trying to boot Linux using u-boot-0.3.0 not openbios on walnut.
> But it failed.

Did you read the documentation, and have a look at the  mailing  list
archives?

> It looks failed around timer initialization on vmlinux.
> But in the case of openbios, the Linux can boot.
> Are there any information about this issue?

Sure. Of course it's  difficult  to  guess  what's  wrong  with  your
configuration, but there are several typical sources of error:

- missing / wrong adaption of the bd_info structure
- bad passing pf clock information (see discusssion of clocks_in_mhz
  environment variable)


Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Above all else -- sky.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: u-boot-0.3.0 + Linux boot failed on walnut
  2003-05-21 17:15 u-boot-0.3.0 + Linux boot failed on walnut digitalRNA
  2003-05-21 19:46 ` Wolfgang Denk
@ 2003-05-21 19:47 ` Eran Mann
  1 sibling, 0 replies; 3+ messages in thread
From: Eran Mann @ 2003-05-21 19:47 UTC (permalink / raw)
  To: digitalRNA; +Cc: linuxppc-embedded


digitalRNA wrote:
> Hello,
>
> Now I am trying to boot Linux using u-boot-0.3.0 not openbios on walnut.
> But it failed.
> It looks failed around timer initialization on vmlinux.
> But in the case of openbios, the Linux can boot.
> Are there any information about this issue?
<snip>
Last time I checked the Walnut support code in linuxppc_2_4_devel and
linuxppc_2_5 assumed OpenBIOS board_info structure and not
U-Boot/PPCBoot board_info structure. The result is that the kernel took
the first 4 bytes of the Ethernet address passed from U-Boot as the
memory size, which ofcourse made the MM code quite unhappy later on ;-)

The brute-force solution is to replace the definition of the struct in
walnut.h (which is in arch/ppc/platforms/4xx in 2.5 and in
arch/ppc/platforms in 2.4_devel)

typedef struct board_info {
...
} bd_t;

with:
#include <asm/ppcboot.h>

The non-brute-force solution is of course to do it based on #ifdef
CONFIG_USE_PPCBOOT or something like that. Unfortunately this
configuration option does not exist in 2.5 .

--
Eran Mann
Senior Software Engineer
MRV International
Tel: 972-4-9936297
Fax: 972-4-9890430
www.mrv.com


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-21 19:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-21 17:15 u-boot-0.3.0 + Linux boot failed on walnut digitalRNA
2003-05-21 19:46 ` Wolfgang Denk
2003-05-21 19:47 ` Eran Mann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).