commit | 17239379b16d04a142f0babbf12eebd67a2e5446 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed May 11 11:53:15 2022 +0200 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Thu May 12 13:26:10 2022 +0200 |
tree | 9cca0bdef2f47171d1b87431e46abfe6ffc360e7 | |
parent | c3408cdb9f13c4cea66848a742dfdd5a5956c0cb [diff] |
Enable both Linux FF-A drivers in the same build Warning: this change needs an updated manifest which makes both drivers available under <workspace root>! See: https://review.trustedfirmware.org/c/OP-TEE/manifest/+/15165 Before this change either the new arm-ffa-tee or the old arm-ffa-user driver was built. Since the SmmGW tests need the old driver and all other service needs the new one, either the UEFI or all other tests could be run. This change builds both drivers to enable running all TS tests with the same binaries. This change moves the install directory of the kernel modules to under "<workspace root>/out", and adds an extra step copying the module binaries to the shared directory and merging the two "load_module.sh" scripts to the same place. Change-Id: I31135986794b69c99bb8432fcba5bcc8391759ea Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers