From patchwork Thu Mar 17 14:36:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gary guo X-Patchwork-Id: 64003 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp507836lbc; Thu, 17 Mar 2016 07:38:08 -0700 (PDT) X-Received: by 10.66.138.74 with SMTP id qo10mr15280399pab.140.1458225488730; Thu, 17 Mar 2016 07:38:08 -0700 (PDT) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id lm9si12841356pab.142.2016.03.17.07.38.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Mar 2016 07:38:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 479431A1E48; Thu, 17 Mar 2016 07:38:28 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-pf0-x230.google.com (mail-pf0-x230.google.com [IPv6:2607:f8b0:400e:c00::230]) (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 CC5DE1A1E47 for ; Thu, 17 Mar 2016 07:38:27 -0700 (PDT) Received: by mail-pf0-x230.google.com with SMTP id n5so123566395pfn.2 for ; Thu, 17 Mar 2016 07:38:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=tV6e1irOfYxKssdu5gKHc/U/+yhUz2Y43+iaKzWr7Ro=; b=ZoOdedpcSZFAA/mPBlaWoUZCPeAwofDRMACS/dr0aRGTW7k9Wo1Ojd/KB3F/CocoCT MBFZZLgrDXpjs2wr4wao7Pplhsw+1cyCYCDKkcAaSdwbVwUhR0wbLFdF620ZFWPfKQDY Wl9NZgEPWydDsE5+6s75SyfeIEXonWYXoN6qw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=tV6e1irOfYxKssdu5gKHc/U/+yhUz2Y43+iaKzWr7Ro=; b=Sw62CmIBn7Fj6QmZzCpd1HcFtw//hhtvlCQY4AE4+YwHS+9jtio3fP3AesDAY8mzyt TzDXEcNQmi4NPNukmvXfI6EH9W+ismbZNTyMPLWT8+4GWm2ut3BYz/c5m4P9rweQkyw2 e518fl+90/hVRD0ehFmEnr2bJZ1z6mAGO6dsc9NIdaodfcf4QIM73t2j3flydg1Eh42E KJcEWDDxrvhc4qxHcrboocmFpvllMHlgwnXLK9EjckGbSd0gYMpZ3+CZxLla6iQJovvi glxaf7MhPOC8BKC2KWbGvVgiqyHE7YbFfvjZbjFtK65d8mXQ80benGkGlBzUAiNNvxcy PoGQ== X-Gm-Message-State: AD7BkJJe8qxL5vrnV7XA9qvo5vxo8SnHlnjR2hSFzRdKryfJJB/z75W3fhE56O5NqfayCFA6 X-Received: by 10.98.67.67 with SMTP id q64mr15605786pfa.44.1458225487591; Thu, 17 Mar 2016 07:38:07 -0700 (PDT) Received: from localhost.localdomain ([104.237.91.211]) by smtp.gmail.com with ESMTPSA id 87sm13933748pfq.93.2016.03.17.07.38.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 17 Mar 2016 07:38:06 -0700 (PDT) From: Heyi Guo To: edk2-devel@lists.01.org Date: Thu, 17 Mar 2016 22:36:52 +0800 Message-Id: <1458225414-19812-2-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1458225414-19812-1-git-send-email-heyi.guo@linaro.org> References: <1458225414-19812-1-git-send-email-heyi.guo@linaro.org> Subject: [edk2] [PATCH v2 1/3] MdePkg: Add PCD for UART default receive FIFO depth X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Michael D Kinney , Ruiyu Ni , Heyi Guo , Liming Gao MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" PcdUartDefaultReceiveFifoDepth is added to indicate UART default receive FIFO depth. Type of UINT16 is enough for FIFO depth. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Heyi Guo Cc: Michael D Kinney Cc: Liming Gao Cc: Ruiyu Ni --- MdePkg/MdePkg.dec | 4 ++++ 1 file changed, 4 insertions(+) -- 2.7.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index 47a1cd7..6f416fd 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -2074,6 +2074,10 @@ # @ValidRange 0x80000001 | 0 - 4 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024 + ## Indicates the receive FIFO depth of UART controller.

+ # @Prompt Default UART Receive FIFO Depth. + gEfiMdePkgTokenSpaceGuid.PcdUartDefaultReceiveFifoDepth|1|UINT16|0x00000030 + ## Error level for hardware recorder. # If value 0, platform does not support feature of hardware error record. # @Prompt Error Level For Hardware Recorder