From mboxrd@z Thu Jan 1 00:00:00 1970 From: plagnioj@jcrosoft.com (Jean-Christophe PLAGNIOL-VILLARD) Date: Thu, 28 Apr 2011 04:26:47 +0200 Subject: [PATCH 0/14] at91: factorize soc init and switch to early platform In-Reply-To: <4DB886FD.7000209@bluewatersys.com> References: <20110425180847.GA12904@game.jcrosoft.org> <4DB886FD.7000209@bluewatersys.com> Message-ID: <20110428022647.GI29103@game.jcrosoft.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09:13 Thu 28 Apr , Ryan Mallon wrote: > On 04/26/2011 06:08 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > > Hi, > > > > The following patch series start to factorize the soc init > > and switch gpio and timers to early platform > > > > diff stat on arm > > > > 80 files changed, 1690 insertions(+), 2053 deletions(-) > > I finally had a chance to test this. On our Snapper 9G20 board > (AT91SAM9G20) the latest linux-next gives me: > > Starting kernel ... > > Uncompressing Linux... done, booting the kernel. > <5>Linux version 2.6.39-rc4-next-20110427+ (ryan at okiwi) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #850 Thu Apr 28 09:07:43 NZST 2011 > CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177 > CPU: VIVT data cache, VIVT instruction cache > Machine: Bluewater Systems Snapper 9260/9G20 module > Memory policy: ECC disabled, Data cache writeback > <0>Kernel panic - not syncing: Impossible to detect the CPU type > [] (unwind_backtrace+0x0/0xe4) from [] (panic+0x50/0x178) > [] (panic+0x50/0x178) from [] (at91_initialize+0x18/0x20) > [] (at91_initialize+0x18/0x20) from [] (snapper9260_map_io+0xc/0x5c) > [] (snapper9260_map_io+0xc/0x5c) from [] (paging_init+0x668/0x728) > [] (paging_init+0x668/0x728) from [] (setup_arch+0x39c/0x620) > [] (setup_arch+0x39c/0x620) from [] (start_kernel+0x6c/0x2c8) > > > I'll have a better look at this later to see if I can find the problem, > though I suspect the remapping of the AT91_DBGU location is to blame. > What platforms have you tested this on? 9263ek rm9200ek try this branch git://github.com/at91linux/linux-2.6-at91.git branch test_cleanup Best Regards, J.