From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754238AbbCLMo5 (ORCPT ); Thu, 12 Mar 2015 08:44:57 -0400 Received: from smtp8.mail.ru ([94.100.181.96]:46411 "EHLO smtp8.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751980AbbCLMoy (ORCPT ); Thu, 12 Mar 2015 08:44:54 -0400 Message-ID: <55018A3C.7020409@list.ru> Date: Thu, 12 Mar 2015 15:44:44 +0300 From: Stas Sergeev User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Thomas Petazzoni CC: Russell King - ARM Linux , Linux kernel , linux-arm-kernel@lists.infradead.org, =?UTF-8?B?R3JlZ29yeSBDbMOpbWVudA==?= , Catalin Marinas Subject: Re: [PATCH] n_tty: use kmalloc() instead of vmalloc() to avoid crash on armada-xp References: <54FF21BE.2040506@list.ru> <20150311175227.499612af@free-electrons.com> <55007ADD.6080505@list.ru> <20150311174618.GE8656@n2100.arm.linux.org.uk> <55008483.8050603@list.ru> <20150311193343.0317e3e1@free-electrons.com> In-Reply-To: <20150311193343.0317e3e1@free-electrons.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam: Not detected X-Mras: Ok Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 11.03.2015 21:33, Thomas Petazzoni пишет: > Dear Stas Sergeev, > > On Wed, 11 Mar 2015 21:08:03 +0300, Stas Sergeev wrote: > >> mem=0xc0000000 seems to work! >> 0xd0000000 or 0xe0000000 do not. >> OK, so 3Gb instead of 8... but at least it boots! :) > What is the value of the register 0xf1020254 ? Hello Thomas, I haven't got to look into that register: uboot is updated to v2011.12-2014_T2.0 and everything is working! So thanks once again. The only problem I now have is the lack of 256Mb of ram. [ 0.000000] MEMBLOCK configuration: [ 0.000000] memory size = 0x1f0000000 reserved size = 0x70d6e3 [ 0.000000] memory.cnt = 0x2 [ 0.000000] memory[0x0] [0x00000000000000-0x000000efffffff], 0xf0000000 bytes flags: 0x0 [ 0.000000] memory[0x1] [0x00000100000000-0x000001ffffffff], 0x100000000 bytes flags: 0x0 There is a 8Gb in a single dimm. Do you have any idea why 0xf0000000-0xffffffff range is missing? I suspect this is something with uboot too.