From owner-freebsd-ppc@FreeBSD.ORG Tue Dec 25 11:38:57 2012 Return-Path: Delivered-To: ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0AAAA2B; Tue, 25 Dec 2012 11:38:57 +0000 (UTC) (envelope-from ray@freebsd.org) Received: from smtp.dlink.ua (smtp.dlink.ua [193.138.187.146]) by mx1.freebsd.org (Postfix) with ESMTP id 76ABA8FC16; Tue, 25 Dec 2012 11:38:57 +0000 (UTC) Received: from terran (unknown [192.168.10.90]) (Authenticated sender: ray) by smtp.dlink.ua (Postfix) with ESMTPA id D3943C492D; Tue, 25 Dec 2012 13:38:49 +0200 (EET) Date: Tue, 25 Dec 2012 13:39:04 +0200 From: Aleksandr Rybalko To: arm@freebsd.org, mips@freebsd.org, ppc@freebsd.org Subject: FDT changes Message-Id: <20121225133904.8063fb1cd193b3078b9c7596@freebsd.org> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 11:38:57 -0000 Hello embedded hackers! (I'm not on ppc@ list, so answer to all or CC me) I made small patch [0], it's give two features: 1. We see physical addresses, like on all other systems which not use FDT. 2. It's not panic on attempt to do bus_space_map on "reg" propertie (for cases when bus is SPI/I2C/etc.) Please-please-please, give me your comments. If nobody objects, I will commit it at the end of Jan 2013 (to not worry anyone on holidays :) ) [0] http://people.freebsd.org/~ray/2012-12-25_fdt_correct_resource.diff WBW -- Aleksandr Rybalko