From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 5 17:23:16 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F17598CB for ; Wed, 5 Feb 2014 17:23:16 +0000 (UTC) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E041128A for ; Wed, 5 Feb 2014 17:23:16 +0000 (UTC) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:12dd:b1ff:febf:eca9]) (authenticated bits=0) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id s15HNEiG094295; Wed, 5 Feb 2014 12:23:14 -0500 (EST) (envelope-from lidl@pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98 at mail.pix.net Message-ID: <52F27382.1030505@pix.net> Date: Wed, 05 Feb 2014 12:23:14 -0500 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: opteron a1100 arm References: <1391538649.19169.79261269.3C5F49D1@webmail.messagingengine.com> <493DEB39-C4B4-409E-B8B2-B1B11E013754@netgate.com> <20140204223528.GF23872@ithaqua.etoilebsd.net> <52F16BA4.4060202@pathscale.com> <60985.1391554164@critter.freebsd.dk> <52F179C6.2050400@freebsd.org> <62389.1391587262@critter.freebsd.dk> In-Reply-To: <62389.1391587262@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 17:23:17 -0000 On 2/5/14 3:01 AM, Poul-Henning Kamp wrote: > In message <52F179C6.2050400@freebsd.org>, Nathan Whitehorn writes: > >> This AMD platform has UEFI and ACPI, so that's at least 2 out of 4... > > Ahh crap! > It's actually more than that. The AMD64 platform has been called out for a much greater deal of standardization than the multitude of different options in the various existing ARM SoC boards. The phrase you want to search for is: ARM Server Base System Architecture Of course, the reference doc: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0029/index.html Is only available to registered ARM customers. But, my understanding is that UEFI is the only boot option, ACPI is the power management system, the USB2 controllers must support EHCI 1.1, the USB3 controllers must support XHCI 1.0 and all SATA controllers must support AHCI 1.3. They're attempting to drive the platform to a more standardized set of components and boot methods (and hypervisor support) so that if your software works on vendor A's SBSA board, it should also work on vendor B's SBSA board. -Kurt