Message ID | 20220131012538.73021-5-andrew@aj.id.au |
---|---|
State | New |
Headers | show |
Series | Runtime control of vboot via GPIO | expand |
On 1/30/22 19:25, Andrew Jeffery wrote: > Turn on runtime control of FIT signature verification for systems using > the ast2600_openbmc_spl_emmc_defconfig, such as IBM's Rainier platform. Reviewed-by: Eddie James <eajames@linux.ibm.com> > > Signed-off-by: Andrew Jeffery <andrew@aj.id.au> > --- > configs/ast2600_openbmc_spl_emmc_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/ast2600_openbmc_spl_emmc_defconfig b/configs/ast2600_openbmc_spl_emmc_defconfig > index 5f50298a589c..a3d229d786b8 100644 > --- a/configs/ast2600_openbmc_spl_emmc_defconfig > +++ b/configs/ast2600_openbmc_spl_emmc_defconfig > @@ -29,6 +29,7 @@ CONFIG_NR_DRAM_BANKS=1 > CONFIG_FIT=y > CONFIG_FIT_ENABLE_SHA512_SUPPORT=y > CONFIG_FIT_SIGNATURE=y > +CONFIG_FIT_RUNTIME_SIGNATURE=y > CONFIG_SPL_FIT_SIGNATURE=y > CONFIG_SPL_LOAD_FIT=y > CONFIG_USE_BOOTARGS=y
diff --git a/configs/ast2600_openbmc_spl_emmc_defconfig b/configs/ast2600_openbmc_spl_emmc_defconfig index 5f50298a589c..a3d229d786b8 100644 --- a/configs/ast2600_openbmc_spl_emmc_defconfig +++ b/configs/ast2600_openbmc_spl_emmc_defconfig @@ -29,6 +29,7 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_FIT=y CONFIG_FIT_ENABLE_SHA512_SUPPORT=y CONFIG_FIT_SIGNATURE=y +CONFIG_FIT_RUNTIME_SIGNATURE=y CONFIG_SPL_FIT_SIGNATURE=y CONFIG_SPL_LOAD_FIT=y CONFIG_USE_BOOTARGS=y
Turn on runtime control of FIT signature verification for systems using the ast2600_openbmc_spl_emmc_defconfig, such as IBM's Rainier platform. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> --- configs/ast2600_openbmc_spl_emmc_defconfig | 1 + 1 file changed, 1 insertion(+)