Re: [edk2-devel] [PATCH] NetworkPkg:Resolved Consecutive Pxe-Http Boot Issue

2024-03-25 Thread Sivaraman Nainar via groups.io
, @Zachary Clark-williams, Could you please add your feedback on the changes proposed? Thanks Siva -Original Message- From: devel@edk2.groups.io On Behalf Of Sivaraman Nainar via groups.io Sent: Thursday, February 22, 2024 7:33 AM To: Laszlo Ersek ; devel@edk2.groups.io; Santhosh K

Re: [edk2-devel] [PATCH] NetworkPkg:Resolved Consecutive Pxe-Http Boot Issue

2024-03-19 Thread Sivaraman Nainar via groups.io
On Behalf Of Sivaraman Nainar via groups.io Sent: Thursday, February 22, 2024 7:33 AM To: Laszlo Ersek ; devel@edk2.groups.io; Santhosh Kumar V ; Saloni Kasbekar ; Zachary Clark-williams Cc: Raj V Akilan ; Soundharia R Subject: [EXTERNAL] Re: [edk2-devel] [PATCH] NetworkPkg:Resolved Consecutive Pxe

Re: [edk2-devel] [PATCH] NetworkPkg:Resolved Consecutive Pxe-Http Boot Issue

2024-02-26 Thread Sivaraman Nainar via groups.io
on the changes proposed? Thanks Siva -Original Message- From: devel@edk2.groups.io On Behalf Of Sivaraman Nainar via groups.io Sent: Thursday, February 22, 2024 7:33 AM To: Laszlo Ersek ; devel@edk2.groups.io; Santhosh Kumar V ; Saloni Kasbekar ; Zachary Clark-williams Cc: Raj V Akilan

Re: [edk2-devel] [PATCH] NetworkPkg:Resolved Consecutive Pxe-Http Boot Issue

2024-02-26 Thread Sivaraman Nainar via groups.io
@Saloni Kasbekar, @Zachary Clark-williams, Could you please add your feedback on the changes proposed? Thanks Siva -Original Message- From: devel@edk2.groups.io On Behalf Of Sivaraman Nainar via groups.io Sent: Thursday, February 22, 2024 7:33 AM To: Laszlo Ersek ; devel@edk2.groups.io

Re: [edk2-devel] [PATCH] NetworkPkg:Resolved Consecutive Pxe-Http Boot Issue

2024-02-21 Thread Sivaraman Nainar via groups.io
Laszlo: Thanks for the detailed feedback on the changes for this issue. Since we are not sure if this change are valid / violate some purpose of SNP driver, it mentioned as Workaround. @Saloni Kasbekar and @Clark-williams, Zachary can add more on these changes. As you recommended, we can have

Re: [edk2-devel] Clarification on LoadFile2 Protocol Installation for Network Boot Devices

2023-12-20 Thread Sivaraman Nainar via groups.io
); Maybe we need to update #18 to include Network devices? Thanks, Saloni From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> mailto:devel@edk2.groups.io>> On Behalf Of Sivaraman Nainar via groups.io Sent: Friday, December 15, 2023 3:29 AM To: devel@edk2.groups.io<

Re: [edk2-devel] Clarification on LoadFile2 Protocol Installation for Network Boot Devices

2023-12-18 Thread Sivaraman Nainar via groups.io
devices? Thanks, Saloni From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> mailto:devel@edk2.groups.io>> On Behalf Of Sivaraman Nainar via groups.io Sent: Friday, December 15, 2023 3:29 AM To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>; Clark-williams, Zachary mail

[edk2-devel] reg: Clarification on LoadFile2 Protocol Installation for Network Boot Devices

2023-12-15 Thread Sivaraman Nainar via groups.io
Hello ZClarkWilliams: Could you please help to clarify if NetworkStack MUST install the LoadFile2 Protocol or not. With reference to the below spec item, the LoadFile2 protocol must be implemented. In one of the BIOS environment, the Setup Browser Locates the LoadFile2 instance of Network

Re: [edk2-devel] reg: Two IAID assignment for single MAC Address

2023-10-03 Thread Sivaraman Nainar via groups.io
+ Saloni and Zachary. From: Sivaraman Nainar Sent: Tuesday, October 3, 2023 10:39 PM To: devel@edk2.groups.io; Maciej Rabeda Cc: Santhosh Kumar V ; Mike Su (蘇得緣) ; Dhanaraj V Subject: reg: Two IAID assignment for single MAC Address Hello Maciej: When IPV6 PXE Boot performed in the

[edk2-devel] reg: Two IAID assignment for single MAC Address

2023-10-03 Thread Sivaraman Nainar via groups.io
Hello Maciej: When IPV6 PXE Boot performed in the environment where client and server are connected behind Routers, there are two SARR process happens, and both are using different IAID’s. During the PXE Boot IPV6, SARR Process Initiated to get the Boot File information. During that time one

[edk2-devel] reg: HTTP Boot failure

2023-07-28 Thread Sivaraman Nainar via groups.io
Hello: In the environment of PXE and Http server setup configured in same Linux machine HTTP Boot is gettin failed. If the PXE Server and HTTP Server configured in two different machines then the boot is fine. Failure Test case: 1.Select PXE IPv4/6 to boot 2.Booted into Grub Boot loader

[edk2-devel] reg: Load File 2 Protocol

2023-06-01 Thread Sivaraman Nainar via groups.io
Hello Maciej: This is regarding an inquiry about usage of Load File 2 Protocol in HTTP Boot. From the UEFI Specification refence below the driver supposed to install Load File 2 Protocol to get the HTTP boot file loaded. The HTTPBootDxe driver installs the Load File protocol only. 2.6.3

Re: [edk2-devel] reg: MAC address could not change on pre-boot environment and failed to PXE boot.

2023-06-01 Thread Sivaraman Nainar via groups.io
Hello Erich / Maciej: Thanks for your guidelines. With this approach able to program the MAC and PXE boot works. Thank you Siva From: erichmcm...@gmail.com Sent: Friday, March 24, 2023 10:06 AM To: Sivaraman Nainar;

[edk2-devel] reg: MAC address could not change on pre-boot environment and failed to PXE boot.

2023-03-23 Thread Sivaraman Nainar via groups.io
Hello : We are writing a application to program the MAC from UEFI shell and with the updated MAC address trying to do the PXE Boot which failed. The application uses the Simple Network Protocols StationAddress() to update the MAC. After update the Current Address in the Mode of SimpleNetwork

Re: [edk2-devel] How to restrict HTTPS boot to a single address

2022-08-28 Thread Sivaraman Nainar via groups.io
Hello Rafael. HttpBootCheckUriScheme() in HttpBootDxe\HttpBootSupport.c should be the right place to filter the URI. Please give a try. -Siva From: devel@edk2.groups.io On Behalf Of Rafael Machado via groups.io Sent: Friday, August 26, 2022 7:46 PM To: devel@edk2.groups.io Subject:

[edk2-devel] [PATCH 1/2] NetworkPkg:UEFIPXEBC

2021-12-30 Thread Sivaraman Nainar via groups.io
From: "INDIA\\sivaramann" Issue on the PxeBcDhcp4CallBack() functions of UEFIPXEBC Driver. In this function any non allowed events are recieved as input it will exit in beginning itself. But the switch case handling the default and Dhcp4SendRequest which is not reachable. Signed-off-by: