public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Samer El-Haj-Mahmoud" <samer.el-haj-mahmoud@arm.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Ard Biesheuvel <Ard.Biesheuvel@arm.com>,
	Pete Batard <pete@akeo.ie>, Leif Lindholm <leif@nuviainc.com>,
	Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>
Subject: Re: [edk2-devel] [edk2-platform][PATCH v1 1/1] EmbeddedPkg/VirtualRealTimeClockLib : Reduce DEBUG message verbosity
Date: Wed, 6 Jan 2021 14:36:33 +0000	[thread overview]
Message-ID: <DB7PR08MB32601B97A7EEAB3DB647722290D00@DB7PR08MB3260.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <56c28bbf-7ddf-7dc9-7671-1511076fd8cf@arm.com>

resent

> -----Original Message-----
> From: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Sent: Wednesday, January 6, 2021 5:34 AM
> To: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>; Pete
> Batard <pete@akeo.ie>; devel@edk2.groups.io; Leif Lindholm
> <leif@nuviainc.com>
> Subject: Re: [edk2-devel] [edk2-platform][PATCH v1 1/1]
> EmbeddedPkg/VirtualRealTimeClockLib : Reduce DEBUG message verbosity
>
> On 1/5/21 9:46 PM, Samer El-Haj-Mahmoud wrote:
> > Gentle reminder...
> >
>
> Please resend this with me on cc so I have it in my mailbox.
>
> >> -----Original Message-----
> >> From: Pete Batard <pete@akeo.ie>
> >> Sent: Wednesday, December 23, 2020 11:37 AM
> >> To: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>;
> >> devel@edk2.groups.io
> >> Cc: Leif Lindholm <leif@nuviainc.com>; Ard Biesheuvel
> >> <Ard.Biesheuvel@arm.com>
> >> Subject: Re: [edk2-devel] [edk2-platform][PATCH v1 1/1]
> >> EmbeddedPkg/VirtualRealTimeClockLib : Reduce DEBUG message
> verbosity
> >>
> >> On 2020.12.20 19:14, Samer El-Haj-Mahmoud wrote:
> >>> Using Ard's correct e-mail
> >>>
> >>>> -----Original Message-----
> >>>> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> >> Samer
> >>>> El-Haj-Mahmoud via groups.io
> >>>> Sent: Sunday, December 20, 2020 2:08 PM
> >>>> To: devel@edk2.groups.io
> >>>> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>; Leif Lindholm
> >>>> <leif@nuviainc.com>; Pete Batard <pete@akeo.ie>
> >>>> Subject: [edk2-devel] [edk2-platform][PATCH v1 1/1]
> >>>> EmbeddedPkg/VirtualRealTimeClockLib : Reduce DEBUG message
> >> verbosity
> >>>>
> >>>> the DEBUG message for using compilation time epoch is appearing
> >>>> very frequently on DEBUG firmware builds, for example during UEFI
> SCT runs.
> >>>> Reduce verbosity to avoid the annoying repetitive message.
> >>>>
> >>>> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> >>>> Cc: Leif Lindholm <leif@nuviainc.com>
> >>>> Cc: Pete Batard <pete@akeo.ie>
> >>>> Signed-off-by: Samer El-Haj-Mahmoud <Samer.El-Haj-
> >> Mahmoud@arm.com>
> >>>> ---
> >>>>
> >>>>
> EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib
> >>>> .c
> >>>> |
> >>>> 2 +-
> >>>>   1 file changed, 1 insertion(+), 1 deletion(-)
> >>>>
> >>>> diff --git
> >>>>
> a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockL
> >>>> ib
> >>>> .c
> >>>>
> >>
> b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib
> >>>> .c index 5c13ed4cf190..4210708cff36 100644
> >>>> ---
> >>>>
> a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockL
> >>>> ib
> >>>> .c
> >>>> +++
> >>>>
> >>
> b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib
> >>>> .c
> >>>> @@ -88,7 +88,7 @@ LibGetTime (
> >>>>       //
> >>>>
> >>>>       EpochSeconds = BUILD_EPOCH;
> >>>>
> >>>>       DEBUG ((
> >>>>
> >>>> -      DEBUG_INFO,
> >>>>
> >>>> +      DEBUG_VERBOSE,
> >>>>
> >>>>         "LibGetTime: %s non volatile variable was not found - Using
> >>>> compilation time epoch.\n",
> >>>>
> >>>>         mEpochVariableName
> >>>>
> >>>>         ));
> >>>>
> >>>> --
> >>>> 2.25.1
> >>>>
> >>>>
> >>>>
> >>>> -=-=-=-=-=-=
> >>>> Groups.io Links: You receive all messages sent to this group.
> >>>> View/Reply Online (#69269):
> >>>> https://edk2.groups.io/g/devel/message/69269
> >>>> Mute This Topic: https://groups.io/mt/79110001/1945644
> >>>> Group Owner: devel+owner@edk2.groups.io
> >>>> Unsubscribe: https://edk2.groups.io/g/devel/unsub [samer.el-haj-
> >>>> mahmoud@arm.com] -=-=-=-=-=-=
> >>>>
> >>>
> >>> IMPORTANT NOTICE: The contents of this email and any attachments are
> >> confidential and may also be privileged. If you are not the intended
> >> recipient, please notify the sender immediately and do not disclose
> >> the contents to any other person, use it for any purpose, or store or
> >> copy the information in any medium. Thank you.
> >>>
> >>
> >> Reviewed-by: Pete Batard <pete@akeo.ie>
> >> Tested-by: Pete Batard <pete@akeo.ie> (On an RPi4 platform where we
> >> would see tons of these unwanted messages without this patch)
> >

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

  reply	other threads:[~2021-01-06 14:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1652824B75E1BD30.11931@groups.io>
2020-12-20 19:14 ` [edk2-devel] [edk2-platform][PATCH v1 1/1] EmbeddedPkg/VirtualRealTimeClockLib : Reduce DEBUG message verbosity Samer El-Haj-Mahmoud
2020-12-23 16:37   ` Pete Batard
2021-01-05 20:46     ` Samer El-Haj-Mahmoud
2021-01-06 10:34       ` Ard Biesheuvel
2021-01-06 14:36         ` Samer El-Haj-Mahmoud [this message]
     [not found]         ` <1657AB5D550B1C6A.2692@groups.io>
2021-02-20 16:09           ` Samer El-Haj-Mahmoud
2021-02-20 16:13             ` Ard Biesheuvel
2021-02-20 16:41 Samer El-Haj-Mahmoud
2021-02-20 16:50 ` Ard Biesheuvel
2021-02-20 17:22   ` [edk2-devel] " Samer El-Haj-Mahmoud

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB7PR08MB32601B97A7EEAB3DB647722290D00@DB7PR08MB3260.eurprd08.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox