From owner-freebsd-arm@FreeBSD.ORG Sat Oct 13 01:05:01 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 77E85284 for ; Sat, 13 Oct 2012 01:05:01 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ia0-f182.google.com (mail-ia0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 316EF8FC19 for ; Sat, 13 Oct 2012 01:05:01 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id k10so3196038iag.13 for ; Fri, 12 Oct 2012 18:05:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=7+CusQnJebOnB/ug7nr50GHkw9xznk/Pptx4X5ALah4=; b=N/PXHBiRUd4uTLE0+K/xM6p205UoZynGDCgqCnHXltc/8wXJYNrzIg6zhOrx90mk1u XhhK75GRS5Bymq4dpokdxLi6gj4LH4ZnHNawp0T6uSh6lCmb5Erlg3uzqDk7xGFJbwT4 PVpt0IVGFnaiXr3JeVhdQJhKQzK2PncBf5exihfrbTNQZqTNddavrDNxWS5SY2VyL+NS eEyM9DgIlJYjORV40Kbg30xKWnkpB5NKkc/MKP4r+32CHJkEedFVijFgersPNMoblyq0 yvj6xdfuNTRH31G/dlw2TWllmJsLROjM2ZNagHxZ4Oc5GYBUGq4xhoIQetC6JfRIsFhg Vjuw== Received: by 10.50.212.8 with SMTP id ng8mr3632723igc.64.1350090300547; Fri, 12 Oct 2012 18:05:00 -0700 (PDT) Received: from 63.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id bo7sm214364igb.2.2012.10.12.18.04.54 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Oct 2012 18:04:59 -0700 (PDT) Sender: Warner Losh Subject: Re: Latest code and scripts are working for me on BeagleBone... Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=windows-1252 From: Warner Losh In-Reply-To: Date: Fri, 12 Oct 2012 19:04:53 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201210120839.q9C8dKR6073428@grabthar.secnetix.de> <2C318C44-38AB-4D56-B102-B12CD7E90776@neville-neil.com> To: Tim Kientzle X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQlW8sPo/9ktwvutcxIlTv2Szon8M63bc5HE7gqVIiQ1t2wbDs3MfikJY4KklXd6189XfV1L Cc: George Neville-Neil , Oliver Fromme , 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: Sat, 13 Oct 2012 01:05:01 -0000 On Oct 12, 2012, at 4:57 PM, Tim Kientzle wrote: > On Oct 12, 2012, at 7:33 AM, Warner Losh wrote: >=20 >> I'd love to have a collection of arm and armv6 packages from ports = too=85 >=20 > I heard some rumblings from the ports team about > setting QEmu arm VMs to do the builds. I'm > sure they could use the help. >=20 >> It would also be helpful if we could have a single-image kernel that = boots on at least all the armv6 processors... >=20 > If someone -- hint, hint -- created GENERIC in arm/config we > could try that. ;-) I've just gotten as far as creating a ATMEL config... The armv6 stuff is closer, but still suffers from having non-generic = interrupt handlers, shutdown code, etc. It isn't especially HARD work, = but there's a lot of icky details to plow through to get to a unified = kernel. Warner