commit | c3408cdb9f13c4cea66848a742dfdd5a5956c0cb | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Wed May 11 11:42:50 2022 +0200 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Thu May 12 13:21:42 2022 +0200 |
tree | 8a22f9bee6185d28249d521e0884e419450166a4 | |
parent | d2d555a251467a0ad67ff34f2cb25df2d2daf2d7 [diff] |
Enable smm-gateway SP testing The SMM protocol uses a "carveout" for communication between the NWd and SWd. The TS "uefi-test" app uses /dev/mem to get access to the buffer to be used. To allow this, the kernel must be built with "CONFIG_STRICT_DEVMEM" disabled. This change implements the above by modifying the ".config" file during the build. Note: This setting gives access to all NWd memory to any user-space application running under Linux with root privileges and thus introduces security concerns. This only affects the test environment as normally the linux-user space does not use the UEFI services. Change-Id: I8326f5e57ba0a65fe90e70e9f9b10daff85f6373 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