summaryrefslogtreecommitdiffstats
path: root/common/recipes-bsp/gnu-efi/gnu-efi/0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch
Commit message (Collapse)AuthorAgeFilesLines
* gnu-efi: removed from meta-intelJianxun Zhang2016-12-051-32/+0
| | | | | | | | | | | | | | | We once added a patch in gnu-efi for rmc's sake. The latest rmc gets rid of this dependency on gnu-efi. The removed patch is still a reasonable change and merged into the upstream gnu-efi project. It should come with the next update in the gnu-efi recipe in OE. At this point, however, we don't see any urgency to keep it in meta-intel any more. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gnu-efi: Add GUID for SMBIOS 3 entry point structureJianxun Zhang2016-08-031-0/+32
UEFI spec has different GUIDs for 32 and 64 bit SMBIOS entry point structure. This change adds definition for 64 bit GUID, so that software linked with gnu-efi can have it for x86_64 architecture. Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Reviewed-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>