Home
last modified time | relevance | path

Searched full:python (Results 1 – 15 of 15) sorted by relevance

/trusted-firmware-a-3.7.0/
Dpoetry.lock8 python-versions = ">=3.6"
17 description = "Powerful and Lightweight Python Tree Data Structure.."
19 python-versions = "*"
37 python-versions = ">=3.7"
49 description = "A simple, correct Python build frontend"
51 python-versions = ">= 3.7"
72 description = "Python package for providing Mozilla's CA Bundle."
74 python-versions = ">=3.6"
85 python-versions = ">=3.7.0"
169 python-versions = ">=3.7"
[all …]
D.editorconfig14 # [PEP8] Style Guide for Python Code
15 # (https://www.python.org/dev/peps/pep-0008)
63 # Adjustment for python which prefers a different style
Dpyproject.toml4 description = "Trusted Firmware-A (TF-A) Python dependencies."
16 python = "^3.8"
D.readthedocs.yaml15 python: "3.10"
D.gitignore51 # common python virtual environment directories
DMakefile145 # Variable for use with Python
146 PYTHON ?= python3 macro
1585 ${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} ${SP_DTS_LIST_FRAGMENT}
1725 ${PYTHON} -m memory.memmap -sr ${BUILD_PLAT}
1728 ${PYTHON} -m memory.memmap -sr ${BUILD_PLAT}
/trusted-firmware-a-3.7.0/docs/getting_started/
Ddocs-build.rst22 - Python 3 (3.8 or later)
24 - `Poetry`_ (Python dependency manager)
35 curl -sSL https://install.python-poetry.org | python3 -
40 To install Python dependencies using Poetry:
48 its location and the Python version, with the command:
131 curl -sSL https://install.python-poetry.org | python3 - &&
144 .. _Poetry: https://python-poetry.org/docs/
Dprerequisites.rst103 Required for managing Python dependencies, this will allow you to reliably
104 reproduce a Python environment to build documentation and run analysis tools.
106 dependencies in the Python scripts.
/trusted-firmware-a-3.7.0/docs/tools/
Dmemory-layout-tool.rst4 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 -
236 .. _Poetry: https://python-poetry.org/docs/
/trusted-firmware-a-3.7.0/docs/plat/
Dhikey.rst54 - Prepare AARCH64 && AARCH32 toolchain. Prepare python.
134 $sudo python hisi-idt.py -d /dev/ttyUSB1 --img1 recovery.bin
/trusted-firmware-a-3.7.0/docs/components/
Dromlib-design.rst77 There is a ``romlib_generate.py`` Python script that generates the necessary
99 ``romlib_generate.py`` requires Python 3 environment.
/trusted-firmware-a-3.7.0/tools/sptool/
Dspactions.py6 This is a python module for defining and executing SP setup actions, targeting
Dsp_mk_generator.py180 \t$(Q)$(PYTHON) $(SPTOOL) {sptool_args}
/trusted-firmware-a-3.7.0/include/lib/libfdt/
Dlibfdt.h119 #ifndef SWIG /* This function is not useful in Python */
470 #ifndef SWIG /* Not available in Python */
511 #ifndef SWIG /* Not available in Python */
685 #ifndef SWIG /* Not available in Python */
761 #ifndef SWIG /* This function is not useful in Python */
779 #ifndef SWIG /* Not available in Python */
853 #ifndef SWIG /* Not available in Python */
1256 #ifndef SWIG /* Not available in Python */
1291 #ifndef SWIG /* Not available in Python */
1491 #ifndef SWIG /* Not available in Python */
[all …]
/trusted-firmware-a-3.7.0/docs/
Dchange-log.md1758 …- add a build.tools.python entry ([4052d95](https://review.trustedfirmware.org/plugins/gitiles/TF-…
1764 …- python version must be string ([3aa919e](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
1765 …- specify python version to 3.10 ([a7773c5](https://review.trustedfirmware.org/plugins/gitiles/TF-…
3762 …- add python SpSetupActions framework ([b1e6a41](https://review.trustedfirmware.org/plugins/gitile…
3764 …- python version of the sptool ([2e82874](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…
3765 …- use python version of sptool ([822c727](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…
6861 - Add python configuration for editorconfig