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 CAFD39419D1 for ; Tue, 31 Oct 2023 15:24:57 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=OTuIKHSoMHkKvSLXClMiOiCk2mYGa6f9jaOB0kWM3wc=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:Reply-To:References:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1698765896; v=1; b=GKC2bbQRyGyrOke0HgaABYoffMx0skeFnYq+E7OnHlummyiDab3n35ea0UCHeNu1pjJAxJyA jEsLmcynPr0Oxo0cBOfUb4VtAyFwp5MMZDpFAaJK3/3FjofjIX58pIWdoQFr9tCzTOijpC99xX7 PPvkyRZpIbqlryAeJHMR9AX8= X-Received: by 127.0.0.2 with SMTP id axGSYY7687511xEhNbhIJFbm; Tue, 31 Oct 2023 08:24:56 -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.1495.1698765895796781331 for ; Tue, 31 Oct 2023 08:24:55 -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-455-udBFHFoUORqqjMMnNti8zw-1; Tue, 31 Oct 2023 11:24:35 -0400 X-MC-Unique: udBFHFoUORqqjMMnNti8zw-1 X-Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (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 7420C848C06; Tue, 31 Oct 2023 15:24:34 +0000 (UTC) X-Received: from [10.39.195.34] (unknown [10.39.195.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D3A6A492BE0; Tue, 31 Oct 2023 15:24:32 +0000 (UTC) Message-ID: Date: Tue, 31 Oct 2023 16:24:31 +0100 MIME-Version: 1.0 Subject: Re: [edk2-devel] [PATCH v3 4/4] ArmVirtPkg: Add varpolicy shell command From: "Laszlo Ersek" To: devel@edk2.groups.io, ardb@kernel.org, mikuback@linux.microsoft.com Cc: Ard Biesheuvel , Gerd Hoffmann , Julien Grall , Leif Lindholm , Sami Mujawar Reply-To: devel@edk2.groups.io,lersek@redhat.com References: <20231030203112.736-1-mikuback@linux.microsoft.com> <20231030203112.736-5-mikuback@linux.microsoft.com> <437a8285-653b-d592-4035-53bc04955d51@redhat.com> In-Reply-To: <437a8285-653b-d592-4035-53bc04955d51@redhat.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.9 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 List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: zbnf765TRisEGXP4yDxJuAefx7686176AA= 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=GKC2bbQR; 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/31/23 14:43, Laszlo Ersek wrote: > 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 = dump >>> >>> Cc: Ard Biesheuvel >>> Cc: Gerd Hoffmann >>> Cc: Julien Grall >>> Cc: Laszlo Ersek >>> Cc: Leif Lindholm >>> Cc: Sami Mujawar >>> Signed-off-by: Michael Kubacki >> >> Reviewed-by: Ard Biesheuvel >=20 > Queued via . merged as commit range 2e128302e608fbe2c03d1967dd7328bbdf07bab3~4..2e128302e608fbe2c03d1967dd7328b= bdf07bab3 -=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 (#110424): https://edk2.groups.io/g/devel/message/110424 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-