From patchwork Sat Feb 4 05:13:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 93346 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp893469qgi; Fri, 3 Feb 2017 21:14:48 -0800 (PST) X-Received: by 10.237.41.99 with SMTP id s90mr560034qtd.4.1486185288629; Fri, 03 Feb 2017 21:14:48 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id q57si20745857qte.78.2017.02.03.21.14.48; Fri, 03 Feb 2017 21:14:48 -0800 (PST) Received-SPF: pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linaro-uefi-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=linaro-uefi-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 3D8A862D63; Sat, 4 Feb 2017 05:14:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id B7BDF62D69; Sat, 4 Feb 2017 05:14:27 +0000 (UTC) X-Original-To: linaro-uefi@lists.linaro.org Delivered-To: linaro-uefi@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D672160C61; Sat, 4 Feb 2017 05:14:22 +0000 (UTC) Received: from mail-pf0-f177.google.com (mail-pf0-f177.google.com [209.85.192.177]) by lists.linaro.org (Postfix) with ESMTPS id B893760C61 for ; Sat, 4 Feb 2017 05:14:07 +0000 (UTC) Received: by mail-pf0-f177.google.com with SMTP id e4so10576775pfg.1 for ; Fri, 03 Feb 2017 21:14:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=8zaO6QqJZ6GcJ3qmdjn+CbTTdbfTj26Mfj730GdLSUw=; b=i69HQeoxDRvVEGP6VWXwsO6iR1ahT8otZ4m2Dh6NPZk1p1MnwVrD7NX45oyUDhsg+i gStshM8G6bK5R6JD73uaCMXDNP9tdOQXDLLe+Z72a1+f9mwu0u5e8ZYP1djuULTi6lmv meFVo+KzpQtOSM0uJTyE3sc1SCXC9q20JYGUcVTnFhomCeflR4nwtauknSxXitZP7ci8 RPZyVz9PXez8Koxa+BC0LJ/fosbAgJmMzGYrlDknMAtkMApA6G2BTEraVn7twtKmGfPr sQZFtQPo+HoN0nFII+vgZhM2cNGyuehOh9KvhaUNt+SeqM7WCKYQdEIhIVf8JBoeILt+ 0PyA== X-Gm-Message-State: AIkVDXIyagdtoseANIUUTRzxvcw4pyZ9gtjA2NmzaUXDNmaHyDD/CdK23JLk0uI4GW8Rn4GYEKc= X-Received: by 10.84.245.1 with SMTP id i1mr978025pll.131.1486185247046; Fri, 03 Feb 2017 21:14:07 -0800 (PST) Received: from localhost.localdomain ([45.56.159.106]) by smtp.gmail.com with ESMTPSA id b10sm71721442pga.21.2017.02.03.21.14.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 03 Feb 2017 21:14:06 -0800 (PST) From: Haojian Zhuang To: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, linaro-uefi@lists.linaro.org Date: Sat, 4 Feb 2017 13:13:47 +0800 Message-Id: <1486185234-23675-3-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486185234-23675-1-git-send-email-haojian.zhuang@linaro.org> References: <1486185234-23675-1-git-send-email-haojian.zhuang@linaro.org> Subject: [Linaro-uefi] [PATCH 2/9] Platforms/Hisilicon/HiKey: add HiKey variable space X-BeenThere: linaro-uefi@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linaro-uefi-bounces@lists.linaro.org Sender: "Linaro-uefi" Create HiKey variable space to store variables. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Haojian Zhuang --- .../Hisilicon/HiKey/Include/Guid/HiKeyVariable.h | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Platforms/Hisilicon/HiKey/Include/Guid/HiKeyVariable.h 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__ */