From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v5 08/19] add support for Linux device trees Date: Thu, 12 Jun 2014 11:19:58 +0200 Message-ID: <20140612091958.GA40329@lvm> References: <1402495294-30737-1-git-send-email-drjones@redhat.com> <1402495294-30737-9-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, pbonzini@redhat.com To: Andrew Jones Return-path: Received: from mail-lb0-f178.google.com ([209.85.217.178]:42468 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932673AbaFLJUD (ORCPT ); Thu, 12 Jun 2014 05:20:03 -0400 Received: by mail-lb0-f178.google.com with SMTP id w7so516151lbi.37 for ; Thu, 12 Jun 2014 02:20:01 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1402495294-30737-9-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jun 11, 2014 at 04:01:23PM +0200, Andrew Jones wrote: > Add some device tree functions, built on libfdt, to the arch-neutral > lib code in order to facilitate the extraction of boot info and device > base addresses. These functions should work on device trees conforming > to section III of the kernel doc > Documentation/devicetree/booting-without-of.txt. > > Signed-off-by: Andrew Jones > --- > v5: > - changed *get_baseaddr* helpers to *get_base* helpers > - a couple minor code changes [Christoffer Dall] > v4: reworked everything, added lots of comments to devicetree.h > --- Reviewed-by: Christoffer Dall