Skip to content

Commit

Permalink
Merge pull request #53 from TexasInstruments/lpm-fix
Browse files Browse the repository at this point in the history
AM62x, AM62P: Update OPTEE make args to fix Suspend to RAM
  • Loading branch information
sskartheekadivi authored May 30, 2024
2 parents 3d6148c + 0a9cc8e commit 7a03b21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/machines.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
atf_target_board = "lite"
atf_make_args="K3_PM_SYSTEM_SUSPEND=1"
optee_platform = "k3-am62x"
optee_make_args = "CFG_WITH_SOFTWARE_PRNG=y"
optee_make_args = "CFG_WITH_SOFTWARE_PRNG=y CFG_TEE_CORE_LOG_LEVEL=1"
uboot_r5_defconfig = "am62px_evm_r5_defconfig"
uboot_a53_defconfig = "am62px_evm_a53_defconfig"

Expand All @@ -18,7 +18,7 @@
atf_target_board = "lite"
atf_make_args="K3_PM_SYSTEM_SUSPEND=1"
optee_platform = "k3-am62x"
optee_make_args = "."
optee_make_args = "CFG_TEE_CORE_LOG_LEVEL=1"
uboot_r5_defconfig = "am62x_evm_r5_defconfig"
uboot_a53_defconfig = "am62x_evm_a53_defconfig"

Expand All @@ -29,7 +29,7 @@
atf_target_board = "lite"
atf_make_args="K3_PM_SYSTEM_SUSPEND=1"
optee_platform = "k3-am62x"
optee_make_args = "."
optee_make_args = "CFG_TEE_CORE_LOG_LEVEL=1"
uboot_r5_defconfig = "am62x_lpsk_r5_defconfig"
uboot_a53_defconfig = "am62x_lpsk_a53_defconfig"

Expand All @@ -40,7 +40,7 @@
atf_target_board = "lite"
atf_make_args="K3_PM_SYSTEM_SUSPEND=1"
optee_platform = "k3-am62x"
optee_make_args = "."
optee_make_args = "CFG_TEE_CORE_LOG_LEVEL=1"
uboot_r5_defconfig = "am62x_evm_r5_defconfig,am62xsip_sk_r5.config"
uboot_a53_defconfig = "am62x_evm_a53_defconfig"

Expand Down

0 comments on commit 7a03b21

Please sign in to comment.