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

Protectli vault ehl/pop up fix #362

Merged
merged 5 commits into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. 3rdparty/vboot: update submodule

    Signed-off-by: Michał Żygowski <[email protected]>
    miczyg1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    edd0660 View commit details
    Browse the repository at this point in the history
  2. security/vboot: Update vboot context with slot B absence

    coreboot offers two vboot schemes VBOOT_SLOTS_RW_A and
    VBOOT_SLOTS_RW_AB. When VBOOT_SLOTS_RW_AB is not selected then the
    resulting image is rather not expected to have RW_B flash regions.
    When only RW_A partition is used, vboot does additional full_reset
    cycles to try RW_B, even though it does not exist / the build was not
    configured for two RW partitions. To avoid it, a new vboot context
    flag has been introduced, VB2_CONTEXT_SLOT_A_ONLY, which can be set
    right after context initialization to inform vboot about absence of
    slot B. This will result in less full_reset cycles when vboot runs
    out of available slots and cause vboot to switch to recovery mode
    faster.
    
    Signed-off-by: Michał Żygowski <[email protected]>
    miczyg1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    590c5db View commit details
    Browse the repository at this point in the history
  3. security/vboot: clear recovery reason before backup to flash

    Signed-off-by: Michał Żygowski <[email protected]>
    miczyg1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9aed898 View commit details
    Browse the repository at this point in the history
  4. src/mainboard/protectli/vault_ehl/Kconfig: enable recovery MRC cache

    Signed-off-by: Michał Żygowski <[email protected]>
    miczyg1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    366f535 View commit details
    Browse the repository at this point in the history
  5. configs/config.protectli_vp2420: update edk2 revision

    Signed-off-by: Michał Żygowski <[email protected]>
    miczyg1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e467a0a View commit details
    Browse the repository at this point in the history