From owner-freebsd-ppc@FreeBSD.ORG Thu Sep 6 19:39:34 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94DB5106564A for ; Thu, 6 Sep 2012 19:39:34 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 432D28FC08 for ; Thu, 6 Sep 2012 19:39:34 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id AE555119C09; Thu, 6 Sep 2012 21:39:26 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id gxTYsXxYZu6A; Thu, 6 Sep 2012 21:39:26 +0200 (CEST) Received: from [10.0.0.112] (nat3-133.ghnet.pl [91.150.222.133]) by smtp.semihalf.com (Postfix) with ESMTPSA id 09BB1119C07; Thu, 6 Sep 2012 21:39:25 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: Date: Thu, 6 Sep 2012 21:39:25 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <39077F2D-B518-4EE4-ACE0-E8EB804E245B@semihalf.com> References: To: Aleksey Fedorov X-Mailer: Apple Mail (2.1084) Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD on e500mc 36bit physical addressing X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 19:39:34 -0000 On 2012-09-04, at 18:14, Aleksey Fedorov wrote: > Hi! >=20 > Does FreeBSD support 36bit physical addressing? > I have P4080 board with 4G RAM. > Trying to boot using ubldr I hit into zero size of MR_ATTR_DRAM memory > region in ubldr ub_get_sys_info() because u64 value in u-boot does not = fit > into unsigned long of mem_region.size. Temporary fix this by > decrementing size of DRAM in u-boot. > Now ubldr load kernel from NFS and after "Kernel entry at > 0x1001000..." I have nothing. > I suppose current kernel implementation does not support 36bit > addressing and hang during initial configuration. Hi Aleksey, FreeBSD/powerpc does not support the 36-bit physical addr space for = Book-E PowerPC as of yet. Rafal