Continuing from this thread, I got a latest svn co https://svn.openwrt.org/openwrt/trunk/t … /brcm-2.6/ against a buildroot-ng #4886 to boot just fine on a BCM4710 router. Here is the dmesg output:
<5>Linux version 2.6.17 (root@saloon) (gcc version 3.4.6 (OpenWrt-2.0)) #1 Mon Oct 16 12:48:51 EEST 2006
<4>CPU revision is: 00024000
<4>Determined physical RAM map:
<4> memory: 01000000 @ 00000000 (usable)
<7>On node 0 totalpages: 4096
<7> DMA zone: 4096 pages, LIFO batch:0
<4>Built 1 zonelists
<5>Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd console=ttyS0,115200
<4>Primary instruction cache 8kB, physically tagged, 2-way, linesize 16 bytes.
<4>Primary data cache 4kB, 2-way, linesize 16 bytes.
<4>Synthesized TLB refill handler (19 instructions).
<4>Synthesized TLB load handler fastpath (31 instructions).
<4>Synthesized TLB store handler fastpath (31 instructions).
<4>Synthesized TLB modify handler fastpath (30 instructions).
<4>PID hash table entries: 128 (order: 7, 512 bytes)
<4>Using 62.500 MHz high precision timer.
<4>Dentry cache hash table entries: 2048 (order: 1, 8192 bytes)
<4>Inode-cache hash table entries: 1024 (order: 0, 4096 bytes)
<6>Memory: 13820k/16384k available (1871k kernel code, 2564k reserved, 260k data, 128k init, 0k highmem)
<7>Calibrating delay loop... 81.92 BogoMIPS (lpj=40960)
<4>Mount-cache hash table entries: 512
<4>Checking for 'wait' instruction... unavailable.
<6>NET: Registered protocol family 16
<4>PCI: fixing up bridge
<7>PCI: Setting latency timer of device 0000:01:00.0 to 64
<4>PCI: Fixing up device 0000:01:00.0
<6>NET: Registered protocol family 2
<4>IP route cache hash table entries: 128 (order: -3, 512 bytes)
<4>TCP established hash table entries: 512 (order: -1, 2048 bytes)
<4>TCP bind hash table entries: 256 (order: -2, 1024 bytes)
<6>TCP: Hash tables configured (established 512 bind 256)
<6>TCP reno registered
<6>squashfs: version 3.0 (2006/03/15) Phillip Lougher
<6>devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
<6>devfs: boot_options: 0x1
<6>JFFS2 version 2.2. (NAND) (C) 2001-2003 Red Hat, Inc.
<6>Initializing Cryptographic API
<6>io scheduler noop registered
<6>io scheduler deadline registered (default)
<6>Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
<6>b44.c:v1.00 (Apr 7, 2006)
<4>PCI: Enabling device 0000:00:02.0 (0000 -> 0002)
<7>PCI: Setting latency timer of device 0000:00:02.0 to 64
<6>eth0: Broadcom 47xx 10/100BaseT Ethernet 00:90:96:45:03:ee
<4>PCI: Enabling device 0000:00:08.0 (0000 -> 0002)
<7>PCI: Setting latency timer of device 0000:00:08.0 to 64
<6>eth1: Broadcom 47xx 10/100BaseT Ethernet 00:90:96:45:03:ef
<6>Physically mapped flash: Found 1 x16 devices at 0x0 in 16-bit bank
<4> Amd/Fujitsu Extended Query Table at 0x0040
<5>number of CFI chips: 1
<5>cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
<5>Flash device: 0x400000 at 0x1fc00000
<5>bootloader size: 262144
<5>Creating 4 MTD partitions on "Physically mapped flash":
<5>0x00000000-0x00040000 : "cfe"
<5>0x00040000-0x003f0000 : "linux"
<5>0x000f0000-0x003f0000 : "rootfs"
<5>0x003f0000-0x00400000 : "nvram"
<4>ip_conntrack version 2.4 (128 buckets, 1024 max) - 236 bytes per conntrack
<4>ip_tables: (C) 2000-2006 Netfilter Core Team
<6>TCP vegas registered
<6>NET: Registered protocol family 1
<6>NET: Registered protocol family 17
<6>802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
<6>All bugs added by David S. Miller <davem@redhat.com>
<4>VFS: Mounted root (jffs2 filesystem) readonly.
<6>Mounted devfs on /dev
<6>Freeing unused kernel memory: 128k freed
<4>Warning: unable to open an initial console.
<4>Algorithmics/MIPS FPU Emulator v1.5
<6>b44: eth0: Link is up at 100 Mbps, full duplex.
<6>b44: eth0: Flow control is off for TX and off for RX.
The ping -s 2000 192.168.1.1 problem remains though. I've opened a ticket about this issue here. I am also investigating at which trunk pass #4886 the BCM4710 compatibility broke since I am unable to get a ping at 192.168.1.1 after a boot with latest svn chekouts. The hardware I am using is a toshiba wrc-1000 with an atheros cm9 wifi miniPCI. I'll get back on this.