| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 6 ## [2.14.0](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/refs/tags/… 18 …**See:** validate fragment offset ([c55b519](https://review.trustedfirmware.org/plugins/gitiles/TF… 26 …17 register handling for FFA 1.2 ([bb9fc8c](https://review.trustedfirmware.org/plugins/gitiles/TF-… 35 …**See:** remove in-tree TLC implementation ([3ff7523](https://review.trustedfirmware.org/plugins/g… 41 …**See:** switch to LibTL submodule ([b5d0740](https://review.trustedfirmware.org/plugins/gitiles/T… 51 …**See:** move to ext event log lib ([b67e984](https://review.trustedfirmware.org/plugins/gitiles/T… 61 …**See:** change behavioural flags to commands ([8daebef](https://review.trustedfirmware.org/plugin… 69 …- add ID register defines and read helpers ([8515b43](https://review.trustedfirmware.org/plugins/g… 70 …- add support for FEAT_FGWTE3 ([4274b52](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t… 71 …- add support for FEAT_IDTE3 ([f396aec](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr… [all …]
|
| /rk3399_ARM-atf/plat/mediatek/drivers/pmic/mt6363/ |
| H A D | mt6363_psc.c | 46 uint8_t org = 0; in mt6363_psc_write_field() local 51 ret = spmi_ext_register_readl(sdev, reg, &org, 1); in mt6363_psc_write_field() 55 org &= ~(mask << shift); in mt6363_psc_write_field() 56 org |= (val << shift); in mt6363_psc_write_field() 58 ret = spmi_ext_register_writel(sdev, reg, &org, 1); in mt6363_psc_write_field()
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | contact.rst | 15 hosted on TrustedFirmware.org. The mailing lists can be used for general 25 You can see a `summary of all the lists`_ on the TrustedFirmware.org website. 34 .. _here: https://www.trustedfirmware.org/meetings/tf-a-technical-forum/ 49 … _`TF-A development`: https://lists.trustedfirmware.org/mailman3/lists/tf-a.lists.trustedfirmware.… 50 …ests development`: https://lists.trustedfirmware.org/mailman3/lists/tf-a-tests.lists.trustedfirmwa… 51 .. _`summary of all the lists`: https://lists.trustedfirmware.org/mailman3/lists/
|
| /rk3399_ARM-atf/ |
| H A D | .gitmodules | 3 url = https://review.trustedfirmware.org/shared/transfer-list-library 7 url = https://review.trustedfirmware.org/shared/libEventLog 11 url = https://review.trustedfirmware.org/shared/libTPM
|
| H A D | readme.rst | 32 that is available through `trustedfirmware.org`_. 49 .. _view the full documentation: https://www.trustedfirmware.org/docs/tf-a 50 .. _trustedfirmware.org: http://www.trustedfirmware.org
|
| H A D | .editorconfig | 10 # [EC] http://editorconfig.org/ 13 # (https://www.kernel.org/doc/html/v4.10/process/coding-style.html) 15 # (https://www.python.org/dev/peps/pep-0008)
|
| H A D | .gitreview | 2 host=review.trustedfirmware.org
|
| /rk3399_ARM-atf/tools/cot_dt2c/ |
| H A D | pyproject.toml | 1 # Poetry pyproject.toml: https://python-poetry.org/docs/pyproject/ 10 authors = ["Arm Ltd <tf-a@lists.trustedfirmware.org>"] 12 repository = "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/" 15 # Pypi classifiers: https://pypi.org/classifiers/ 61 # Entry points for the package https://python-poetry.org/docs/pyproject/#scripts
|
| /rk3399_ARM-atf/plat/rpi/common/aarch64/ |
| H A D | armstub8_header.S | 20 .org 0xf0 36 .org 0x1000
|
| /rk3399_ARM-atf/plat/mediatek/include/drivers/pmic/ |
| H A D | pmic_set_lowpower.h | 193 uint8_t org = 0; in pmic_spmi_update_bits() local 196 ret = spmi_ext_register_readl(sdev, reg, &org, 1); in pmic_spmi_update_bits() 200 org &= ~mask; in pmic_spmi_update_bits() 201 org |= val & mask; in pmic_spmi_update_bits() 203 ret = spmi_ext_register_writel(sdev, reg, &org, 1); in pmic_spmi_update_bits()
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | docs-build.rst | 14 https://www.trustedfirmware.org/docs/tf-a, if you want to view a rendered 35 curl -sSL https://install.python-poetry.org | python3 - 115 curl -sSL https://install.python-poetry.org | python3 - && 127 .. _Sphinx: http://www.sphinx-doc.org/en/master/ 128 .. _Poetry: https://python-poetry.org/docs/ 130 .. _Dia: https://wiki.gnome.org/Apps/Dia
|
| H A D | prerequisites.rst | 15 `TrustedFirmware.org`_. To clone this repository from the server, run the following 20 git clone "https://review.trustedfirmware.org/TF-A/trusted-firmware-a" 179 …curl -Lo $(git rev-parse --git-dir)/hooks/commit-msg https://review.trustedfirmware.org/tools/hook… 202 git clone --recurse-submodules "https://git.trustedfirmware.org/TF-A/trusted-firmware-a" 230 .. _Linaro Release 20.01: http://releases.linaro.org/members/arm/platforms/20.01 231 .. _TrustedFirmware.org: https://www.trustedfirmware.org/ 232 .. _official Poetry documentation: https://python-poetry.org/docs/#installation
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | maintenance.rst | 4 Trusted Firmware-A (TF-A) project follows the generic `trustedfirmware.org 48 trustedfirmware.org Technical Steering Commitee (TSC). 54 .. _trustedfirmware.org Project Maintenance Process: https://trusted-firmware-docs.readthedocs.io/e…
|
| H A D | security.rst | 24 follow the `TrustedFirmware.org security incident process`_. 80 .. _mailing list: https://lists.trustedfirmware.org/mailman3/lists/tf-a.lists.trustedfirmware.org/ 94 .. _TrustedFirmware.org security incident process: https://trusted-firmware-docs.readthedocs.io/en/…
|
| H A D | faq.rst | 71 ``ci@trustedfirmware.org``) are associated with Continuous Integration (CI) 73 interface at http://ci.trustedfirmware.org, where details of the tests failures, 80 .. _Gerrit Upload Patch Set documentation: https://review.trustedfirmware.org/Documentation/intro-u… 81 .. _Gerrit Replace Changes documentation: https://review.trustedfirmware.org/Documentation/user-upl…
|
| H A D | contributing.rst | 8 `review.trustedfirmware.org`_. 11 your `review.trustedfirmware.org`_ profile. Otherwise, the Gerrit server 337 .. _review.trustedfirmware.org: https://review.trustedfirmware.org 339 .. _Gerrit Uploading Changes documentation: https://review.trustedfirmware.org/Documentation/user-u… 341 .. _Trusted Firmware binary repository: https://review.trustedfirmware.org/admin/repos/tf-binaries 342 .. _tf-binaries-readme: https://git.trustedfirmware.org/tf-binaries.git/tree/readme.rst 343 …. _TF-A mailing list: https://lists.trustedfirmware.org/mailman3/lists/tf-a.lists.trustedfirmware.… 344 .. _tf-a-ci-scripts repository: https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/ 345 .. _tf-cov-make: https://git.trustedfirmware.org/ci/tf-a-ci-scripts.git/tree/script/tf-coverity/tf-… 348 .. _tf-a-coverity Jenkins job: https://ci.trustedfirmware.org/job/tf-a-coverity/ [all …]
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-5.rst | 53 .. _CVE-2017-15031: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15031 55 .. _Commit e290a8fcbc: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=e290a… 56 .. _Commit c3e8b0be9b: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=c3e8b…
|
| H A D | security-advisory-tfv-10.rst | 153 .. _CVE-2022-47630: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-47630 154 .. _fd37982a19a4a291: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=fd3798… 155 .. _72460f50e2437a85: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=72460f… 156 .. _f5c51855d36e399e: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=f5c518… 157 .. _abb8f936fd0ad085: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=abb8f9… 158 .. _RFC 5280: https://www.ietf.org/rfc/rfc5280.txt
|
| H A D | security-advisory-tfv-6.rst | 153 .. _CVE-2017-5753: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5753 154 .. _CVE-2017-5715: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5715 155 .. _CVE-2017-5754: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5754 156 .. _CVE-2018-3640: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3640 157 .. _CVE-2018-3639: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3639 158 .. _CVE-2022-23960: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23960
|
| /rk3399_ARM-atf/docs/plat/arm/fvp-ve/ |
| H A D | index.rst | 20 - `U-boot <https://git.linaro.org/landing-teams/working/arm/u-boot.git>`__ 22 - `Trusted Firmware-A <https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git>`__ 28 …`arm-linux-gnueabihf <https://releases.linaro.org/components/toolchain/binaries/6.2-2016.11/arm-li…
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 76 - *Mbed TLS Library*: This is a cryptography library from trustedfirmware.org 77 (tf.org). It is required to build TF-A binaries where cryptography features 111 - *OP-TEE*: Trusted Execution Environment (TEE) from tf.org that runs as 116 UEFI binaries hosted on tf.org servers for testing [8]_. 147 TF-A uses trustedfirmware.org (tf.org) and Arm infrastructures to host the 149 of tf.org infrastructure. 227 | | | tf.org users (including maintainers) are authenticated | 232 | | GitHub (therefore tf.org) allows logins with two-factor | 434 | | tf.org or GitHub. | 467 | | vulnerability on tf.org or GitHub. | [all …]
|
| /rk3399_ARM-atf/docs/plat/arm/morello/ |
| H A D | index.rst | 5 The platform port present at `site <https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git>`_ 8 Capability architecture specific changes will be added `here <https://git.morello-project.org/morel…
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp15xx-dhcor-io1v8.dtsi | 4 * Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
| H A D | stm32mp157a-dhcor-avenger96.dts | 4 * Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | qemu.rst | 28 http://snapshots.linaro.org/components/kernel/leg-virt-tianocore-edk2-upstream/latest/QEMU-KERNEL-A… 186 .. _binaries: https://downloads.trustedfirmware.org/tf-a/linux_boot/ 187 .. _daily job: https://ci.trustedfirmware.org/view/TF-A/job/tf-a-main/ 188 .. _builder: https://ci.trustedfirmware.org/view/TF-A/job/tf-a-builder/ 189 .. _LAVA: https://tf.validation.linaro.org/ 191 .. _issue in QEMU: https://git.qemu.org/?p=qemu.git;a=blob;f=hw/block/pflash_cfi01.c;h=0cbc2fb4cbf6…
|