From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UMfjR-0000YS-8V for mharc-grub-devel@gnu.org; Mon, 01 Apr 2013 10:29:09 -0400 Received: from eggs.gnu.org ([208.118.235.92]:38834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMfjI-0000Wz-4O for grub-devel@gnu.org; Mon, 01 Apr 2013 10:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMfjC-0006lA-1c for grub-devel@gnu.org; Mon, 01 Apr 2013 10:29:00 -0400 Received: from mail-ee0-f51.google.com ([74.125.83.51]:38902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMfjB-0006kM-Rr for grub-devel@gnu.org; Mon, 01 Apr 2013 10:28:53 -0400 Received: by mail-ee0-f51.google.com with SMTP id c4so1039684eek.38 for ; Mon, 01 Apr 2013 07:28:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KBlbVK+O1SlTwuyVXliIhaWdMya7Gcdk0Tjkf0DtNkY=; b=qESYHSSIg9SW43hWXuuDPIn9D1IKw1GjzQSfatGvSm+7vWYdPzT6OHw43IlaUcSe0i epcVhsziaDhhHnGLdQC2s6rubWERPO281QIpxyXj+jpLwF+nGqsRffuubV+mBchjbPyn Af+HBUgjQSB/YXxkbWPyw24oVBRSZAtK9Y0g7pY0cfJ7j4pJPEAj20IPh6OejFUc9qHq WI5WGuST3jcwmZpSmRT3HRZbh3cN7R2nDW0+B9upkDPUhwUeKxf0Cqm7sqYlrA5So7uK BFxLMVwD3KKbFXpc1R9BYiZCYe1cjti32kZ7KlKr4BSaJzE9b8N9ruwx+O736ebgqdbj 3ToQ== X-Received: by 10.14.0.73 with SMTP id 49mr38395333eea.21.1364826533121; Mon, 01 Apr 2013 07:28:53 -0700 (PDT) Received: from [192.168.56.2] ([151.36.245.148]) by mx.google.com with ESMTPS id bc1sm21382740eeb.11.2013.04.01.07.28.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Apr 2013 07:28:52 -0700 (PDT) Message-ID: <515999AE.8080708@gmail.com> Date: Mon, 01 Apr 2013 16:29:02 +0200 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH 4/7] Support for ARM/U-Boot platforms References: <5158EDA7.2040906@gmail.com> <51595908.8040604@gmail.com> <51596E66.5080202@gmail.com> In-Reply-To: <51596E66.5080202@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.83.51 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 14:29:08 -0000 On 04/01/2013 01:24 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 01.04.2013 11:53, Francesco Lavra wrote: > >> On 04/01/2013 04:15 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>>> Which architecture is raspberry pie? I have one here and it would be >>>> good if I could use it for testing. >> It's ARMv6, so unfortunately it's not supported by this port, which >> works only on ARMv7. >> > > Which parts prevent it from working on ARMv6? I haven't studied ARMv6, but I can say that at least some assembly instructions used by the cache maintenance code in kern/arm/cache.S (such as DMB, DSB and ISB) have been introduced in ARMv7, as well as some coprocessor operations (specifically, I'm looking at those used in the clean_invalidate_dcache routine in the same file).