Skip to content

Commit

Permalink
QcomModulePkg: avb: Never display verified boot menu
Browse files Browse the repository at this point in the history
This doesn't serve any real purpose for us

Signed-off-by: Kuba Wojciechowski <nullbytepl@gmail.com>
Signed-off-by: Arian <arian.kulmer@web.de>
Change-Id: I770aeecce4081196ad36e05186d1edddb07666cf
  • Loading branch information
nullbytepl authored and ArianK16a committed Sep 10, 2021
1 parent 9483112 commit 8b5fab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QcomModulePkg/Library/avb/VerifiedBoot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,7 @@ DisplayVerifiedBootScreen (BootInfo *Info)
}

DEBUG ((EFI_D_VERBOSE, "Boot State is : %d\n", Info->BootState));
/*
switch (Info->BootState) {
case RED:
Status = DisplayVerifiedBootMenu (DISPLAY_MENU_RED);
Expand Down Expand Up @@ -1497,6 +1498,7 @@ DisplayVerifiedBootScreen (BootInfo *Info)
default:
break;
}
*/

/* dm-verity warning */
if ((GetAVBVersion () != AVB_2) &&
Expand Down

0 comments on commit 8b5fab1

Please sign in to comment.