All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: kernel for a Broadcom Swarm board
@ 2009-04-30 22:36 Luk Claes
  2009-05-01  7:57 ` Aurelien Jarno
  2009-05-01 15:16 ` Jon Fraser
  0 siblings, 2 replies; 5+ messages in thread
From: Luk Claes @ 2009-04-30 22:36 UTC (permalink / raw)
  To: linux-mips

Hi

 > | [    0.000000] Broadcom SiByte BCM1250 B2 @ 800 MHz (SB1 rev 2)
 > | [    0.000000] Board type: SiByte BCM91250A (SWARM)
 > | [    0.000000] This kernel optimized for board runs with CFE
 > | [    0.000000] Determined physical RAM map:
 > | [    0.000000]  memory: 000000000fe47e00 @ 0000000000000000 (usable)
 > | [    0.000000] Initrd not found or empty - disabling initrd
 > | [    0.000000] Zone PFN ranges:
 > | [    0.000000]   DMA32    0x00000000 -> 0x00100000
 > | [    0.000000]   Normal   0x00100000 -> 0x00100000
 > | [    0.000000] Movable zone start PFN for each node
 > | [    0.000000] early_node_map[1] active PFN ranges
 > | [    0.000000]     0: 0x00000000 -> 0x0000fe47
 > | [    0.000000] Detected 1 available secondary CPU(s)
 > | [    0.000000] Built 1 zonelists in Zone order, mobility grouping 
on.  Total
 > pages: 64205
 > | [    0.000000] Kernel command line: root=/dev/hdc1 console=duart0
 > | [    0.000000] Primary instruction cache 32kB, VIVT, 4-way, 
linesize 32 bytes.
 > | [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, 
linesize 32
 > bytes
 > | [    0.000000] PID hash table entries: 1024 (order: 10, 8192 bytes)
 >
 > And then it hangs...

The zeros look like there are no timing interrupts happening. It's a 
pity we don't have hardware to test which kernel version introduced the 
bug (for instance with git-bisect and reboots).

Cheers

Luk

^ permalink raw reply	[flat|nested] 5+ messages in thread
* kernel for a Broadcom Swarm board
@ 2009-04-22 13:16 Aurelien Jarno
  0 siblings, 0 replies; 5+ messages in thread
From: Aurelien Jarno @ 2009-04-22 13:16 UTC (permalink / raw)
  To: linux-mips

Hi all,

We (Debian) have problems with Broadcom BCM91250A boards aka (Swarm) 
which do not boot with recent kernels. We tried 2.6.29 from linus tree 
and lmo, including with the swarm defconfig.

As those boards are installed remotely it is not really easy to do
debugging. That's why I am calling from help here.

Here is the boot log:

| CFE> boot -tftp 192.168.1.138:sibyl
| Loader:raw Filesys:tftp Dev:eth0 File:192.168.1.138:sibyl Options:(null)
| Loading: ....... 130116 bytes read
| Entry at 0x0000000020000000
| Closing network.
| Starting program at 0x0000000020000000
| SiByte Loader, version 2.4.2
| Built on Oct  4 2005
| Network device 'eth0' configured
| Getting configuration file tftp:192.168.1.138:sibyl.conf...
| Config file retrieved.
| Available configurations:
|   deb-tftp
| Boot which configuration [deb-tftp]:
| Loading kernel (ELF64):
|     4950976@0x80100000
| done
| Set up command line arguments to: root=/dev/hdc1 console=duart0
| Setting up initial prom_init arguments
| Cleaning up state...
| Transferring control to the kernel.
| Kernel entry point is at 0x80105970
| [    0.000000] Initializing cgroup subsys cpuset
| [    0.000000] Initializing cgroup subsys cpu
| [    0.000000] Linux version 2.6.29-1-sb1-bcm91250a (Debian 2.6.29-2) (waldi@debian.org) (gcc version 4.3.3 (Debian 4.3.3-5) ) #1 SMP Sun Apr 5 11:11:13 UTC 2009
| [    0.000000] console [early0] enabled
| [    0.000000] CPU revision is: 01040102 (SiByte SB1)
| [    0.000000] FPU revision is: 000f0102
| [    0.000000] Checking for the multiply/shift bug... no.
| [    0.000000] Checking for the daddiu bug... no.
| [    0.000000] Broadcom SiByte BCM1250 B2 @ 800 MHz (SB1 rev 2)
| [    0.000000] Board type: SiByte BCM91250A (SWARM)
| [    0.000000] This kernel optimized for board runs with CFE
| [    0.000000] Determined physical RAM map:
| [    0.000000]  memory: 000000000fe47e00 @ 0000000000000000 (usable)
| [    0.000000] Initrd not found or empty - disabling initrd
| [    0.000000] Zone PFN ranges:
| [    0.000000]   DMA32    0x00000000 -> 0x00100000
| [    0.000000]   Normal   0x00100000 -> 0x00100000
| [    0.000000] Movable zone start PFN for each node
| [    0.000000] early_node_map[1] active PFN ranges
| [    0.000000]     0: 0x00000000 -> 0x0000fe47
| [    0.000000] Detected 1 available secondary CPU(s)
| [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 64205
| [    0.000000] Kernel command line: root=/dev/hdc1 console=duart0
| [    0.000000] Primary instruction cache 32kB, VIVT, 4-way, linesize 32 bytes.
| [    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
| [    0.000000] PID hash table entries: 1024 (order: 10, 8192 bytes)

And then it hangs...

First of all, does someone have experienced the same problem? Any
patches floating around?

Alternatively I am interested to know about a not too old kernel version
(let's say >= 2.6.20) working for this board, and the associated .config
file. Thanks in advance.

Regards,
Aurelien

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

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

end of thread, other threads:[~2009-05-01 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 22:36 kernel for a Broadcom Swarm board Luk Claes
2009-05-01  7:57 ` Aurelien Jarno
2009-05-01 13:54   ` Ralf Baechle
2009-05-01 15:16 ` Jon Fraser
  -- strict thread matches above, loose matches on Subject: below --
2009-04-22 13:16 Aurelien Jarno

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.