summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-11-28 14:00:46 -0800
committerSaul Wold <sgw@linux.intel.com>2016-12-05 18:11:14 -0800
commitb01ba818906dd685db9147916f535e70ba2f4d9f (patch)
tree6d94eea2b950e808288c1928b15dcb9a6676ed63 /common
parent58e5069ee34edd585ca11dfa387bd122d45995aa (diff)
downloadmeta-intel-b01ba818906dd685db9147916f535e70ba2f4d9f.tar.gz
gnu-efi: removed from meta-intel
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>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-bsp/gnu-efi/gnu-efi/0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch32
-rw-r--r--common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend3
2 files changed, 0 insertions, 35 deletions
diff --git a/common/recipes-bsp/gnu-efi/gnu-efi/0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch b/common/recipes-bsp/gnu-efi/gnu-efi/0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch
deleted file mode 100644
index c86bf089..00000000
--- a/common/recipes-bsp/gnu-efi/gnu-efi/0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch
+++ /dev/null
@@ -1,32 +0,0 @@
1From 4b2d610bbeb6d8a421abd62c8112456e7b35fd75 Mon Sep 17 00:00:00 2001
2From: Jianxun Zhang <jianxun.zhang@linux.intel.com>
3Date: Wed, 1 Jun 2016 15:04:22 -0700
4Subject: [PATCH] Add GUID for SMBIOS 3 entry point structure
5
664 bit entry point structure has a different GUID from the
7existing 32 bit version.
8
9Upstream-Status: Pending
10
11Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
12---
13 inc/efiapi.h | 3 +++
14 1 file changed, 3 insertions(+)
15
16diff --git a/inc/efiapi.h b/inc/efiapi.h
17index 14cd939..7e3e1d6 100644
18--- a/inc/efiapi.h
19+++ b/inc/efiapi.h
20@@ -895,6 +895,9 @@ typedef struct _EFI_BOOT_SERVICES {
21 #define SMBIOS_TABLE_GUID \
22 { 0xeb9d2d31, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
23
24+#define SMBIOS3_TABLE_GUID \
25+ { 0xf2fd1544, 0x9794, 0x4a2c, {0x99, 0x2e, 0xe5, 0xbb, 0xcf, 0x20, 0xe3, 0x94} }
26+
27 #define SAL_SYSTEM_TABLE_GUID \
28 { 0xeb9d2d32, 0x2d88, 0x11d3, {0x9a, 0x16, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }
29
30--
312.7.4
32
diff --git a/common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend b/common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend
deleted file mode 100644
index 1e9cfda3..00000000
--- a/common/recipes-bsp/gnu-efi/gnu-efi_%.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/gnu-efi:"
2SRC_URI_append_intel-x86-common = "file://0001-Add-GUID-for-SMBIOS-3-entry-point-structure.patch"
3PACKAGE_ARCH_intel-x86-common = "${INTEL_COMMON_PACKAGE_ARCH}"