Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OvmfPkg: DxeTcg2PhysicalPresenceLib: fix changing of PCR banks #164

Merged
merged 3 commits into from
Sep 16, 2024

Commits on Sep 4, 2024

  1. OvmfPkg: DxeTcg2PhysicalPresenceLib: fix changing of PCR banks

    Tcg2PhysicalPresenceLibSubmitRequestToPreOSFunction writes to TPM2
    physical presence PPI provided by coreboot (a memory region preserved
    across reboots). CPU caches must be explicitly flushed prior to platform
    reboot or request written to PPI will be lost.
    
    Signed-off-by: Artur Kowalski <[email protected]>
    arturkow2000 authored and miczyg1 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1f42592 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. OvmfPkg: DxeTcg2PhysicalPresenceLib: fix bootloop

    Flush cache not only when placing request in PPI, but also after
    clearing old request from PPI.
    
    Signed-off-by: Artur Kowalski <[email protected]>
    arturkow2000 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2dfe3b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. .github/workflows/build.yml: Bump upload-artifacts to v4

    Signed-off-by: Michał Żygowski <[email protected]>
    miczyg1 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    250710a View commit details
    Browse the repository at this point in the history