Re: [PATCH v2 1/3] Documentation: arm: add UEFI support documentation

2013-10-04 Thread Mark Rutland
Hi Leif, On Thu, Oct 03, 2013 at 06:18:02PM +0100, Leif Lindholm wrote: > On Thu, Oct 03, 2013 at 11:11:18AM -0500, Rob Herring wrote: > > Adding devicetree list since you are defining bindings... > > > > > +with CONFIG_OF. > > > + > > > +It parses the FDT /chosen node for the following parameter

Re: [PATCH v2 1/3] Documentation: arm: add UEFI support documentation

2013-10-03 Thread Leif Lindholm
On Thu, Oct 03, 2013 at 06:10:54PM +0100, Mark Rutland wrote: > > +The implementation depends on receiving the UEFI runtime memory map and a > > +pointer to the System Table in a Flattened Device Tree - so is only > > available > > +with CONFIG_OF. > > + > > +It parses the FDT /chosen node for the

Re: [PATCH v2 1/3] Documentation: arm: add UEFI support documentation

2013-10-03 Thread Leif Lindholm
On Thu, Oct 03, 2013 at 11:11:18AM -0500, Rob Herring wrote: > Adding devicetree list since you are defining bindings... > > > +with CONFIG_OF. > > + > > +It parses the FDT /chosen node for the following parameters: > > DT bindings should be documented in Documentation/devicetree/bindings. > > I

Re: [PATCH v2 1/3] Documentation: arm: add UEFI support documentation

2013-10-03 Thread Mark Rutland
Hi Leif, On Thu, Oct 03, 2013 at 12:24:39PM +0100, Leif Lindholm wrote: > This patch provides documentation of the [U]EFI runtime services and > configuration features. > > Cc: linux-...@vger.kernel.org > Signed-off-by: Leif Lindholm > Acked-by: Rob Landley > --- > Documentation/arm/00-INDEX |

Re: [PATCH v2 1/3] Documentation: arm: add UEFI support documentation

2013-10-03 Thread Rob Herring
Adding devicetree list since you are defining bindings... On 10/03/2013 06:24 AM, Leif Lindholm wrote: > This patch provides documentation of the [U]EFI runtime services and > configuration features. > > Cc: linux-...@vger.kernel.org > Signed-off-by: Leif Lindholm > Acked-by: Rob Landley > ---

[PATCH v2 1/3] Documentation: arm: add UEFI support documentation

2013-10-03 Thread Leif Lindholm
This patch provides documentation of the [U]EFI runtime services and configuration features. Cc: linux-...@vger.kernel.org Signed-off-by: Leif Lindholm Acked-by: Rob Landley --- Documentation/arm/00-INDEX |3 +++ Documentation/arm/uefi.txt | 47