yongboy commented on issue #132:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/132#issuecomment-2117120907

   The docs below:
   
   ```
   3. Add configurations in optee-repo/optee_os:
   
   diff --git a/mk/config.mk b/mk/config.mk
   index f2822df..8148cc5 100644
   --- a/mk/config.mk
   +++ b/mk/config.mk
   
   @@ -904,3 +904,7 @@ CFG_DRIVERS_TPM2_MMIO ?= n
    ifeq ($(CFG_CORE_TPM_EVENT_LOG),y)
    CFG_CORE_TCG_PROVIDER ?= $(CFG_DRIVERS_TPM2)
    endif
   +
   +# expand TA secure memory
   +CFG_TZDRAM_START = 0x0e100000
   +CFG_TZDRAM_SIZE = 0x01f00000
   ```
   
   I can't find the `CFG_CORE_TCG_PROVIDER` words in then 
`optee_os/mk/config.mk` now.
   
   ```bash
   $ grep -c 'CFG_CORE_TCG_PROVIDER' /optee/optee_os/mk/config.mk 
   0
   ```
   
   :))
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to