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:c01::244; helo=mail-pl0-x244.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl0-x244.google.com (mail-pl0-x244.google.com [IPv6:2607:f8b0:400e:c01::244]) (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 699A62097DD14 for ; Fri, 20 Jul 2018 01:03:29 -0700 (PDT) Received: by mail-pl0-x244.google.com with SMTP id e11-v6so4848312plb.3 for ; Fri, 20 Jul 2018 01:03:29 -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=VX89zPN5j6iMqsqlu130PfJPl8aO/ZdBafZLRHHrqbc=; b=B+nmnchn+qHaWISONg8lGOgDtyXzaCMoLb28lrq/5MkrXlVTYc8SbnXMNblgnwMxrJ KlGzMnIqZAQPxxgx4kX2keU3qE9CSl+Dg6upoukdJPDdfGd4egpz0+Ls+mqOk7kKdr57 1RE1ECGUuARKOh4YI8Z+4J0caIVNl/41AaFh4= 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=VX89zPN5j6iMqsqlu130PfJPl8aO/ZdBafZLRHHrqbc=; b=AK1Trc2jSKeXvt66YRGN4VsyEu41vlcgexV0IBwVt76aHorjfGLD6Rl3HF7BIM/O4K /tLA6CiZ6SX8JsA6dPgPhR0B9+PIqDZQCYw1fNtZngX0YFB46slUBL45w826ywoltNCt YR2Ib/zcfgj1JtJKoWLZqfEkda1AoDo/f5TKt9lKtuzbb/AZimq/NKgZOhrOWv306CkF sfvSZX/rZn/MLYXs36XOjwj9RrqebgPjGZp+9j4mx3E0FSqoNGFztWH0h1Sb0L0f2Tw/ XTGnUEBzKkawsgHJrDGtpJJIOrVVynCIP0Z/4dresHv/xyqUjX/eEdMJKdiZOych8M0C akzg== X-Gm-Message-State: AOUpUlFa8TU+0wFDc/NbJZ1Oxi1pot7OXCRe7d2iRJUbPOOz6uYwqvl4 NwhSdQL8nFaOs2EwmcQHBGRfaw== X-Google-Smtp-Source: AAOMgpe3rptFajglaCCxLECVyIubHGnkhXSSUi3AAQfmNY3lOcdwawxEK+CK2h9EmMQ9fLgfMUPCmA== X-Received: by 2002:a17:902:6e09:: with SMTP id u9-v6mr1079752plk.13.1532073809201; Fri, 20 Jul 2018 01:03:29 -0700 (PDT) Received: from localhost.localdomain ([120.31.149.194]) by smtp.gmail.com with ESMTPSA id n18-v6sm2066812pfa.50.2018.07.20.01.03.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 Jul 2018 01:03:28 -0700 (PDT) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, Heyi Guo , Michael D Kinney , Haojian Zhuang Date: Fri, 20 Jul 2018 16:02:30 +0800 Message-Id: <20180720080242.3777-2-ming.huang@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180720080242.3777-1-ming.huang@linaro.org> References: <20180720080242.3777-1-ming.huang@linaro.org> Subject: [PATCH edk2-platforms v1 01/13] Hisilicon: Enable WARN and INFO debug message X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 08:03:29 -0000 From: Heyi Guo 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 4fba78045d..20ff1ec25b 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -294,7 +294,7 @@ # DEBUG_EVENT 0x00080000 // Event messages # DEBUG_ERROR 0x80000000 // Error - gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000004 + gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000046 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06 # -- 2.17.0