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

Pcr bank change fix rebased #165

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Pcr bank change fix rebased #165

merged 2 commits into from
Sep 16, 2024

Commits on Sep 16, 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 16, 2024
    Configuration menu
    Copy the full SHA
    0266320 View commit details
    Browse the repository at this point in the history
  2. 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 authored and miczyg1 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4d1eaf5 View commit details
    Browse the repository at this point in the history