Re: [edk2] [PATCH 01/10] Add minimal support for passing a device tree image

2014-08-26 Thread Olivier Martin
The GUID has already been declared in EmbeddedPkg/Include/Guid/Fdt.h. I have just pushed some helper functions to load FDT from Firmware Volume (svn rev15905) or File System (svn rev15908). These functions could be used by VirtFdtDxe.c. > -Original Message- > From: Ard Biesheuvel [mailto

Re: [edk2] [PATCH 01/10] Add minimal support for passing a device tree image

2014-08-26 Thread Ard Biesheuvel
On 26 August 2014 11:39, Laszlo Ersek wrote: > On 08/25/14 21:19, Ard Biesheuvel wrote: >> This adds the possibility to include a DTB blob into the firmware image, and >> have it installed as a configuration under the correct GUID at UEFI init >> time. >> >> Signed-off-by: Ard Biesheuvel >> ---

Re: [edk2] [PATCH 01/10] Add minimal support for passing a device tree image

2014-08-26 Thread Laszlo Ersek
On 08/25/14 21:19, Ard Biesheuvel wrote: > This adds the possibility to include a DTB blob into the firmware image, and > have it installed as a configuration under the correct GUID at UEFI init time. > > Signed-off-by: Ard Biesheuvel > --- > MdeModulePkg/MdeModulePkg.dec |

[edk2] [PATCH 01/10] Add minimal support for passing a device tree image

2014-08-25 Thread Ard Biesheuvel
This adds the possibility to include a DTB blob into the firmware image, and have it installed as a configuration under the correct GUID at UEFI init time. Signed-off-by: Ard Biesheuvel --- MdeModulePkg/MdeModulePkg.dec | 2 + MdeModulePkg/MdeModulePkg.dsc