aboutsummaryrefslogtreecommitdiffstats
path: root/Platforms/Hisilicon/HiKey
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@linaro.org>2017-02-04 11:31:14 +0800
committerHaojian Zhuang <haojian.zhuang@linaro.org>2017-02-04 22:03:02 +0800
commit14e580ffab05f360a238396f2b662359b61d1a78 (patch)
tree689c1539eea420b99c7a9972935c05519ff437e0 /Platforms/Hisilicon/HiKey
parenta6197e697f3217c0ac51d4c5937f25cd18848c24 (diff)
downloaddevice_linaro_bootloader_OpenPlatformPkg-14e580ffab05f360a238396f2b662359b61d1a78.tar.gz
device_linaro_bootloader_OpenPlatformPkg-14e580ffab05f360a238396f2b662359b61d1a78.tar.bz2
device_linaro_bootloader_OpenPlatformPkg-14e580ffab05f360a238396f2b662359b61d1a78.zip
Platforms/Hisilicon/HiKey: add HiKey variable space
Create HiKey variable space to store variables. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Diffstat (limited to 'Platforms/Hisilicon/HiKey')
-rw-r--r--Platforms/Hisilicon/HiKey/Include/Guid/HiKeyVariable.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/Platforms/Hisilicon/HiKey/Include/Guid/HiKeyVariable.h b/Platforms/Hisilicon/HiKey/Include/Guid/HiKeyVariable.h
new file mode 100644
index 0000000..32d51f9
--- /dev/null
+++ b/Platforms/Hisilicon/HiKey/Include/Guid/HiKeyVariable.h
@@ -0,0 +1,24 @@
+/** @file
+*
+* Copyright (c) 2013-2014, ARM Limited. All rights reserved.
+* Copyright (c) 2015-2016, Linaro. 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 __HIKEY_VARIABLE_H__
+#define __HIKEY_VARIABLE_H__
+
+#define HIKEY_VARIABLE_GUID \
+ { 0x66b8d063, 0x1daa, 0x4c60, { 0xb9, 0xf2, 0x55, 0x0d, 0x7e, 0xe1, 0x2f, 0x38 } }
+
+extern EFI_GUID gHiKeyVariableGuid;
+
+#endif /* __HIKEY_VARIABLE_H__ */