|
[PATCH] MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.
From the function description of GetIfrBinaryData(), FormSetGuid can be NULL. However, FormSetGuid is passed to IsZeroGuid(). This causes exception when FormSetGuid is NULL. Signed-off-by: Nickle Wang
From the function description of GetIfrBinaryData(), FormSetGuid can be NULL. However, FormSetGuid is passed to IsZeroGuid(). This causes exception when FormSetGuid is NULL. Signed-off-by: Nickle Wang
|
By
Nickle Wang
· #54640
·
|
|
[PATCH v2] MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.
From the function description of GetIfrBinaryData(), FormSetGuid can be NULL. However, FormSetGuid is passed to IsZeroGuid(). This causes exception when FormSetGuid is NULL. Signed-off-by: Nickle Wang
From the function description of GetIfrBinaryData(), FormSetGuid can be NULL. However, FormSetGuid is passed to IsZeroGuid(). This causes exception when FormSetGuid is NULL. Signed-off-by: Nickle Wang
|
By
Nickle Wang
· #54696
·
|
|
[PATCH] MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.
Hi Dandan, Thanks for your reminder. I update my patch and it passed BaseTools/Scripts/PatchCheck.py test. Nickle
Hi Dandan, Thanks for your reminder. I update my patch and it passed BaseTools/Scripts/PatchCheck.py test. Nickle
|
By
Nickle Wang
· #54699
·
|
|
[PATCH] MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.
Hi Liming, Yes, I made a function and call GetIfrBinaryData() with NULL value to second parameter. Then I see system assert. Thanks, Nickle
Hi Liming, Yes, I made a function and call GetIfrBinaryData() with NULL value to second parameter. Then I see system assert. Thanks, Nickle
|
By
Nickle Wang
· #54700
·
|
|
[PATCH] MdeModulePkg/SetupBrowserDxe: Fix IsZeroGuid() ASSERT.
No, I can have a dummy variable to work around this issue. Nickle
No, I can have a dummy variable to work around this issue. Nickle
|
By
Nickle Wang
· #54702
·
|
|
[PATCH] EmulatorPkg/WinHost: Enable network support.
Follow the implementation from Unix host to implement SNP EMU_IO_THUNK_PROTOCOL and EMU_SNP_PROTOCOL. The network IO driver is the same one as Nt32. Please refer to NETWORK-IO Subproject for network I
Follow the implementation from Unix host to implement SNP EMU_IO_THUNK_PROTOCOL and EMU_SNP_PROTOCOL. The network IO driver is the same one as Nt32. Please refer to NETWORK-IO Subproject for network I
|
By
Nickle Wang
· #56465
·
|
|
[PATCH v2] EmulatorPkg/WinHost: Enable network support.
Follow the implementation from Unix host to implement SNP EMU_IO_THUNK_PROTOCOL and EMU_SNP_PROTOCOL. The network IO driver is the same one as Nt32. Please refer to NETWORK-IO Subproject for network I
Follow the implementation from Unix host to implement SNP EMU_IO_THUNK_PROTOCOL and EMU_SNP_PROTOCOL. The network IO driver is the same one as Nt32. Please refer to NETWORK-IO Subproject for network I
|
By
Nickle Wang
· #57094
·
|
|
[PATCH v2] EmulatorPkg/WinHost: Enable network support.
Hi Justen, Andrew, Ray, Could you please help me to review my change? This is version 2 patch to address the comment from TianoDesign meeting on 04/03. Thanks, Nickle
Hi Justen, Andrew, Ray, Could you please help me to review my change? This is version 2 patch to address the comment from TianoDesign meeting on 04/03. Thanks, Nickle
|
By
Nickle Wang
· #57602
·
|
|
[Rest Ex Definition PATCH 2/2] RedfishPkg/Include: PCD definitions of Host Interface EFI device path
Reviewed-by: Nickle Wang <nickle.wang@...>
Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #66129
·
|
|
[EFI Redfish Host Interface PATCH 1/5] RedfishPkg/Include: Definitions of SMBIOS Redfish Host Interface
Reviewed-by: Nickle Wang <nickle.wang@...>
Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #66727
·
|
|
[EFI Redfish Host Interface PATCH 2/5] RedfishPkg/Include: PlatformHostInterfaceLib header file
Hi Abner, I found that the parameter is not defined as it is described in function header. Please check my comment inline below. Thanks, Nickle
Hi Abner, I found that the parameter is not defined as it is described in function header. Please check my comment inline below. Thanks, Nickle
|
By
Nickle Wang
· #66730
·
|
|
[EFI Redfish Host Interface PATCH 3/5] RedfishPkg/PlatformHostInterfaceLib: Platform NULL lib
Hi Abner, I do not see any usage of DEBUG macro in this NULL library so maybe "DebugLib" could be removed from INF file. Thanks, Nickle
Hi Abner, I do not see any usage of DEBUG macro in this NULL library so maybe "DebugLib" could be removed from INF file. Thanks, Nickle
|
By
Nickle Wang
· #66731
·
|
|
[EFI Redfish Host Interface PATCH 4/5] RedfishPkg/RedfishHostInterfaceDxe: Create SMBIOS type 42 record
Reviewed-by: Nickle Wang <nickle.wang@...>
Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #66732
·
|
|
[EFI Redfish Host Interface PATCH 5/5] RedfishPkg: Add RedfishHostInterfaceDxe to RedfishPkg
Hi Abner, Do we need to specify the library instance under [Components] section when they are specified in [LibraryClasses] already? Thanks, Nickle
Hi Abner, Do we need to specify the library instance under [Components] section when they are specified in [LibraryClasses] already? Thanks, Nickle
|
By
Nickle Wang
· #66733
·
|
|
[Redfish Discover Header File PATCH] RedfishPkg/Include: EFI Redfish Discover Protocol header file
Reviewed-by: Nickle Wang <nickle.wang@...>
Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #66734
·
|
|
[RestJsonStructureDxe PATCH v3 1/3] MdePkg/Include: Definitions of EFI REST JSON Structure Protocol
Hi Abner, I found an issue on function header of EFI_REST_JSON_STRUCTURE_REGISTER that is not follow UEFI spec. Thanks, Nickle
Hi Abner, I found an issue on function header of EFI_REST_JSON_STRUCTURE_REGISTER that is not follow UEFI spec. Thanks, Nickle
|
By
Nickle Wang
· #66736
·
|
|
[RestJsonStructureDxe PATCH v3 2/3] RedfishPkg/RestJsonStructureDxe: EFI REST JSON Structure Protocol
Hi Abner, I have comment for function RestJsonStructureUnload(). Please check my inline comment below. Thanks, Nickle
Hi Abner, I have comment for function RestJsonStructureUnload(). Please check my inline comment below. Thanks, Nickle
|
By
Nickle Wang
· #66737
·
|
|
[RestJsonStructureDxe PATCH v3 3/3] RedfishPkg: Changes on RedfishPkg for CI test
Reviewed-by: Nickle Wang <nickle.wang@...>
Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #66738
·
|
|
[RestJsonStructureDxe PATCH v4 2/3] RedfishPkg/RestJsonStructureDxe: EFI REST JSON Structure Protocol
Hi Abner, Thanks for addressing my comment. Reviewed-by: Nickle Wang <nickle.wang@...>
Hi Abner, Thanks for addressing my comment. Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #66844
·
|
|
[EFI Redfish Host Interface PATCH v2 3/6] RedfishPkg/PlatformHostInterfaceLib: Platform NULL lib
Reviewed-by: Nickle Wang <nickle.wang@...>
Reviewed-by: Nickle Wang <nickle.wang@...>
|
By
Nickle Wang
· #66845
·
|