From owner-freebsd-arm@FreeBSD.ORG Sat Dec 28 14:44:04 2013 Return-Path: Delivered-To: freebsd-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 ESMTPS id 00A21E3D for ; Sat, 28 Dec 2013 14:44:03 +0000 (UTC) Received: from mail-ee0-x232.google.com (mail-ee0-x232.google.com [IPv6:2a00:1450:4013:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 906FD120A for ; Sat, 28 Dec 2013 14:44:03 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id c41so4350603eek.23 for ; Sat, 28 Dec 2013 06:44:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=EWrk4MnyU7y9dxjZdXinmAm88qaEKe2LwtsNreTHp10=; b=u6b9XSBPZglNVuoTiKOEajGO/WzHuNg5ZeXsR1IPfQ77XvDdBtX7aCgsbrlYsJJuvX nj697v2guUYO9EkxagqMip6Nb9ytf9RRfIHzOc2DzdPYF4U/QTURqy6nPC44iQo1U7kd j9phGS9Gf4hgCYZ2GTJVU2cH5rLD/PVIkjD5EU6suQ1ecaB6NQKuc2yQPa2Ko6AKT/qj QTBecLzA+V+RiQ0tBrJXUGLV0y1yoh7ZNksgeeDCwMogsqct413s1Mk8ArXtBP3pRl8v EubQC5SNU7bBMTBdcwbJ8KEAbnBMuYLEM2YxvCMnKQyNUc6VXt4Dwd7fECLLr2FlVgF+ R6gQ== MIME-Version: 1.0 X-Received: by 10.14.47.130 with SMTP id t2mr46756741eeb.12.1388241841951; Sat, 28 Dec 2013 06:44:01 -0800 (PST) Received: by 10.14.3.70 with HTTP; Sat, 28 Dec 2013 06:44:01 -0800 (PST) Date: Sat, 28 Dec 2013 20:14:01 +0530 Message-ID: Subject: Need Help in booting FreeBSD on ARM Fast Models From: Dinakar Medavaram To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 14:44:04 -0000 Hi All, I am trying to support ARM Virtualization extensions to bhyve (FreeBSD native hyper-visor), for this I need to boot FreeBSD on ARM Fast Models. Can some one guide me on the procedure for this? Thanks Dinakar M