Re: linux-next not booting on snowball

2011-12-14 Thread Linus Walleij
On Wed, Dec 14, 2011 at 9:27 AM, Mark Brown wrote: > On Wed, Dec 14, 2011 at 09:24:33AM +0100, Linus Walleij wrote: > >> The above remaps and reads from some random ROM page to get >> the ASIC ID is actually not screwing things up. Right now. > > The ASIC ID reads are also done by Samsung platform

Re: linux-next not booting on snowball

2011-12-14 Thread Mark Brown
On Wed, Dec 14, 2011 at 09:24:33AM +0100, Linus Walleij wrote: > The above remaps and reads from some random ROM page to get > the ASIC ID is actually not screwing things up. Right now. The ASIC ID reads are also done by Samsung platforms which boot fine - it's not strictly good but it happens to

Re: linux-next not booting on snowball

2011-12-14 Thread Linus Walleij
On Tue, Dec 13, 2011 at 1:35 PM, Linus Walleij wrote: > On Wed, Dec 7, 2011 at 5:09 AM, Nicolas Pitre > wrote: > >>> The kernel hangs at: >>> >>> u8500_map_io >>>  -> ux500_map_io >>>    -> ux500_read_asicid(addr=9001dbf4), base=9001d000 >>>      ->  readl(__io_address(9001dbf4)=f901dbf4); > > T

Re: linux-next not booting on snowball

2011-12-13 Thread Linus Walleij
On Wed, Dec 7, 2011 at 5:09 AM, Nicolas Pitre wrote: >> The kernel hangs at: >> >> u8500_map_io >>  -> ux500_map_io >>    -> ux500_read_asicid(addr=9001dbf4), base=9001d000 >>      ->  readl(__io_address(9001dbf4)=f901dbf4); This code isn't strictly necessary so I moved it out of the way. Then

Re: linux-next not booting on snowball

2011-12-12 Thread Nicolas Pitre
On Mon, 12 Dec 2011, Daniel Lezcano wrote: > Does anyone have some clues or ideas I can investigate ? > I am really not familiar with this part. See the next suggestion I gave you in my previous email. You could also work with Linus Walleij who maintains this architecture, and who has access to

Re: linux-next not booting on snowball

2011-12-12 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/02/2011 06:31 PM, Daniel Lezcano wrote: > On 12/02/2011 01:11 AM, Nicolas Pitre wrote: >> On Fri, 2 Dec 2011, Daniel Lezcano wrote: > >>> On 12/01/2011 08:03 PM, Nicolas Pitre wrote: Please have a look at this email: http://articl

Re: linux-next not booting on snowball

2011-12-06 Thread Nicolas Pitre
On Fri, 2 Dec 2011, Daniel Lezcano wrote: > ## > ## ez-pine-gpg v0.4h ## http://Business-PHP.com/opensource/ez-pine-gpg/ > ## Tue Dec 6 22:27:12 EST 2011 ## xanadu.home > ##

Re: linux-next not booting on snowball

2011-12-02 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/02/2011 01:11 AM, Nicolas Pitre wrote: > On Fri, 2 Dec 2011, Daniel Lezcano wrote: > >> On 12/01/2011 08:03 PM, Nicolas Pitre wrote: >>> Please have a look at this email: >>> >>> http://article.gmane.org/gmane.linux.ports.arm.kernel/141386 >>> >

Re: linux-next not booting on snowball

2011-12-01 Thread Nicolas Pitre
On Fri, 2 Dec 2011, Daniel Lezcano wrote: > On 12/01/2011 08:03 PM, Nicolas Pitre wrote: > > Please have a look at this email: > > > > http://article.gmane.org/gmane.linux.ports.arm.kernel/141386 > > > > There are two patches in there which should help you get some debugging > > info out. > >

Re: linux-next not booting on snowball

2011-12-01 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/2011 08:03 PM, Nicolas Pitre wrote: > On Thu, 1 Dec 2011, Daniel Lezcano wrote: > >> On 12/01/2011 03:58 PM, Mark Brown wrote: >>> On Thu, Dec 01, 2011 at 03:51:00PM +0100, Daniel Lezcano wrote: >>> commit 549158d2ab01e8370d2773044fe0973

Re: linux-next not booting on snowball

2011-12-01 Thread Nicolas Pitre
On Thu, 1 Dec 2011, Daniel Lezcano wrote: > On 12/01/2011 03:58 PM, Mark Brown wrote: > > On Thu, Dec 01, 2011 at 03:51:00PM +0100, Daniel Lezcano wrote: > > > >> commit 549158d2ab01e8370d2773044fe09738a26f7086 > >> Author: Nicolas Pitre > >> Date: Thu Aug 25 00:35:59 2011 -0400 > > > >>

Re: linux-next not booting on snowball

2011-12-01 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/2011 03:58 PM, Mark Brown wrote: > On Thu, Dec 01, 2011 at 03:51:00PM +0100, Daniel Lezcano wrote: > >> commit 549158d2ab01e8370d2773044fe09738a26f7086 >> Author: Nicolas Pitre >> Date: Thu Aug 25 00:35:59 2011 -0400 > >> ARM: move io

Re: linux-next not booting on snowball

2011-12-01 Thread Mark Brown
On Thu, Dec 01, 2011 at 03:51:00PM +0100, Daniel Lezcano wrote: > commit 549158d2ab01e8370d2773044fe09738a26f7086 > Author: Nicolas Pitre > Date: Thu Aug 25 00:35:59 2011 -0400 > ARM: move iotable mappings within the vmalloc region > > In order to remove the build time variation be

linux-next not booting on snowball

2011-12-01 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am using the linux-next head git tree on a snowball V5. The kernel hangs at "Uncompressing kernel... done". After bisecting, the patch where the kernel does no longer boot is: commit 549158d2ab01e8370d2773044fe09738a26f7086 Author: Nico