From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 1D96294144D for ; Sat, 9 Dec 2023 07:55:19 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=b65OO2SBgsA6AcjVo5iwCOns3JBat8KjSBtVG57HRv8=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1702108518; v=1; b=PU1QyrLH8cOQMzkoLrjKSJm+34ySmXUiA4weqT3XIEWpdPRA7VcLMjSV2GvVyMLiyPR/FEaC mgzmOR0IVE3sdoE8vFMbOA2TQ7xV4mn0gNJxl2Ayp57+gBCw3dtQ3Y94fuZhZ1BAEO1uHMFtOVN vxbJWPrcZkgswqxxsXrgbR6o= X-Received: by 127.0.0.2 with SMTP id 2tLsYY7687511xQKLWuBKr0X; Fri, 08 Dec 2023 23:55:18 -0800 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web11.5901.1702108518102827533 for ; Fri, 08 Dec 2023 23:55:18 -0800 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 67E9260A39 for ; Sat, 9 Dec 2023 07:55:17 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC667C433C8 for ; Sat, 9 Dec 2023 07:55:16 +0000 (UTC) X-Received: by mail-lf1-f51.google.com with SMTP id 2adb3069b0e04-50c04ebe1bbso2715656e87.1 for ; Fri, 08 Dec 2023 23:55:16 -0800 (PST) X-Gm-Message-State: hN6RQyvg1Jhyy6LeKg6P8nK6x7686176AA= X-Google-Smtp-Source: AGHT+IETrDfMb3KIo7NBmof+zr7OoseLyCBEkRcrgE0yrrObtS/5HBb59UBS7gz4lZZDKRdkNye/EC+gMBgwh59YPNU= X-Received: by 2002:a05:6512:68c:b0:50b:f9b2:cfc with SMTP id t12-20020a056512068c00b0050bf9b20cfcmr860467lfe.30.1702108515088; Fri, 08 Dec 2023 23:55:15 -0800 (PST) MIME-Version: 1.0 References: <20231209001954.155789-1-rebecca@os.amperecomputing.com> <20231209001954.155789-5-rebecca@os.amperecomputing.com> In-Reply-To: <20231209001954.155789-5-rebecca@os.amperecomputing.com> From: "Ard Biesheuvel" Date: Sat, 9 Dec 2023 08:55:03 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 4/4] ArmVirtPkg: Sync debug level comments in ArmVirt.dsc.inc To: Rebecca Cran Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Sami Mujawar , Gerd Hoffmann , devel@edk2.groups.io Precedence: Bulk List-Subscribe: List-Help: 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,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=PU1QyrLH; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io On Sat, 9 Dec 2023 at 01:20, Rebecca Cran wrote: > > Update the debug level comments in ArmVirt.dsc.inc to sync with > MdePkg/Include/Library/DebugLib.h. > > Signed-off-by: Rebecca Cran Reviewed-by: Ard Biesheuvel > --- > ArmVirtPkg/ArmVirt.dsc.inc | 42 ++++++++++---------- > 1 file changed, 22 insertions(+), 20 deletions(-) > > diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc > index 6bc72f1decbd..9b23ef97ec5f 100644 > --- a/ArmVirtPkg/ArmVirt.dsc.inc > +++ b/ArmVirtPkg/ArmVirt.dsc.inc > @@ -315,26 +315,28 @@ [PcdsFixedAtBuild.common] > gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f > !endif > > - # DEBUG_INIT 0x00000001 // Initialization > - # DEBUG_WARN 0x00000002 // Warnings > - # DEBUG_LOAD 0x00000004 // Load events > - # DEBUG_FS 0x00000008 // EFI File system > - # DEBUG_POOL 0x00000010 // Alloc & Free (pool) > - # DEBUG_PAGE 0x00000020 // Alloc & Free (page) > - # DEBUG_INFO 0x00000040 // Informational debug messages > - # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers > - # DEBUG_VARIABLE 0x00000100 // Variable > - # DEBUG_BM 0x00000400 // Boot Manager > - # DEBUG_BLKIO 0x00001000 // BlkIo Driver > - # DEBUG_NET 0x00004000 // SNP Driver > - # DEBUG_UNDI 0x00010000 // 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 > + # DEBUG_INIT 0x00000001 // Initialization > + # DEBUG_WARN 0x00000002 // Warnings > + # DEBUG_LOAD 0x00000004 // Load events > + # DEBUG_FS 0x00000008 // EFI File system > + # DEBUG_POOL 0x00000010 // Alloc & Free (pool) > + # DEBUG_PAGE 0x00000020 // Alloc & Free (page) > + # DEBUG_INFO 0x00000040 // Informational debug messages > + # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers > + # DEBUG_VARIABLE 0x00000100 // Variable > + # DEBUG_BM 0x00000400 // Boot Manager > + # DEBUG_BLKIO 0x00001000 // BlkIo Driver > + # DEBUG_NET 0x00004000 // Network Io Driver > + # DEBUG_UNDI 0x00010000 // 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_MANAGEABILITY 0x00800000 // Detailed debug and payload manageability messages > + # // related to modules such as Redfish, IPMI, MCTP etc. > + # DEBUG_ERROR 0x80000000 // Error > !if $(TARGET) != RELEASE > gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|$(DEBUG_PRINT_ERROR_LEVEL) > !endif > -- > 2.34.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112250): https://edk2.groups.io/g/devel/message/112250 Mute This Topic: https://groups.io/mt/103066386/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-