[edk2-devel] [PATCH] MdePkg: Define the DevicePath argument from LoadImage as optional

2023-12-07 Thread ManickamX Srinivasan
Define the DevicePath argument from LoadImage as optional as per the UEFI 2.9A specification. Reviewed-by: Zhiguang Liu Cc: Michael D Kinney Cc: Liming Gao Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 2 +- 1 file changed, 1 insertion(+), 1

[edk2-devel] [PATCH v2] MdePkg: Define the DevicePath argument from LoadImage as optional

2023-12-07 Thread ManickamX Srinivasan
Update the EFI LoadImage API in accordance with the UEFI v2.10 specification. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[edk2-devel] [PATCH v3] MdePkg: Add a new memory type definition

2023-12-07 Thread ManickamX Srinivasan
New memory type as defined in UEFI standard v2.10 Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/MdePkg/Include/Uefi

[edk2-devel] [PATCH v2] MdePkg: Add a new memory type definition

2023-12-07 Thread ManickamX Srinivasan
New memory type as defined in UEFI standard v2.9. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/MdePkg

[edk2-devel] [PATCH] MdePkg: Add a new memory type definition

2023-12-07 Thread ManickamX Srinivasan
New memory type as defined in UEFI standard v2.9. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/MdePkg

[edk2-devel] [PATCH] MdePkg: Define the DevicePath argument from LoadImage as optional

2023-12-07 Thread ManickamX Srinivasan
Update the EFI LoadImage API in accordance with the UEFI 2.9 specification. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- MdePkg/Include/Uefi/UefiSpec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[edk2-devel] [PATCH] Platform/Intel: Enhance the BOARD_ID without PCH_TYPE support

2023-09-13 Thread ManickamX Srinivasan
Yuwei Chen Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- Platform/Intel/Tools/GenBiosId/GenBiosId.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/Tools/GenBiosId/GenBiosId.py b/Platform/Intel/Tools/GenBiosId/GenBiosId.py index fa3689867..54

[edk2-devel] [PATCH] Platform/Intel: Enhance the BOARD_ID without PCH_TYPE support

2023-08-23 Thread ManickamX Srinivasan
Yuwei Chen Cc: T V Krishnamoorthy Signed-off-by: ManickamX Srinivasan --- Platform/Intel/Tools/GenBiosId/GenBiosId.py | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Platform/Intel/Tools/GenBiosId/GenBiosId.py b/Platform/Intel/Tools/GenBiosId/GenBiosId.py index f823fdcad..fa