From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c00::22c; helo=mail-pf0-x22c.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x22c.google.com (mail-pf0-x22c.google.com [IPv6:2607:f8b0:400e:c00::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3E6BA223CCEE4 for ; Thu, 1 Feb 2018 19:24:57 -0800 (PST) Received: by mail-pf0-x22c.google.com with SMTP id 17so15138649pfw.11 for ; Thu, 01 Feb 2018 19:30:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=FfwZ4QSMIoLtJ6YHWqfBaDMv6+lMlfxcsl8fL5vpB10=; b=ORCapn07e3w/5q67VJ/Pb0csDL7uR8U/nA796PwBz5MUEFOA2xZ0ZiFcBr2fmQuS35 KJUoENwS72p+3TlKnVeomOIprazHgMq6cBgMcW4jPQUuI2FY/DFlIedNnhibobpsNJ8J IhcS0t1kPav3Trs2yCKeGh5IsO4Dy8nsl/R1s= 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; bh=FfwZ4QSMIoLtJ6YHWqfBaDMv6+lMlfxcsl8fL5vpB10=; b=UZwBc3zbmWNC8r7WHXmXwD5HQhnM2Sb096qS360BjdAVEwoNoVlii2KefnwrkJsXii iDhPKlk0BS2fTdYCshvR3+IW6KIB/G39G8OnGnQt+iywYvj0GQ+dLAyIitIHs+Br0zCO m6A7fJJiDIfPCRKWzG6X3wOGlRcnHox11xcftksWcHl2hWU3JE4PktbytNSFIwZcfUdY I5h/Da3QdeaoUSK1VMrjnjIndmoSni2tEfgfODgwa6SkZjjLELrUQ9/1nuE+m12fc/e3 B/NF+8ld/oRzxMjZAawoaHL4WnlQDzmvn7uEiyqTAT57AgNWXZxd2qzt4LgywGQrbbXb XBPw== X-Gm-Message-State: AKwxytdJ4PgHsK9d2Nsuzx6U49LfRZ4xjRmF3rJijIv2UcyyWu/YdjSC Egg/jsOit7V0YJFnniqwLyxdPzgbQto= X-Google-Smtp-Source: AH8x224NELqyboXoJpnT+if1NDiqiGJ1MGHXl8NDezrecDTVYpINqePqQADG8j8YEogZ+uHnozJsGg== X-Received: by 10.98.108.130 with SMTP id h124mr38906197pfc.33.1517542234645; Thu, 01 Feb 2018 19:30:34 -0800 (PST) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id q10sm1118037pfh.178.2018.02.01.19.30.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Feb 2018 19:30:34 -0800 (PST) From: Heyi Guo To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, liming.gao@intel.com, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, mengfanrong@huawei.com, huangdaode@hisilicon.com, waip23@126.com, Heyi Guo Date: Fri, 2 Feb 2018 11:30:26 +0800 Message-Id: <1517542227-32907-1-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 1.9.1 Subject: [PATCH edk2/MdePkg v1] Add some macros for PPTT X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 03:24:57 -0000 Add some macros to Acpi62.h for PPTT as ACPI 6.2 Spec. Heyi Guo (1): MdePkg ACPI: Add some macros for PPTT MdePkg/Include/IndustryStandard/Acpi62.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) -- 1.9.1