From nobody Sun May 5 13:09:54 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+68651+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+68651+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=gmail.com ARC-Seal: i=1; a=rsa-sha256; t=1607593061; cv=none; d=zohomail.com; s=zohoarc; b=SMPD9buew/O0Fg9orcT9eu5rDMFattRdiLHrS2Xu7ZfTdxJACRSuNryCBMM093KUd1cnwtWH+1+1Y3h+v0pynWwcuCmDKuM6ubysnrCwZkGPXMa6k+Heyqb+JXXg4bemusZ9WvU5eS5OqBx/2dGWqzKq9EAHQJYZkaWmYBUtKKY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1607593061; h=Content-Transfer-Encoding:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=q7HTjcpWQZMqAytMPREo1ziOTbsuMVQeIUK4u2EI4Ew=; b=Gg2A92do5QaoSD05KY3ucRju/BgtunpOnF864Jc0kTdAOaUiA+DLSqKouvrTjmSNSwDWYWKOyCEPbGIyv28TqZfwTN/+Z1DSWxQuvvwNmYsfvDxdggw1SbOf7dRyIKCXgRMUXVjGNcAEszz/9DGAyo6dBihE7iqQL/2OvVKZSLo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+68651+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1607593061170156.52002830386607; Thu, 10 Dec 2020 01:37:41 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id jwqrYY1788612xDcITTMshbN; Thu, 10 Dec 2020 01:37:40 -0800 X-Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by mx.groups.io with SMTP id smtpd.web12.11035.1607444559806414567 for ; Tue, 08 Dec 2020 08:22:39 -0800 X-Received: by mail-pg1-f193.google.com with SMTP id f17so12599040pge.6 for ; Tue, 08 Dec 2020 08:22:39 -0800 (PST) X-Gm-Message-State: LF8RanN9KyTw4DUsK2znkxQUx1787277AA= X-Google-Smtp-Source: ABdhPJzqmqJ0r1kfrH1tJOR+Jr07wEBAvJ4wauv6P+3P0Qzpz8B7DGDBfU97TxAFaS/XIEhXaZBTNg== X-Received: by 2002:aa7:9722:0:b029:19e:2832:4f63 with SMTP id k2-20020aa797220000b029019e28324f63mr7660053pfg.58.1607444558977; Tue, 08 Dec 2020 08:22:38 -0800 (PST) X-Received: from UTILFW-8301.in.megatrends.com ([122.164.151.17]) by smtp.gmail.com with ESMTPSA id f7sm3774510pjs.25.2020.12.08.08.22.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Dec 2020 08:22:38 -0800 (PST) From: "INDIA\\sivaramann" X-Google-Original-From: "INDIA\\sivaramann" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH] Adding the MAC in the HTTP Boot Title Date: Tue, 8 Dec 2020 21:52:34 +0530 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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,emergingsiva@gmail.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1607593060; bh=XIQMNdrWbR3wrRei0qhp81Xc4JZIsSpsGX1dwUpLmDU=; h=Date:From:Reply-To:Subject:To; b=ez+G7VJ/LoDOxu9+hhU0L+HMU7+K3h4fzvD+zrieWYsKwyECnPyCPk20EblXRK2xu7O 7/4FzLet71moX35CjjDIAVyY9SfaTIuW96ZrFhPXgo2mnUnHs0ucgGHRk9Pv1U0wzcGug /G+ECicYlQJsDcPappzL4Uzy2q7y22yBTCk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" --- NetworkPkg/HttpBootDxe/HttpBootConfig.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NetworkPkg/HttpBootDxe/HttpBootConfig.c b/NetworkPkg/HttpBootD= xe/HttpBootConfig.c index 646c907b12..677d913a09 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootConfig.c +++ b/NetworkPkg/HttpBootDxe/HttpBootConfig.c @@ -629,6 +629,18 @@ HttpBootConfigFormInit ( NULL ); =20 + OldMenuString =3D HiiGetString ( + CallbackInfo->RegisteredHandle,=20 + STRING_TOKEN (STR_HTTP_BOOT_CONFIG_FORM_TITLE),=20 + NULL + ); + UnicodeSPrint (MenuString, 128, L"MAC:%s-%s", MacString,OldMenuStr= ing); =20 + HiiSetString ( + CallbackInfo->RegisteredHandle,=20 + STRING_TOKEN (STR_HTTP_BOOT_CONFIG_FORM_TITLE),=20 + MenuString,=20 + NULL + ); FreePool (MacString); FreePool (OldMenuString); =20 --=20 2.28.0.windows.1 -=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 (#68651): https://edk2.groups.io/g/devel/message/68651 Mute This Topic: https://groups.io/mt/78850812/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-