From owner-freebsd-arm@FreeBSD.ORG Wed Apr 18 17:41:16 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C8331065686; Wed, 18 Apr 2012 17:41:16 +0000 (UTC) (envelope-from dioxinu@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id BD5D18FC14; Wed, 18 Apr 2012 17:41:15 +0000 (UTC) Received: by qcsg15 with SMTP id g15so5610737qcs.13 for ; Wed, 18 Apr 2012 10:41:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LBJ8T8OaEvvKG5BmelcZzbz202Vbjy1roX9MkOkv9bA=; b=CicXvuwJnuzHbPSORdHvDF1Ayp3zzKvycP8kZk+EEWnDv3B1tutE0W4z6M0JJUt58G 8vwqIuCMmsj5Meur39m9i7IhHZb6c9wfPslrymTL8wXBdHazlZMo8QmW5xMFRfeRWTxN Ey12iSQarZBsZQD+kZbcKDroiz1QDWyMr1bZJa1UJbTQMi/lgdbGhTDbOyzWqG7N6DJ5 PkFzV1/kEHv2NN65ggarC23k1P71GWvUuYFeo8YTHv0205woe+1HvLR5hb9oBErNPgZp PrjpBxnJBGzwkaxvSGIfWvB42PidIZsUrMPPdY8aJYHZNRXr+gFrg11Ul/zSl1PKrJUT qsrw== MIME-Version: 1.0 Received: by 10.224.187.210 with SMTP id cx18mr4942360qab.45.1334770875252; Wed, 18 Apr 2012 10:41:15 -0700 (PDT) Received: by 10.229.251.148 with HTTP; Wed, 18 Apr 2012 10:41:14 -0700 (PDT) In-Reply-To: <33B49E95-BE6D-4B52-9A55-5926F2938FE5@freebsd.org> References: <33B49E95-BE6D-4B52-9A55-5926F2938FE5@freebsd.org> Date: Wed, 18 Apr 2012 17:41:14 +0000 Message-ID: From: "Alex T." To: Damjan Marion Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: beaglebone X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2012 17:41:16 -0000 > > If I recall correctly we renamed CPU_ARMV7 to CPU_CORTEXA in respect to > other CPUs which are ARMv7 but they are not Cortex-A (like marvel Armada > 510). > The code is taken from gitorious repo and having taken a look at the history I realize it might be old. Where have you found this code? Which board are you targeting? > My target is Pandaboard. Oleksandr, Thank you for the script. I think I need to get the source new source and try to build it again. Thank you for your help guys. On 17 April 2012 21:32, Damjan Marion wrote: > > On Apr 17, 2012, at 10:42 PM, Alex T. wrote: > > > to sys/arm/omap/std.omap. What I don't understand right now is the > following code in sys/arm/include/pmap.h > > > > #if defined(CPU_ARMV7) > > void pmap_pte_init_armv7(void); > > #endif > > > > As far as i know ARMV7 covers the Cortex-A family. So how do I properly > set CPU_ARMV7 ? > > I guess I'm missing how the parameters make their way from KERNEL > configs to the actual source code. > > > If I recall correctly we renamed CPU_ARMV7 to CPU_CORTEXA in respect to > other CPUs which are ARMv7 but they are not Cortex-A (like marvel Armada > 510). > > Where have you found this code? Which board are you targeting? > > >