Skip to content

Commit

Permalink
bsp: u-boot-fio: stm32mp15-eval-sec: add lmp.cfg
Browse files Browse the repository at this point in the history
Add lmp.cfg for secure STM32MP15 Evaluation board, where RPMB, OPTEE
and FIOVB support is enabled by default.

CONFIG_ENV_IS_NOWHERE is enabled.

Signed-off-by: Igor Opaniuk <[email protected]>
  • Loading branch information
igoropaniuk committed Dec 2, 2022
1 parent ee715ee commit 9e042f9
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
CONFIG_BOOTCOMMAND="setenv verify 1; source ${scriptaddr}; reset;"
CONFIG_DEFAULT_DEVICE_TREE="stm32mp157c-ev1"
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTDELAY=-2
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_FIT_SIGNATURE_STRICT=y
CONFIG_FIT_VERBOSE=y
CONFIG_RSA=y
CONFIG_TEE=y
CONFIG_OPTEE=y
CONFIG_FIOVB=y
CONFIG_CMD_FIOVB=y
CONFIG_SUPPORT_EMMC_RPMB=y
CONFIG_SUPPORT_EMMC_BOOT=y
# CONFIG_ENV_IS_IN_MMC is not set
CONFIG_SYS_MALLOC_F_LEN=0x10000
# CONFIG_ENV_IS_IN_FAT is not set
CONFIG_ENV_IS_NOWHERE=y
# CONFIG_ENV_IS_IN_SPI_FLASH is not set
# CONFIG_ENV_IS_IN_UBI is not set
CONFIG_SYS_MMC_ENV_DEV=1
# CONFIG_SYS_REDUNDAND_ENVIRONMENT is not set
# CONFIG_FASTBOOT is not set
# CONFIG_CMD_FASTBOOT is not set
# CONFIG_USB_FUNCTION_FASTBOOT is not set

0 comments on commit 9e042f9

Please sign in to comment.