| /rk3399_ARM-atf/tools/cot_dt2c/ |
| H A D | pyproject.toml | 1 # Poetry pyproject.toml: https://python-poetry.org/docs/pyproject/ 9 description = "CoT-dt2c Tool is a python script to convert CoT DT file into corresponding C file" 20 "Topic :: Software Development :: Libraries :: Python Modules", 22 "Programming Language :: Python :: 3", 23 "Programming Language :: Python :: 3.8", 24 "Programming Language :: Python :: 3.9", 29 python = "^3.8" qkey 61 # Entry points for the package https://python-poetry.org/docs/pyproject/#scripts
|
| H A D | .gitignore | 1 # Created by https://www.toptal.com/developers/gitignore/api/python 2 # Edit at https://www.toptal.com/developers/gitignore?templates=python 4 ### Python ### 14 .Python 27 share/python-wheels/ 34 # Usually these files are written by a python script from a template 92 # .python-version 105 # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control 166 ### Python Patch ### 167 # Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configurati… [all …]
|
| H A D | poetry.lock | 8 python-versions = ">=3.7" 23 python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" 36 python-versions = ">=3.7" 52 python-versions = ">=3.8" 113 python-versions = ">=3.7" 123 description = "Optional static typing for Python" 125 python-versions = ">=3.5" 167 python-versions = ">=2.7" 176 description = "Core utilities for Python packages" 178 python-versions = ">=3.8" [all …]
|
| /rk3399_ARM-atf/ |
| H A D | poetry.lock | 8 python-versions = ">=3.6" 18 description = "Powerful and Lightweight Python Tree Data Structure with various plugins" 20 python-versions = ">=3.7.2,<4" 35 python-versions = ">=3.8" 51 description = "A simple, correct Python build frontend" 53 python-versions = ">=3.8" 79 python-versions = ">=3.7" 89 description = "Python package for providing Mozilla's CA Bundle." 91 python-versions = ">=3.7" 101 description = "Universal encoding detector for Python 3" [all …]
|
| H A D | .editorconfig | 14 # [PEP8] Style Guide for Python Code 15 # (https://www.python.org/dev/peps/pep-0008) 63 # Adjustment for python which prefers a different style
|
| H A D | pyproject.toml | 4 description = "Trusted Firmware-A (TF-A) Python dependencies." 10 python = "^3.8" qkey
|
| H A D | .readthedocs.yaml | 19 python: "3.10"
|
| H A D | .gitignore | 51 # common python virtual environment directories
|
| H A D | Makefile | 129 # Variable for use with Python 130 PYTHON ?= python3 macro 1081 $(q)$(if $(host-poetry),poetry run )${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} ${SP_DTS_LIST_FRAGMENT}
|
| /rk3399_ARM-atf/tools/memory/ |
| H A D | poetry.lock | 6 description = "Powerful and Lightweight Python Tree Data Structure with various plugins" 8 python-versions = ">=3.7.2,<4" 23 python-versions = ">=3.7" 38 python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" 51 python-versions = ">=3.7" 69 python-versions = ">=3.7" 139 python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" 149 description = "A simple Python library for easily displaying tabular data in a visually appealing A… 151 python-versions = ">=3.8" 169 python-versions = "*" [all …]
|
| H A D | pyproject.toml | 14 python = "^3.8.0" qkey
|
| /rk3399_ARM-atf/tools/tlc/ |
| H A D | poetry.lock | 6 description = "An abstract syntax tree for Python with inference support." 8 python-versions = ">=3.7.2" 26 description = "Security oriented static analyser for python code." 28 python-versions = ">=3.8" 44 sarif = ["jschema-to-python (>=1.2.3)", "sarif-om (>=1.0.4)"] 52 description = "Security oriented static analyser for python code." 54 python-versions = ">=3.9" 70 sarif = ["jschema-to-python (>=1.2.3)", "sarif-om (>=1.0.4)"] 80 python-versions = ">=3.8" 127 python-versions = ">=3.7" [all …]
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | docs-build.rst | 22 - Python 3 (3.8 or later) 24 - `Poetry`_ (Python dependency manager) 35 curl -sSL https://install.python-poetry.org | python3 - 115 curl -sSL https://install.python-poetry.org | python3 - && 128 .. _Poetry: https://python-poetry.org/docs/
|
| H A D | prerequisites.rst | 105 Required for managing Python dependencies, this will allow you to reliably 106 reproduce a Python environment to build documentation and run some of the 107 integrated Python tools. Most importantly, it ensures your system environment 108 will not be affected by dependencies in the Python scripts. 232 .. _official Poetry documentation: https://python-poetry.org/docs/#installation
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | cot-dt2c.rst | 13 #. Python (3.8 or later) 14 #. `Poetry`_ Python package manager 119 .. _Poetry: https://python-poetry.org/docs/
|
| H A D | memory-layout-tool.rst | 4 TF-A's memory layout tool is a Python script for analyzing the virtual 10 #. Python (3.8 or later) 11 #. `Poetry`_ Python package manager 20 curl -sSL https://install.python-poetry.org | python3 - 399 .. _Poetry: https://python-poetry.org/docs/
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | hikey.rst | 54 - Prepare AARCH64 && AARCH32 toolchain. Prepare python. 134 $sudo python hisi-idt.py -d /dev/ttyUSB1 --img1 recovery.bin
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | romlib-design.rst | 86 There is a ``romlib_generator.py`` Python script that generates the necessary 108 ``romlib_generator.py`` requires Python 3 environment.
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | hob.py | 81 """`struct` python module allows user to specify endianness. 83 little-endian. See `struct` python module documentation if other endianness is
|
| H A D | spactions.py | 6 This is a python module for defining and executing SP setup actions, targeting
|
| H A D | sp_mk_generator.py | 219 \t$(Q)$(PYTHON) $(SPTOOL) -i {sp_img}:{sp_dtb} {sptool_args}
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | libfdt.h | 119 #ifndef SWIG /* This function is not useful in Python */ 470 #ifndef SWIG /* Not available in Python */ 511 #ifndef SWIG /* Not available in Python */ 710 #ifndef SWIG /* Not available in Python */ 786 #ifndef SWIG /* This function is not useful in Python */ 804 #ifndef SWIG /* Not available in Python */ 878 #ifndef SWIG /* Not available in Python */ 909 #ifndef SWIG /* Not available in Python */ 1317 #ifndef SWIG /* Not available in Python */ 1352 #ifndef SWIG /* Not available in Python */ [all …]
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | toolchain.mk | 121 toolchain-tool-class-name-poetry := Python Poetry package manager 207 toolchain-tools-poetry := generic-poetry # Python Poetry package manager
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 388 | | for Python and Node.js, but we aren't able to do this for C |
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 6108 …- add a build.tools.python entry ([4052d95](https://review.trustedfirmware.org/plugins/gitiles/TF-… 6114 …- python version must be string ([3aa919e](https://review.trustedfirmware.org/plugins/gitiles/TF-A… 6115 …- specify python version to 3.10 ([a7773c5](https://review.trustedfirmware.org/plugins/gitiles/TF-… 8112 …- add python SpSetupActions framework ([b1e6a41](https://review.trustedfirmware.org/plugins/gitile… 8114 …- python version of the sptool ([2e82874](https://review.trustedfirmware.org/plugins/gitiles/TF-A/… 8115 …- use python version of sptool ([822c727](https://review.trustedfirmware.org/plugins/gitiles/TF-A/… 11212 - Add python configuration for editorconfig
|