From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ULz2A-0003ay-3L for mharc-grub-devel@gnu.org; Sat, 30 Mar 2013 12:53:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULz26-0003Wc-LF for grub-devel@gnu.org; Sat, 30 Mar 2013 12:53:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULz22-00077g-AV for grub-devel@gnu.org; Sat, 30 Mar 2013 12:53:34 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:54190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULz22-00077D-48 for grub-devel@gnu.org; Sat, 30 Mar 2013 12:53:30 -0400 Received: by mail-ee0-f48.google.com with SMTP id b15so559118eek.7 for ; Sat, 30 Mar 2013 09:53:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=yW3YK7xfD7w4Hl7QBd+u01Zk3uYMnvtFYS/kISrFl/A=; b=q6D89braQRjcnKbs1z+8Sn+hCf8rC9LgPaawnJlqFLGMA65uVCMiJoYnIHg5U3PiUS ly/Ofr0qzJgu4Th2AndK5hLxyzkMZIRNY2O9GayYTNrri+nESoNo7o3oq8OZDfQCrxQV YsTV3cGcxEwugAs8/AWeNeIA4VVgzSo2znfJ+XXbjq7M3tvgnXaGzUJ19V83mrV2JIVZ 6Y9KfT4Gn5jYQW3uunJagbrWGho406bLrtq+hk/UNWpcfXtCz+RZkTHIhA3NOacjLKct Hd+5M1T8AoyR1LTtXYbOG3ozb9pYkuB9cWSmrgPqsB0b/TxqMEMCb+vGpJR++DFiB843 AZkw== X-Received: by 10.15.22.197 with SMTP id f45mr19468892eeu.46.1364662409248; Sat, 30 Mar 2013 09:53:29 -0700 (PDT) Received: from [192.168.56.2] ([81.81.226.53]) by mx.google.com with ESMTPS id r4sm10850151eeo.12.2013.03.30.09.53.27 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 30 Mar 2013 09:53:28 -0700 (PDT) Message-ID: <51571890.6050704@gmail.com> Date: Sat, 30 Mar 2013 17:53:36 +0100 From: Francesco Lavra User-Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.83.48 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 16:53:37 -0000 On 03/24/2013 06:01 PM, Leif Lindholm wrote: > === modified file 'docs/grub.texi' > --- docs/grub.texi 2013-03-07 07:17:24 +0000 > +++ docs/grub.texi 2013-03-24 13:24:52 +0000 > @@ -3372,6 +3372,7 @@ > * cpuid:: Check for CPU features > * crc:: Calculate CRC32 checksums > * date:: Display or set current date and time > +* devicetree:: Load a device tree blob > * drivemap:: Map a drive to another > * echo:: Display a line of text > * export:: Export an environment variable > @@ -3571,6 +3572,17 @@ > @end deffn > > > +@node devicetree > +@subsection linux > + > +@deffn Command devicetree file > +Load a device tree blob (.dtb) from a filesystem, for later use by a Linux > +kernel. Does not perform merging with any device tree supplied by firmware, > +but rather replaces it completely. > +@ref{GNU/Linux}. > +@end deffn It should be mentioned that this command is only available on ARM systems. -- Francesco