Drop ROMCC code and header guards
Change-Id: I730f80afd8aad250f26534435aec24bea75a849c Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37334 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
committed by
Kyösti Mälkki
parent
4f66cb9b28
commit
1cb9cd5798
@ -276,13 +276,6 @@ void verified_boot_early_check(void)
|
||||
{
|
||||
printk(BIOS_SPEW, "%s: processing early items\n", __func__);
|
||||
|
||||
if (CONFIG(ROMCC_BOOTBLOCK) &&
|
||||
CONFIG(VENDORCODE_ELTAN_VBOOT_SIGNED_MANIFEST)) {
|
||||
printk(BIOS_SPEW, "%s: check the manifest\n", __func__);
|
||||
if (verified_boot_check_manifest() != 0)
|
||||
die("invalid manifest");
|
||||
}
|
||||
|
||||
if (CONFIG(VENDORCODE_ELTAN_MBOOT)) {
|
||||
printk(BIOS_DEBUG, "mb_measure returned 0x%x\n",
|
||||
mb_measure(vboot_platform_is_resuming()));
|
||||
|
Reference in New Issue
Block a user