From cee06c458a915487cf6f5ee7053533f73084b603 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Fri, 26 Apr 2019 15:39:21 -0700 Subject: rockchip/rk3399: Select VBOOT_MIGRATE_WORKING_DATA Trusted Firmware places some components in SRAM on RK3399 and therefore restricts accesses to SRAM to the secure world. This makes the vboot working data inaccessible to normal world payloads, so we need to migrate it into CBMEM. Change-Id: Ic7c95790f2f118ccbdd897550f13b5f987bdd831 Signed-off-by: Julius Werner Reviewed-on: https://review.coreboot.org/c/coreboot/+/32490 Tested-by: build bot (Jenkins) Reviewed-by: Joel Kitching --- src/soc/rockchip/rk3399/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/rockchip/rk3399') diff --git a/src/soc/rockchip/rk3399/Kconfig b/src/soc/rockchip/rk3399/Kconfig index 6e45df30a2..fb95499efb 100644 --- a/src/soc/rockchip/rk3399/Kconfig +++ b/src/soc/rockchip/rk3399/Kconfig @@ -17,6 +17,7 @@ config SOC_ROCKCHIP_RK3399 if SOC_ROCKCHIP_RK3399 config VBOOT + select VBOOT_MIGRATE_WORKING_DATA select VBOOT_SEPARATE_VERSTAGE select VBOOT_RETURN_FROM_VERSTAGE select VBOOT_OPROM_MATTERS -- cgit v1.2.3