summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Include/Guid
diff options
context:
space:
mode:
Diffstat (limited to 'EmbeddedPkg/Include/Guid')
-rw-r--r--EmbeddedPkg/Include/Guid/ExtractSection.h36
-rw-r--r--EmbeddedPkg/Include/Guid/Fdt.h28
-rw-r--r--EmbeddedPkg/Include/Guid/FdtHob.h26
3 files changed, 0 insertions, 90 deletions
diff --git a/EmbeddedPkg/Include/Guid/ExtractSection.h b/EmbeddedPkg/Include/Guid/ExtractSection.h
deleted file mode 100644
index f471e876a1..0000000000
--- a/EmbeddedPkg/Include/Guid/ExtractSection.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/** @file
-
- Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
-
- This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __EXTRACT_SECTION_GUID_H__
-#define __EXTRACT_SECTION_GUID_H__
-
-#include <Library/ExtractGuidedSectionLib.h>
-
-
-//
-// The GUID for this protocol mathes the Decompression scheme being used
-// So for example LZMA would be gLzmaCustomDecompressGuid
-//
-typedef struct {
- EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER SectionGetInfo;
- EXTRACT_GUIDED_SECTION_DECODE_HANDLER SectionExtraction;
-} EXTRACT_SECTION_DATA;
-
-typedef struct {
- EFI_HOB_GUID_TYPE Hob;
- EXTRACT_SECTION_DATA Data;
-} EXTRACT_SECTION_HOB;
-
-#endif
-
diff --git a/EmbeddedPkg/Include/Guid/Fdt.h b/EmbeddedPkg/Include/Guid/Fdt.h
deleted file mode 100644
index 74c85dc30b..0000000000
--- a/EmbeddedPkg/Include/Guid/Fdt.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/** @file
-*
-* Copyright (c) 2013-2014, ARM Limited. All rights reserved.
-*
-* This program and the accompanying materials
-* are licensed and made available under the terms and conditions of the BSD License
-* which accompanies this distribution. The full text of the license may be found at
-* http://opensource.org/licenses/bsd-license.php
-*
-* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-*
-**/
-
-#ifndef __FDT_H__
-#define __FDT_H__
-
-#define FDT_TABLE_GUID \
- { 0xb1b621d5, 0xf19c, 0x41a5, { 0x83, 0x0b, 0xd9, 0x15, 0x2c, 0x69, 0xaa, 0xe0 } }
-
-extern EFI_GUID gFdtTableGuid;
-
-#define FDT_VARIABLE_GUID \
- { 0x25a4fd4a, 0x9703, 0x4ba9, { 0xa1, 0x90, 0xb7, 0xc8, 0x4e, 0xfb, 0x3e, 0x57 } }
-
-extern EFI_GUID gFdtVariableGuid;
-
-#endif /* __FDT_H__ */
diff --git a/EmbeddedPkg/Include/Guid/FdtHob.h b/EmbeddedPkg/Include/Guid/FdtHob.h
deleted file mode 100644
index 287729e0c3..0000000000
--- a/EmbeddedPkg/Include/Guid/FdtHob.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/** @file
- GUID for the HOB that contains the copy of the flattened device tree blob
-
- Copyright (C) 2014, Linaro Ltd.
-
- This program and the accompanying materials are licensed and made available
- under the terms and conditions of the BSD License that accompanies this
- distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php.
-
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
- WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef __FDT_HOB_H__
-#define __FDT_HOB_H__
-
-#define FDT_HOB_GUID { \
- 0x16958446, 0x19B7, 0x480B, \
- { 0xB0, 0x47, 0x74, 0x85, 0xAD, 0x3F, 0x71, 0x6D } \
- }
-
-extern EFI_GUID gFdtHobGuid;
-
-#endif