From owner-freebsd-arm@FreeBSD.ORG Wed Jul 24 15:13:36 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5229DE9; Wed, 24 Jul 2013 15:13:36 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x22d.google.com (mail-ee0-x22d.google.com [IPv6:2a00:1450:4013:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 43EF124C3; Wed, 24 Jul 2013 15:13:36 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id b15so312803eek.18 for ; Wed, 24 Jul 2013 08:13:34 -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=zJUb0WSoxSk3WL+gi9fmtua4fLGvuZMPy2T0MnVuEb0=; b=a1tT8azYFc0cq+zG99GkplvQNwFqKUv6QmsKVW4j72wLowfiQi5VV7S4hNqivMY4eT R7x1livmXcSYV+5MONz4R6OHbjHJNhEvoqFlyp8yEgwNdKAAsHqYlKb+pKcv4QEV/2yr qNsRCw4X1HGlQ4KDwk79ZjQkuBywaDenvwFC/PnvVPuqdHutykj7OB+4+SRxQ+NWeDMm zhJgnJn3uSh67guOjAy4uaqkn4ww0k24XbKCZGnim5UYU1z9P7FYsT2+r4bi9L46vVoP 2mCCTZTmpwmi0Ysz/jTrglcKds+kQvNrMDl12msnY75vQdwpFiDAdzXVK+1Web3DpLn0 q9KA== MIME-Version: 1.0 X-Received: by 10.15.55.199 with SMTP id v47mr37501457eew.41.1374678814536; Wed, 24 Jul 2013 08:13:34 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Wed, 24 Jul 2013 08:13:34 -0700 (PDT) In-Reply-To: References: Date: Wed, 24 Jul 2013 08:13:34 -0700 Message-ID: Subject: Re: Adding options to RPI-B From: hiren panchasara To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 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, 24 Jul 2013 15:13:36 -0000 On Tue, Jul 23, 2013 at 10:17 PM, Adrian Chadd wrote: > .. I'd rather we just make modules support work, and start shipping > stripped down kernels w/ modules. umm, I thought RPi can handle this much but I see your point. cheers, Hiren > > We have loader support for arm, right? :) > > > > -adrian