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::242; helo=mail-pf0-x242.google.com; envelope-from=heyi.guo@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pf0-x242.google.com (mail-pf0-x242.google.com [IPv6:2607:f8b0:400e:c00::242]) (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 8B3F2225B02A4 for ; Tue, 20 Mar 2018 17:57:27 -0700 (PDT) Received: by mail-pf0-x242.google.com with SMTP id j20so1373602pfi.1 for ; Tue, 20 Mar 2018 18:03:57 -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=57C8m1erTwTkfuDvlmV0UtICcuPGDoPfY63TUXZGWRg=; b=GYKsMCj7Fbug8oOCoPUFdaezm2yr+1Yk/+YbUH7YSx0JSTUb6jFVf2Tgdg2qI0+tkN ZJeCE2TMgYJBZFqQ5D6PeIWUKFpVjvnYUJPtjEQDlt5su1hMcbha0qgTGDgUZpq8e3qF rETD6vF+rjtW/64Tdj+sUlqGq5V0vue9MEWLE= 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=57C8m1erTwTkfuDvlmV0UtICcuPGDoPfY63TUXZGWRg=; b=KUPfc5mHe4QwIol24he6ka6d+cYOKWZvNZUvujIowk2wv/xLcyx03cQ+SVPcWk/IJM fb5lVxVhLWeYmL1vScIFsdWpdlHYbimozX9WVmqw81Wj3IzwZQZCBKuJsc0I4yuW1zrx 1abBcue9jlqDi+vxJi9Q1pKGnkUJsPtf8i4RsISIF80xEaKKC/IsAfM1EQqe+lVUjBXY QnKw9Oed1LGb6FtCivKpjVY973Rr4uJv//0NytXd6q5J43Tc8qTUzCYvsacR2/s5LJwv 71j4L/VK/lMHAky0MvJWgXsdLaGzLpXF79Y8pv4PUr81KXQk1OA6z8l6TLyUP5jX/wGc X7gA== X-Gm-Message-State: AElRT7HxWN1zl9+OzjVnyYKE+kT+etH6XXnvm8Zyr+sp1XEr+kWBYsqi 75k7/c03HtO9UsgyPHyrhW901ajiTvg= X-Google-Smtp-Source: AG47ELvUh91LJwz+XWJ+TPEIXG6fK9zqTp+25I6/90kaGFDLI/Sa1Ns2w8cJ81XJeyEuDeG45KBxGA== X-Received: by 10.101.96.47 with SMTP id p15mr6800327pgu.430.1521594237345; Tue, 20 Mar 2018 18:03:57 -0700 (PDT) Received: from localhost.localdomain ([45.56.152.100]) by smtp.gmail.com with ESMTPSA id 184sm5702491pfg.124.2018.03.20.18.03.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Mar 2018 18:03:56 -0700 (PDT) From: Heyi Guo To: edk2-devel@lists.01.org Cc: Heyi Guo , Ard Biesheuvel , Leif Lindholm , Michael D Kinney , Haojian Zhuang Date: Wed, 21 Mar 2018 09:03:07 +0800 Message-Id: <1521594198-52523-2-git-send-email-heyi.guo@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1521594198-52523-1-git-send-email-heyi.guo@linaro.org> References: <1521594198-52523-1-git-send-email-heyi.guo@linaro.org> Subject: [PATCH edk2-platforms 01/12] Hisilicon: Enable WARN and INFO debug message 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: Wed, 21 Mar 2018 00:57:27 -0000 INFO and WARN messages are useful when we are debugging, something like PCI enumeration process, and more debug messages should not impact much for they will only be displayed in DEBUG version, not RELEASE one. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heyi Guo Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Michael D Kinney Cc: Haojian Zhuang --- Silicon/Hisilicon/Hisilicon.dsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisilicon.dsc.inc index f8d5f0b270b3..77585933179e 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -293,7 +293,7 @@ [PcdsFixedAtBuild.common] # DEBUG_EVENT 0x00080000 // Event messages # DEBUG_ERROR 0x80000000 // Error - gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000004 + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06 # -- 2.7.4