Tags: jpruiz84/edk2
Tags
DynamicTablesPkg: Correct _PSD package format
The _PSD structure should have nested packages.
The current implementation generates
Name (_PSD, Package()
{
NumEntries // Integer
Revision // Integer (BYTE)
Domain // Integer (DWORD)
CoordType // Integer (DWORD)
NumProcessors // Integer (DWORD)
})
when this should be
Name (_PSD, Package()
{
Package()
{
NumEntries // Integer
Revision // Integer (BYTE)
Domain // Integer (DWORD)
CoordType // Integer (DWORD)
NumProcessors // Integer (DWORD)
}
})
REF: https://uefi.org/specs/ACPI/6.5/08_Processor_Configuration_and_Control.html#psd-p-state-dependency
Signed-off-by: Jeff Brasen <[email protected]>
Reviewed-by: Ashish Singhal <[email protected]>
Reviewed-by: Jeshua Smith <[email protected]>
MdeModulePkg/HiiDatabaseDxe: Remove assert for VarStoreId = 0 It is legal for the VarStoreId of a question to be 0 per the UEFI spec: "Specifies the identifier of a previously declared variable store to use when storing the question’s value. A value of zero indicates no associated variable store." Instead of hitting an assert just skip this question as there is no value to return. ref: tianocore/edk2#5725 Signed-off-by: Jeff Brasen <[email protected]> Tested-by: Ashish Singhal <[email protected]> Reviewed-by: Ashish Singhal <[email protected]>
MdeModulePkg/HiiDatabaseDxe: Remove assert for VarStoreId = 0 It is legal for the VarStoreId of a question to be 0 per the UEFI spec: "Specifies the identifier of a previously declared variable store to use when storing the question’s value. A value of zero indicates no associated variable store." Instead of hitting an assert just skip this question as there is no value to return. ref: tianocore/edk2#5725 Signed-off-by: Jeff Brasen <[email protected]> Tested-by: Ashish Singhal <[email protected]> Reviewed-by: Ashish Singhal <[email protected]>
NetworkPkg: : Adds a SecurityFix.yaml file This creates / adds a security file that tracks the security fixes found in this package and can be used to find the fixes that were applied. Cc: Saloni Kasbekar <[email protected]> Cc: Zachary Clark-williams <[email protected]> Signed-off-by: Doug Flick [MSFT] <[email protected]> Reviewed-by: Saloni Kasbekar <[email protected]> Reviewed-by: Jeff Brasen <[email protected]> Tested-by: Jeff Brasen <[email protected]>
NetworkPkg: : Adds a SecurityFix.yaml file This creates / adds a security file that tracks the security fixes found in this package and can be used to find the fixes that were applied. Cc: Saloni Kasbekar <[email protected]> Cc: Zachary Clark-williams <[email protected]> Signed-off-by: Doug Flick [MSFT] <[email protected]> Reviewed-by: Saloni Kasbekar <[email protected]> Reviewed-by: Jeff Brasen <[email protected]> Tested-by: Jeff Brasen <[email protected]>
PrmPkg: PRMT.RUNS always return success Re-creating byte field of PRM data buffer as a WA for returning the correct status. Correct the signature of static data buffer to follow spec. Signed-off-by: Wei Chen <[email protected]> Reviewed-by: Nick Ramirez <[email protected]>
PrmPkg: PRMT.RUNS always return success Re-creating byte field of PRM data buffer as a WA for returning the correct status. Correct the signature of static data buffer to follow spec. Signed-off-by: Wei Chen <[email protected]> Reviewed-by: Nick Ramirez <[email protected]>
CryptoPkg: Infineon TPM functions These changes came from the Infineon TPM firmware update source code. Infineon extended the BaseCryptLib API to export additional OpenSSL functionality to support their TPM FW update driver. This commit adds them as received from Infineon. Reviewed-by: Ashish Singhal <[email protected]> Tested-by: Jake Garver <[email protected]> Reviewed-by: Jake Garver <[email protected]>
MdeModulePkg/HiiDatabaseDxe: Remove assert for VarStoreId = 0 It is legal for the VarStoreId of a question to be 0 per the UEFI spec: "Specifies the identifier of a previously declared variable store to use when storing the question’s value. A value of zero indicates no associated variable store." Instead of hitting an assert just skip this question as there is no value to return. ref: tianocore/edk2#5725 Signed-off-by: Jeff Brasen <[email protected]> Reviewed-by: Jake Garver <[email protected]> Tested-by: Jake Garver <[email protected]>
PreviousNext