From patchwork Thu Feb 9 14:11:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 93705 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp20141qgi; Thu, 9 Feb 2017 06:13:09 -0800 (PST) X-Received: by 10.55.127.2 with SMTP id a2mr2967986qkd.319.1486649589480; Thu, 09 Feb 2017 06:13:09 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id s16si8063043qts.250.2017.02.09.06.13.09; Thu, 09 Feb 2017 06:13:09 -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 26D3762D7D; Thu, 9 Feb 2017 14:13:09 +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 A5E7D609BF; Thu, 9 Feb 2017 14:12:45 +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 BEC1862D63; Thu, 9 Feb 2017 14:12:38 +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 D5ED0609BE for ; Thu, 9 Feb 2017 14:12:14 +0000 (UTC) Received: by mail-pf0-f177.google.com with SMTP id e4so1036768pfg.1 for ; Thu, 09 Feb 2017 06:12:14 -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=5ez1gF7GeuZ0ODZno/7hMqRPEA1Eg0y5ZV7mn3I6Ti8=; b=CtB/5fewdaD7ID1JpRmXGrfuM87zgV+2foaOuRX4IxJCaeEg2FyecfEuw8O4AdifuQ uPsM9wokXfuxFhYv+bzHPSBBtUzD6xetJhx0Nf5hOvS9Lj5d4emVi/etnjUZtazBs+/9 RoUrx8xCaS2g8Kg7zr3yJeyk0T/+gDpCRcEdRheXsWfWnfjerKlZeiz7NEkRDU/8QvXi 93pdIe/hSgM8pSAxXEMk1d6kmDKg2SkQD/9OpAs8FBrdAdnTIvBk9wYbr64sDd5ZbryK 1r0ZsGEZ6Z4OUn43xEQDcl5X8lPHvtpUl2YvKPcPpnKc752xGw4zE1h2piGXTTprZ3OY szkw== X-Gm-Message-State: AMke39mh48bvkayjFRz6C4yXPC5kRmTtyrmCKUcO4sZSW6+46Mg7aGJLZf64Insx/Fx5zsIxW9g= X-Received: by 10.98.74.84 with SMTP id x81mr3916203pfa.172.1486649534185; Thu, 09 Feb 2017 06:12:14 -0800 (PST) Received: from localhost.localdomain ([45.56.159.216]) by smtp.gmail.com with ESMTPSA id m6sm29529920pfm.22.2017.02.09.06.12.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Feb 2017 06:12:13 -0800 (PST) From: Haojian Zhuang To: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, linaro-uefi@lists.linaro.org Date: Thu, 9 Feb 2017 22:11:46 +0800 Message-Id: <1486649511-4149-5-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1486649511-4149-1-git-send-email-haojian.zhuang@linaro.org> References: <1486649511-4149-1-git-send-email-haojian.zhuang@linaro.org> Subject: [Linaro-uefi] [PATCH v2 4/9] Platforms/Hisilicon/HiKey: append GUID in dec 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" These GUIDs are used in HiKeyUsb and HiKeyGpio driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Haojian Zhuang --- Platforms/Hisilicon/HiKey/HiKey.dec | 1 + 1 file changed, 1 insertion(+) diff --git a/Platforms/Hisilicon/HiKey/HiKey.dec b/Platforms/Hisilicon/HiKey/HiKey.dec index 537138e..17c6484 100644 --- a/Platforms/Hisilicon/HiKey/HiKey.dec +++ b/Platforms/Hisilicon/HiKey/HiKey.dec @@ -30,6 +30,7 @@ [Guids.common] gHiKeyTokenSpaceGuid = { 0x91148425, 0xcdd2, 0x4830, { 0x8b, 0xd0, 0xc6, 0x1c, 0x6d, 0xea, 0x36, 0x21 } } + gHiKeyVariableGuid = { 0x66b8d063, 0x1daa, 0x4c60, { 0xb9, 0xf2, 0x55, 0x0d, 0x7e, 0xe1, 0x2f, 0x38 } } [PcdsFixedAtBuild.common] gHiKeyTokenSpaceGuid.PcdAndroidFastbootNvmDevicePath|L""|VOID*|0x00000001