From owner-svn-src-all@FreeBSD.ORG Tue May 5 17:44:17 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 556AA1065672; Tue, 5 May 2009 17:44:17 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from semihalf.com (semihalf.com [206.130.101.55]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7668FC18; Tue, 5 May 2009 17:44:16 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from mail.semihalf.com (mail.semihalf.com [83.15.139.206]) by semihalf.com (8.13.1/8.13.1) with ESMTP id n45HiFGe009224; Tue, 5 May 2009 11:44:16 -0600 Message-Id: <4B87FAF2-6E73-4CBE-B659-47CC52C324E9@semihalf.com> From: Rafal Jaworowski To: Marcel Moolenaar In-Reply-To: <5A9FB04C-4E13-4105-B563-EADA30F2068F@mac.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 5 May 2009 19:44:10 +0200 References: <200905051629.n45GT8Lf086947@svn.freebsd.org> <5A9FB04C-4E13-4105-B563-EADA30F2068F@mac.com> X-Mailer: Apple Mail (2.930.3) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191829 - head/sys/boot/uboot/lib X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 17:44:18 -0000 On 2009-05-05, at 19:33, Marcel Moolenaar wrote: > On May 5, 2009, at 9:29 AM, Rafal Jaworowski wrote: > >> Author: raj >> Date: Tue May 5 16:29:08 2009 >> New Revision: 191829 >> URL: http://svn.freebsd.org/changeset/base/191829 >> >> Log: >> GPT style partitioning for loader(8) with U-Boot support library >> (tested on >> ARM). > > Alas, this is broken for big-endian machines... It's a known TODO item, but without a working BE storage environment at the moment we couldn't test this. Note the storage support in loader is only enabled for ARM at the moment (default LE). Rafal