From owner-freebsd-arm@freebsd.org Thu Dec 15 20:42:32 2016 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 06003C8247A for ; Thu, 15 Dec 2016 20:42:32 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: from mail-qt0-x22a.google.com (mail-qt0-x22a.google.com [IPv6:2607:f8b0:400d:c0d::22a]) (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 B1E7319D; Thu, 15 Dec 2016 20:42:31 +0000 (UTC) (envelope-from mihai.carabas@gmail.com) Received: by mail-qt0-x22a.google.com with SMTP id n6so69026116qtd.1; Thu, 15 Dec 2016 12:42:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=WHqf0ePVgF6fHV2tFOlDi+kdm5cLPt9lfqsFuhi7F0I=; b=Io9dby6L8xrC/6E9vdmw4ePRLsNnGbGI2vL/JNAIhDneLcXvO7VQIrTd2BeNyIm4i+ Xiu1ZA1VRPKupZ8XGRWUOXQiLOhrlCtSZfopvooFnd62r/9ufwD7+BTF1ZsNtRDjZ/1m raL8wBDQjIGe3twbB/G3ZVbv+uYqDRLD7TdIy0KuRxXEey9avqixCIi1J0RbzVk9488G DmSN8urIqzVb59CJDgkUdgDXDM7JQavuunyND62LAvV+hne1o58R7G1m8StZt0I/XMuK YiPDCtHMYkrcNcxZrVoTRsfM2wAiI9iihojEVfPeHifWGXbuxUQEKKxnQwFfdqKarPRu b4vw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=WHqf0ePVgF6fHV2tFOlDi+kdm5cLPt9lfqsFuhi7F0I=; b=DHjOVDNuYKD11pevmiVoxJHib1b3woPFjSN8AmptvsiFoS4xmeTS0D/Ob/EqhCpll8 OnpZ59igHnOgaLX6reAUPywDQKpTAufcobLbzEzGz0lbD5wYCaZanVUkMAozweYLAUYe 8fbqZgJdQVYlUKbMfE5txqt6kqwSxZJytPZEw/V8x6ulqDIpBV+DTaNsDYs6oHfTP8ib uLj5xCeTJ95UE1Zy/nnhSSlM+Zom4mz/3qWkJ03W2GN5m8+0hk0VR81mx79fnG3oTgKU 56GSrZfi+9gcBunL35SGEtSlLhgECa6rgM/Qr5NzSdEGrFRJDG6RrG1AytRdVux9xGBU +52w== X-Gm-Message-State: AIkVDXK8d5GRvQn0/Is5bdmkGoYXrNHFwRV8sLARIR6NEXC0tTM9t2wTo/Lp8sKTvQ+O0jM0u2/f5trQiDljew== X-Received: by 10.200.43.167 with SMTP id m36mr1935006qtm.117.1481834550742; Thu, 15 Dec 2016 12:42:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.167.137 with HTTP; Thu, 15 Dec 2016 12:42:30 -0800 (PST) In-Reply-To: <1481832546.1972.31.camel@freebsd.org> References: <20161212160553.dee9d435125f9c6b67355d21@bidouilliste.com> <20161215123900.f141d13bd9814d43feb3f736@bidouilliste.com> <20161215133505.a7ffa64924f3be052840b828@bidouilliste.com> <1481817793.1972.2.camel@freebsd.org> <20161215194847.efbfcd94694e6c71dacdc16a@bidouilliste.com> <1481831623.1972.24.camel@freebsd.org> <20161215210115.b224a164cb32abef56b86e7d@bidouilliste.com> <1481832546.1972.31.camel@freebsd.org> From: Mihai Carabas Date: Thu, 15 Dec 2016 22:42:30 +0200 Message-ID: Subject: Re: Cubieboard2 with custom bootloader To: Ian Lepore Cc: Emmanuel Vadot , Nicolae-Alexandru Ivan , freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Thu, 15 Dec 2016 20:42:32 -0000 > > > > I should mention, btw, that enabling the cache does make a huge > difference. For a wandboard with caches disabled, loading and > launching the kernel takes 8 or 9 seconds, with dcache enabled it's > less than 1 second. > Ian thank you for your answers. Do you have anywhere the patches for u-boot if we want to compile it from sources? Mihai