[edk2-devel] [PATCH 1/1] Adding the MAC in the HTTP Boot Title

Maciej Rabeda maciej.rabeda at linux.intel.com
Mon Dec 14 11:29:44 UTC 2020


Nainar,

This is not the first time you are contributing a patch, yet you fail to 
do it in accordance to the process.
I cannot see *at minimum*: commit message, proper CC tags, bugzilla 
reference.

Please follow the process to have your patches reviewed.

Thanks,
Maciej

On 09-Dec-20 17:20, INDIA\sivaramann wrote:
> ---
>   NetworkPkg/HttpBootDxe/HttpBootConfig.c | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>
> diff --git a/NetworkPkg/HttpBootDxe/HttpBootConfig.c b/NetworkPkg/HttpBootDxe/HttpBootConfig.c
> index 646c907b12..677d913a09 100644
> --- a/NetworkPkg/HttpBootDxe/HttpBootConfig.c
> +++ b/NetworkPkg/HttpBootDxe/HttpBootConfig.c
> @@ -629,6 +629,18 @@ HttpBootConfigFormInit (
>         NULL
>
>         );
>
>   
>
> +    OldMenuString = HiiGetString (
>
> +                          CallbackInfo->RegisteredHandle,
>
> +                          STRING_TOKEN (STR_HTTP_BOOT_CONFIG_FORM_TITLE),
>
> +                          NULL
>
> +                          );
>
> +        UnicodeSPrint (MenuString, 128, L"MAC:%s-%s", MacString,OldMenuString);
>
> +        HiiSetString (
>
> +          CallbackInfo->RegisteredHandle,
>
> +          STRING_TOKEN (STR_HTTP_BOOT_CONFIG_FORM_TITLE),
>
> +          MenuString,
>
> +          NULL
>
> +          );
>
>       FreePool (MacString);
>
>       FreePool (OldMenuString);
>
>   
>



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#68765): https://edk2.groups.io/g/devel/message/68765
Mute This Topic: https://groups.io/mt/78850813/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list