commit | 6169a1f68c21a5a3015d5cc6da9ac0fb75e977b8 | [log] [tgz] |
---|---|---|
author | Chris Morgan <macromorgan@hotmail.com> | Tue Feb 04 10:37:38 2025 -0600 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Mar 07 09:24:04 2025 +0100 |
tree | c6032fbdc8e40e8c3a00fc6dc024a8d43b18b018 | |
parent | 74891be2dc100d7eab01ff3c939285c2765f1761 [diff] |
plat-rockchip: rk3588: Correct TZDRAM_START and SHMEM_START Update the TZDRAM_START and SHMEM_START values to match the PX30 and RK3399 values. If this is not done, a compressed kernel using the default value of kernel_comp_addr_r (0x0a000000) within U-Boot and having a decompressed size greater than 28MiB puts the decompressed kernel in the reserved address space for OP-TEE that starts at 0x08400000. Using the values for the RK3399 and PX30 avoids this problem. Fixes: 14754b93b1b7 ("plat-rockchip: add support for Rockchip rk3588") Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers