From owner-freebsd-arm@freebsd.org Fri Mar 10 14:32:47 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0ED94D06283 for ; Fri, 10 Mar 2017 14:32:47 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x234.google.com (mail-io0-x234.google.com [IPv6:2607:f8b0:4001:c06::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5770A16 for ; Fri, 10 Mar 2017 14:32:46 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x234.google.com with SMTP id f84so48137242ioj.0 for ; Fri, 10 Mar 2017 06:32:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=5qpmzsD7FdX+9nMveIk2YTn0dS4X2OUfZiiZ9pgXvFo=; b=X6Nt6Ychxx0/vO9k3Twou09c7goLktxxMvsasj6ppmdAPKsxLnh2zR5cqLStx8vXzS 9R2LBlbCB0g0x6/XKWG5VbANXeUNyH12Be8jG78zydpQnmrK8Y28KfN9K807eCiWYbEo ZFj8EwVCcBu/3gDrhvFTts3fg09ZTk8OixVRmxGGsPSeKpvxd6+k+M3moxrP2X8U0zyR yaJojld2AGBe9oHjTpxW68PEh+UKeG4g411syLIZxs1eOpYmvvOpn7KTa9U8+fldlMyx z3uqzEp12LRT/el4tWOVFvZ8mR5diM8oiKPSFKTje4LkflOAweI4Vt8S1Z4cR/rrEdJu EFww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=5qpmzsD7FdX+9nMveIk2YTn0dS4X2OUfZiiZ9pgXvFo=; b=Ee124DWOlO9G62knoCfayVJtsPctm10p1BM6aVa4WeH6wwUKximD5uhK+rXPY4KJI5 KsP5rNm/iBQjFMFgjxDHy8MdBHyPHhQb24dbnp/R94lZ0MjxUmJmyIAQZgEVG0tmxLkV bcknRJ8vHoRpENITdlmSb69y/x4PLcfV/7Cz7ZZ6MXtb5QU94ElEfnarlJj93XJbqYYb Vf/buxNgEptT/2GgB9MXex6f6/JDOfwpMgq+jrH5xRnKo2Yf94pHcu79YIP/DIoievuz eSS4uLBDgttx10YmkI0YN//AmZNKpEeapCF2082zPISv9uoxioDE5j8lVDzlMKm7gQgF H0IA== X-Gm-Message-State: AMke39k8o7l5mnx1KHXCje4EDekcbcDK9HCEml4rzAoBsN466skwFf4r/GnMhZhrX05MF/o8Q6nFhA9Ua+Dv+g== X-Received: by 10.107.174.220 with SMTP id n89mr18111226ioo.166.1489156365971; Fri, 10 Mar 2017 06:32:45 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.134.129 with HTTP; Fri, 10 Mar 2017 06:32:45 -0800 (PST) X-Originating-IP: [69.53.245.200] In-Reply-To: <8737ely05c.fsf@news-spur.riddles.org.uk> References: <871suc3nv8.fsf@news-spur.riddles.org.uk> <8737ely05c.fsf@news-spur.riddles.org.uk> From: Warner Losh Date: Fri, 10 Mar 2017 07:32:45 -0700 X-Google-Sender-Auth: M_98JKebgwOIH-RRqGRVnBKa2oQ Message-ID: Subject: Re: Is CPUTYPE=cortex-A7 supposed to work? To: Andrew Gierth Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 14:32:47 -0000 On Fri, Mar 10, 2017 at 2:53 AM, Andrew Gierth wrote: >>>>>> "Warner" == Warner Losh writes: > > >> Is building with CPUTYPE=cortex-A7 (this is on an RPI2) known to > >> work, known to not work, or of unknown working status? > > Warner> I've not had good luck getting it to work. (cortex-a7 is the > Warner> proper type name, btw). It kinda works, but ports are kinda > Warner> wonky. > > Well, I can now report that with a local fix for #217611 in place and > everything recompiled for cortex-a7, I'm not seeing any wonkiness at all > even with a lot of ports in use. Awesome. What's the local fix? Is it in FreeBSD yet? Warner