From patchwork Mon Feb 29 19:34:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leif Lindholm X-Patchwork-Id: 63253 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1432123lbc; Mon, 29 Feb 2016 11:34:25 -0800 (PST) X-Received: by 10.98.73.198 with SMTP id r67mr2852731pfi.140.1456774465832; Mon, 29 Feb 2016 11:34:25 -0800 (PST) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id r144si44802228pfr.2.2016.02.29.11.34.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Feb 2016 11:34:25 -0800 (PST) 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 766331A1E22; Mon, 29 Feb 2016 11:34:32 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 963291A1E1E for ; Mon, 29 Feb 2016 11:34:30 -0800 (PST) Received: by mail-wm0-x22e.google.com with SMTP id l68so3965503wml.1 for ; Mon, 29 Feb 2016 11:34:23 -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=r2qyq06I3I5ak7e97o01eK9Jo5pFbYfKO3OUB7kONwI=; b=V6VYSszeIZV8iM6t9cVszXuI3jHLm6rg+qPZzuXD1ihimqdFAlaPsN1T162YG7p7eq Dt18sp0Gvu6qP8rt6RomKqo6MpRfYW1sDCrhvxBTgMv1wcVQVOWb9Wgpii6aaK70dxYA 1ld0nQ9H8dAbmMX4UTjxs1KX1Ir73Z8qztFhg= 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; bh=r2qyq06I3I5ak7e97o01eK9Jo5pFbYfKO3OUB7kONwI=; b=jrJQzQp7mARSWWnQb1UmFhy3Eiq4TOFq5sHa2V44W3xb4cGvMbeB9vQl9QgHkxMNfW 82HhZ2QaofzT72cnED1IOZq+uHzSEM/RKpeXNsln0RQQLGcqMK30YYlfTmExJYhcdkJC zCDWbOCb+fdx9kyPnjp/WHRryvBb9aDJ1iACaj+zltp7ZiGt1q6QI/hwcW1sBYsuNDV4 79FpspTqQt8ckE55NFDlhsvAsfV5jWsoojGU0QG+9ugCWrRC2MCav7cweLM76YyscYLH 6x100ZtGqa3wemoCdExU8Y3OT8NluRKARjrpzygirsNRMQtV3jmdG1fbpNdPwbtcI/WR Acxw== X-Gm-Message-State: AD7BkJJJeqxWbFEOCMr1n0DRsnfWi2GrZ257WXITMEnFYWjp29LVsv6tEYvu6rE10PiVg27i X-Received: by 10.28.150.148 with SMTP id y142mr12657771wmd.55.1456774461727; Mon, 29 Feb 2016 11:34:21 -0800 (PST) Received: from mohikan.mushroom.smurfnet.nu (cpc92308-cmbg19-2-0-cust814.5-4.cable.virginm.net. [82.24.251.47]) by smtp.gmail.com with ESMTPSA id e14sm17869720wmi.21.2016.02.29.11.34.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Feb 2016 11:34:20 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org, linaro-uefi@lists.linaro.org Date: Mon, 29 Feb 2016 19:34:16 +0000 Message-Id: <1456774456-22023-1-git-send-email-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.1.4 Cc: Ryan Harkin , Ard Biesheuvel Subject: [edk2] [PATCH] Platforms/ARM: ArmVexpress.dsc.inc - update debug levels X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" The comments on PcdDebugPrintErrorLevel are clearly based on a version of MdePkg/Include/Library/DebugLib.h predating SVN r12933. Bring up to date to reduce confusion (and fix a couple of mistakes). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leif Lindholm --- Platforms/ARM/VExpress/ArmVExpress.dsc.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -- 2.1.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel Reviewed-by: Laszlo Ersek diff --git a/Platforms/ARM/VExpress/ArmVExpress.dsc.inc b/Platforms/ARM/VExpress/ArmVExpress.dsc.inc index 61912ef..7d07d39 100644 --- a/Platforms/ARM/VExpress/ArmVExpress.dsc.inc +++ b/Platforms/ARM/VExpress/ArmVExpress.dsc.inc @@ -344,19 +344,20 @@ # DEBUG_WARN 0x00000002 // Warnings # DEBUG_LOAD 0x00000004 // Load events # DEBUG_FS 0x00000008 // EFI File system - # DEBUG_POOL 0x00000010 // Alloc & Free's - # DEBUG_PAGE 0x00000020 // Alloc & Free's - # DEBUG_INFO 0x00000040 // Verbose + # DEBUG_POOL 0x00000010 // Alloc & Free (pool) + # DEBUG_PAGE 0x00000020 // Alloc & Free (page) + # DEBUG_INFO 0x00000040 // Informational debug messages # DEBUG_DISPATCH 0x00000080 // PEI/DXE Dispatchers # DEBUG_VARIABLE 0x00000100 // Variable # DEBUG_BM 0x00000400 // Boot Manager # DEBUG_BLKIO 0x00001000 // BlkIo Driver # DEBUG_NET 0x00004000 // SNI Driver # DEBUG_UNDI 0x00010000 // UNDI Driver - # DEBUG_LOADFILE 0x00020000 // UNDI Driver + # DEBUG_LOADFILE 0x00020000 // LoadFile # DEBUG_EVENT 0x00080000 // Event messages # DEBUG_GCD 0x00100000 // Global Coherency Database changes # DEBUG_CACHE 0x00200000 // Memory range cachability changes + # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may significantly impact boot performance # DEBUG_ERROR 0x80000000 // Error gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F