[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/7] add imported "FDT" module for flattened device tree oper
From: |
Francesco Lavra |
Subject: |
Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations |
Date: |
Sat, 30 Mar 2013 17:53:36 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 |
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
>
>
> address@hidden devicetree
> address@hidden linux
> +
> address@hidden 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.
> address@hidden/Linux}.
> address@hidden deffn
It should be mentioned that this command is only available on ARM systems.
--
Francesco