Date: Thu, 23 Apr 2015 23:14:33 +0200 From: Michael <mike@reifenberger.com> To: Luiz Otavio O Souza <lists.br@gmail.com> Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: svn commit: r281899 - head/sys/boot/fdt/dts/arm Message-ID: <308257d8-3cf6-4262-ba8c-a67c4f6f0b97@email.android.com> In-Reply-To: <CAB=2f8yB_75-Cy0Zw4A5hpRhEAJYmKkydOCau6w4Ns4sDDmkjQ@mail.gmail.com> References: <201504231836.t3NIaaEk022281@svn.freebsd.org> <2876f275-e5c1-441c-b9b1-a40ac519b762@email.android.com> <CAB=2f8yB_75-Cy0Zw4A5hpRhEAJYmKkydOCau6w4Ns4sDDmkjQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, cool. Thanks! Will you be workung on SMP support later on? Greetings --- Michael (mr@) On 23. April 2015 22:11:09 MESZ, Luiz Otavio O Souza <lists.br@gmail.com> wrote: >On 23 April 2015 at 16:12, Michael wrote: >> Hi, >> is there currently a howto build a image and boot the RPI2? >> Are the binaries native armv7? >> Is SMP supported? >> >> Thanks in advance! >> >> Greetings >> --- >> Michael (mr@) >> -- >> Diese Nachricht wurde von meinem Mobiltelefon mit Kaiten Mail >gesendet. > >Hi Michael, > >I'm fixing a few rough edges and I'll add the required steps to build >an image soon (the u-boot port has to be committed first). > >Yes, the kernel is built as native armv7 but ATM we don't have SMP >support for RPI2. > >Apart from SMP the only thing missing now is the framebuffer which I >may give a try until the weekend. > >But first I need to get the u-boot port committed ASAP. > >Regards, >Luiz -- Diese Nachricht wurde von meinem Mobiltelefon mit Kaiten Mail gesendet. From owner-freebsd-arm@FreeBSD.ORG Thu Apr 23 22:06:06 2015 Return-Path: <owner-freebsd-arm@FreeBSD.ORG> Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03FD9415 for <freebsd-arm@FreeBSD.org>; Thu, 23 Apr 2015 22:06:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E41391A21 for <freebsd-arm@FreeBSD.org>; Thu, 23 Apr 2015 22:06:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t3NM65PU064223 for <freebsd-arm@FreeBSD.org>; Thu, 23 Apr 2015 22:06:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 199554] clang assembler generates errors for .uleb128 Date: Thu, 23 Apr 2015 22:06:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: <bug-199554-7-OeRSMuhHgj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199554-7@https.bugs.freebsd.org/bugzilla/> References: <bug-199554-7@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." <freebsd-arm.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arm/> List-Post: <mailto:freebsd-arm@freebsd.org> List-Help: <mailto:freebsd-arm-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-arm>, <mailto:freebsd-arm-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 23 Apr 2015 22:06:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199554 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: dim Date: Thu Apr 23 22:06:03 UTC 2015 New revision: 281908 URL: https://svnweb.freebsd.org/changeset/base/281908 Log: MFC r281775: Pull in r229911 from upstream llvm trunk (by Benjamin Kramer): MC: Allow multiple comma-separated expressions on the .uleb128 directive. For compatiblity with GNU as. Binutils documents this as '.uleb128 expressions'. Subtle, isn't it? Reported by: sbruno PR: 199554 MFC r281777: Add llvm patch corresponding to r281775. Changes: _U stable/10/ stable/10/contrib/llvm/lib/MC/MCParser/AsmParser.cpp stable/10/contrib/llvm/patches/patch-r281775-llvm-r229911-uleb128-commas.diff _U stable/9/contrib/llvm/ stable/9/contrib/llvm/lib/MC/MCParser/AsmParser.cpp stable/9/contrib/llvm/patches/patch-r281775-llvm-r229911-uleb128-commas.diff -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?308257d8-3cf6-4262-ba8c-a67c4f6f0b97>