Trusted side of the TEE
Find a file
Sebastien Pasdeloup 6a3dd87a13 dts: stm32mp1: fix vdd_usb on stm32mp15 boards
vdd_usb must not be present unless vdda1v8 is present. So, as vdda1v8 is
disabled during standby, vdd_usb cannot be kept on during suspend.

Signed-off-by: Sebastien Pasdeloup <sebastien.pasdeloup-ext@st.com>
Change-Id: I1a44cf77352e797721ef30e16fe1391b10c37050
Reviewed-on: https://gerrit.st.com/c/mpu/oe/optee/optee_os/+/181213
Reviewed-by: CITOOLS <smet-aci-reviews@lists.codex.cro.st.com>
Reviewed-by: Etienne CARRIERE <etienne.carriere@st.com>
2020-10-19 11:46:33 +02:00
.github github: update links in issue/pr templates 2020-04-15 10:06:02 +02:00
core dts: stm32mp1: fix vdd_usb on stm32mp15 boards 2020-10-19 11:46:33 +02:00
keys keys: add remoteproc default RSA key 2020-09-24 16:07:28 +02:00
ldelf ldelf: ldelf.ld.S: make sure _ldelf_start() is first 2020-04-06 18:34:09 +02:00
lib core: stm32mp1: implement the PTA_REMOTEPROC_VERIFY_SHA256_DIGEST API 2020-09-24 16:07:47 +02:00
mk mk: core: ta: make early TA compress optional 2020-09-23 14:03:27 +02:00
scripts script: add remote processor firmware signature tools 2020-09-23 14:03:33 +02:00
ta ta: remoteproc: fixup missing upercase 2020-10-19 11:46:33 +02:00
.checkpatch.conf checkpatch: add codespell support 2020-05-14 18:27:25 +02:00
.gitignore Open-source the TEE Core 2014-06-12 15:56:20 +02:00
.shippable.yml shippable: build stm32mp1-157C_DK2 2020-05-07 08:54:42 +02:00
.travis.yml ci: travis: Use proper construct for full clone 2020-02-11 08:32:50 +01:00
CHANGELOG.md Update CHANGELOG for 3.9.0 2020-05-22 08:48:32 +02:00
CONTRIBUTING.md CONTRIBUTING: add contributing guide 2020-05-22 17:57:41 +02:00
LICENSE LICENSE: all files are licensed under BSD 2-Clause by default 2019-02-11 10:14:48 +01:00
MAINTAINERS Add initial UniPhier platform support 2020-04-17 09:11:04 +02:00
Makefile Makefile: use plain bash for SHELL 2020-04-14 14:03:47 +02:00
README.md docs: Remove current docs and link to the new location 2019-02-21 16:29:49 +01:00
typedefs.checkpatch Add SLIST_HEAD() and SLIST_ENTRY() to typedefs.checkpatch 2019-06-27 10:28:19 +02:00

OP-TEE Trusted OS

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