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 93A4874003D for ; Tue, 31 Oct 2023 13:43:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=EKHQOT3flaGHtzSrqaYyI3LS1BIEDIX/APUa8cN82OE=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698759829; v=1; b=CXSlDK0xRYYnnASJic8rfyRiUJls5Pzo2o54zwQzk+SVEyXZtmFx9nYO+4qPXPPHVQvUtsTr XldtrA0VQfihF7Sg/pGDBOowRRF7ZsDm05hJm2ny9TAaAak8J04g/OGQB6EAJe7cPoxzvtCuG6u fnheKLhW7W0p/Y4A+XbgHZBU= X-Received: by 127.0.0.2 with SMTP id SvqcYY7687511xSzGFk9FA7q; Tue, 31 Oct 2023 06:43:49 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.186676.1698759828473599128 for ; Tue, 31 Oct 2023 06:43:48 -0700 X-Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-91-Zfb0UB-9MbOIUtzVxBULtQ-1; Tue, 31 Oct 2023 09:43:29 -0400 X-MC-Unique: Zfb0UB-9MbOIUtzVxBULtQ-1 X-Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C226B101A550; Tue, 31 Oct 2023 13:43:28 +0000 (UTC) X-Received: from [10.39.195.34] (unknown [10.39.195.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 18BB81A098; Tue, 31 Oct 2023 13:43:23 +0000 (UTC) Message-ID: <437a8285-653b-d592-4035-53bc04955d51@redhat.com> Date: Tue, 31 Oct 2023 14:43:22 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v3 4/4] ArmVirtPkg: Add varpolicy shell command To: devel@edk2.groups.io, ardb@kernel.org, mikuback@linux.microsoft.com Cc: Ard Biesheuvel , Gerd Hoffmann , Julien Grall , Leif Lindholm , Sami Mujawar References: <20231030203112.736-1-mikuback@linux.microsoft.com> <20231030203112.736-5-mikuback@linux.microsoft.com> From: "Laszlo Ersek" In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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,lersek@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: qiXyAO8YtoIlZqfDmIUW2SHKx7686176AA= Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=CXSlDK0x; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (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 10/30/23 23:36, Ard Biesheuvel wrote: > On Mon, 30 Oct 2023 at 21:31, wrote: >> >> From: Michael Kubacki >> >> Adds the varpolicy EFI shell command to all DSC files that >> currently include other dynamic shell commands from ShellPkg. >> >> This command allows variable policies to be dumped in the EFI >> shell for convenient auditing and debug. >> >> Use the command in the EFI shell as follows: >> >> - `"varpolicy"` dumps platform variables >> - `"varpolicy -?"` shows help text >> - `"varpolicy -b"` pages output as expected >> - `"varpolicy -s"` shows accurate variable statistic information >> - `"varpolicy -p"` shows accurate UEFI variable policy information >> - `"varpolicy-v -b"` dumps all information including variable data hex d= ump >> >> Cc: Ard Biesheuvel >> Cc: Gerd Hoffmann >> Cc: Julien Grall >> Cc: Laszlo Ersek >> Cc: Leif Lindholm >> Cc: Sami Mujawar >> Signed-off-by: Michael Kubacki >=20 > Reviewed-by: Ard Biesheuvel Queued via . -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110415): https://edk2.groups.io/g/devel/message/110415 Mute This Topic: https://groups.io/mt/102284388/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-