Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jpruiz84/edk2

Tags

r36.3.0.1

Toggle r36.3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
UnitTestFrameworkPkg: Use TianoCore mirror of subhook submodule

uefi-202410.0

Toggle uefi-202410.0's commit message
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]>

uefi-202405.1

Toggle uefi-202405.1's commit message
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]>

r36.4.0

Toggle r36.4.0's commit message
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]>

uefi-202210.5

Toggle uefi-202210.5's commit message
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]>

r35.6.0-edk2-stable202208

Toggle r35.6.0-edk2-stable202208's commit message
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]>

uefi-202409.1

Toggle uefi-202409.1's commit message
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]>

uefi-202409.0

Toggle uefi-202409.0's commit message
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]>

uefi-202408.0

Toggle uefi-202408.0's commit message
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]>

uefi-202406.0

Toggle uefi-202406.0's commit message
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]>