diff options
author | Julius Werner <jwerner@chromium.org> | 2019-04-26 15:39:21 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-29 12:28:57 +0000 |
commit | cee06c458a915487cf6f5ee7053533f73084b603 (patch) | |
tree | 018782abb07a7defd190405bbe15c46d7be16c95 /src/soc/rockchip/rk3399 | |
parent | 3d96f6040901dea0b83939a9bceb49babe91c614 (diff) | |
download | coreboot-cee06c458a915487cf6f5ee7053533f73084b603.tar.xz |
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 <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32490
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Joel Kitching <kitching@google.com>
Diffstat (limited to 'src/soc/rockchip/rk3399')
-rw-r--r-- | src/soc/rockchip/rk3399/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |