From nobody Sat May 4 23:59:51 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+42484+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+42484+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1560750297; cv=none; d=zoho.com; s=zohoarc; b=ocXNa3UoLdK1bOuzfTL/fmNkPysPKCB2G+mRFK/1quu7cZ13fAR3IC9YOFdx3I9Nea0zdceL109Ez9zYbdcN1qoSilnyMguhcq9SKBAzEO2YLszs/zPF+2rHNMHl7RywfSQEe8VdgEDtdDESperK2SSxuasjN3cH4fmyZcTSM0k= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1560750297; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=NhxetxVegTZp/Q2zwjHum1dbk7eL8iSOXTkQgT83mrY=; b=e+5a3FXVgd3CKfps1b9rGhC1/YOagJgNuY7KtvC7CNmHRDX7w+enbFHAe7MRHFNGx7Vct6JLSaCLOXN7iOROJxlgLX9Gxavvr/B5n95cTXlleDvCdKPC/Klq+DiyxL1r71yVDl1W1OxY3jg/148A6eZEcJ7AuTKpdK0udXV7Ay8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+42484+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1560750297594356.78445629349403; Sun, 16 Jun 2019 22:44:57 -0700 (PDT) Return-Path: X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Sun, 16 Jun 2019 22:44:56 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Jun 2019 22:44:55 -0700 X-ExtLoop1: 1 X-Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.147]) by orsmga006.jf.intel.com with ESMTP; 16 Jun 2019 22:44:54 -0700 From: "Dandan Bi" To: devel@edk2.groups.io Cc: Eric Dong , Liming Gao Subject: [edk2-devel] [edk2-platforms] [patch] Platform/Intel/DebugFeaturePkg: Update PCD type Date: Mon, 17 Jun 2019 13:44:42 +0800 Message-Id: <20190617054442.36192-1-dandan.bi@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,dandan.bi@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1560750297; bh=O02HDqQ5PbIum8QcpaRrTrmDuRloNjfIjCULS3bZ83I=; h=Cc:Date:From:Reply-To:Subject:To; b=uFA/vQtuc81gJMtGFjjIQ0FpRMNnSq3jshM1Ik+fXUwq+X8I8TsSw0pQkQB40kxQ3JU cWngTn4G1SrSgY9WusOZLSRwCb3Fw5XitFgD+Dwm/w3UG74ng3YqpHYOHpJUb942Y70qA P9eAw3yMdGtqGncEFYLLd34ZZU8iNFcnHM8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Add PcdAcpiDebugEnable and PcdAcpiDebugBufferSize into following section which platform can customize the type by itself. [PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx] Cc: Eric Dong Cc: Liming Gao Signed-off-by: Dandan Bi Reviewed-by: Eric Dong Reviewed-by: Liming Gao --- Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dec | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dec b/Platform/= Intel/DebugFeaturePkg/DebugFeaturePkg.dec index 7389d36a57..37ebe6da4d 100644 --- a/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dec +++ b/Platform/Intel/DebugFeaturePkg/DebugFeaturePkg.dec @@ -49,10 +49,11 @@ [PcdsFixedAtBuild] ## This PCD sepcifies the start index in CMOS, it will occupy 1 bytes sp= ace. gDebugFeaturePkgTokenSpaceGuid.PcdUsb3DebugPortDeviceIndex|0x5A|UINT8|0x= 00000007 ## This PCD sepcifies the start index in CMOS, it will occupy 1 bytes sp= ace. gDebugFeaturePkgTokenSpaceGuid.PcdUsb3DebugPortFunctionIndex|0x5B|UINT8|= 0x00000008 =20 +[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic,PcdsDynamicEx] ## This PCD specifies AcpiDebug feature is enable/disable. gDebugFeaturePkgTokenSpaceGuid.PcdAcpiDebugEnable|FALSE|BOOLEAN|0x000000= 09 ## This PCD specifies AcpiDebug buffer size. gDebugFeaturePkgTokenSpaceGuid.PcdAcpiDebugBufferSize|0x10000|UINT32|0x0= 000000A =20 --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#42484): https://edk2.groups.io/g/devel/message/42484 Mute This Topic: https://groups.io/mt/32092000/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-