commit | c43d7569f4e3eb7f33d2d177e0ba4c3f319263ee | [log] [tgz] |
---|---|---|
author | Ricardo Salveti <ricardo@foundries.io> | Tue Oct 13 12:29:31 2020 -0300 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Oct 15 08:55:11 2020 +0200 |
tree | 93b3fa8ef17fb9a2f16b0bbef135bbb1ac243fdb | |
parent | ae85b831d47561d144a261a341f563b53bc5c2fb [diff] |
plat: zynqmp: use generic_ram_layout for defining dram layout Switch to the generic generic_ram_layout header file for defining the default dram layout. This allow allows the user to easily customize the default dram base and size via CFG_TZDRAM_START/CFG_TZDRAM_SIZE. Default values are still the same as previously set by platform_config. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Reviewed-by: Jens Wiklander <jens.wiklander@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