Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 57) sorted by relevance

123

/rk3399_ARM-atf/docs/perf/
H A Dtsp.rst12 First clean the TF-A build directory to get rid of any previous BL31 binary.
19 An additional boot loader binary file is created in the ``build`` directory:
/rk3399_ARM-atf/plat/st/common/
H A Dcommon_rules.mk31 …$(q)${MAKE} CPPFLAGS="" BUILD_PLAT=$(abspath ${BUILD_PLAT}) --no-print-directory -C ${STM32IMAGEPA…
34 $(q)${MAKE} BUILD_PLAT=$(abspath ${BUILD_PLAT}) --no-print-directory -C ${STM32IMAGEPATH} clean
/rk3399_ARM-atf/plat/marvell/armada/a3k/common/
H A Da3700_common.mk153 $(q)$(MAKE) --no-print-directory -C $(CRYPTOPP_PATH) -f GNUmakefile
155 …$(q)$(MAKE) --no-print-directory -C $(WTP)/wtptp/src/TBB_Linux -f TBB_linux.mak LIBDIR=$(CRYPTOPP_…
158 …$(q)$(MAKE) --no-print-directory -C $(WTP) WTMI_IMG=$(WTMI_IMG) DDR_TOPOLOGY=$(DDR_TOPOLOGY) CLOCK…
168 …$(q)$(MAKE) --no-print-directory -C $(WTP) MV_DDR_PATH=$(MV_DDR_PATH) DDR_TOPOLOGY=$(DDR_TOPOLOGY)…
232 -$(q)$(MAKE) --no-print-directory -C $(WTP) MV_DDR_PATH=$(MV_DDR_PATH) clean
233 -$(q)$(MAKE) --no-print-directory -C $(WTP)/wtptp/src/TBB_Linux -f TBB_linux.mak clean
235 -$(q)$(MAKE) --no-print-directory -C $(CRYPTOPP_PATH) -f GNUmakefile clean
/rk3399_ARM-atf/tools/nxp/create_pbl/
H A Dpbl_ch2.mk24 …$(q)${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" --no-print-directory -C ${CREATE_PBL_TOOL…
46 …$(q)${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" --no-print-directory -C ${CREATE_PBL_TOOL…
H A Dpbl_ch3.mk31 …$(q)${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" --no-print-directory -C ${CREATE_PBL_TOOL…
60 …$(q)${MAKE} CPPFLAGS="-DVERSION='\"${VERSION_STRING}\"'" --no-print-directory -C ${CREATE_PBL_TOOL…
/rk3399_ARM-atf/bl32/optee/
H A Doptee.mk10 $(error This directory targets AArch32 support)
/rk3399_ARM-atf/
H A DMakefile1108 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=${BUILD_PLAT} --no-print-directory -C ${FIPTOOLPATH} clean
1110 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=${BUILD_PLAT} --no-print-directory -C ${CRTTOOLPATH} clean
1112 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=${BUILD_PLAT} --no-print-directory -C ${ENCTOOLPATH} clean
1113 $(q)${MAKE} --no-print-directory -C ${ROMLIBPATH} clean
1119 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=${BUILD_PLAT} --no-print-directory -C ${FIPTOOLPATH} clean
1121 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=${BUILD_PLAT} --no-print-directory -C ${CRTTOOLPATH} clean
1123 $(q)${MAKE} PLAT=${PLAT} BUILD_PLAT=${BUILD_PLAT} --no-print-directory -C ${ENCTOOLPATH} clean
1124 $(q)${MAKE} --no-print-directory -C ${ROMLIBPATH} clean
1162 …R_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} --no-print-directory -C ${CRTTOOLPATH…
1232 …ERSION_STRING}\"'" OPENSSL_DIR=${OPENSSL_DIR} DEBUG=${DEBUG} --no-print-directory -C ${FIPTOOLPATH…
[all …]
H A D.gitignore9 # Ignore build directory
/rk3399_ARM-atf/docs/getting_started/
H A Ddocs-build.rst41 root directory by running:
53 directory of the project, run the following command to see the supported
88 Running ``poetry shell`` from the directory containing this project, activates
108 from project root directory
H A Dinitial-build.rst50 - Change to the root directory of the TF-A source tree and build.
88 - The build process creates products in a ``build`` directory tree, building
/rk3399_ARM-atf/docs/plat/
H A Dsynquacer.rst44 - Secondly, create a new working directory and store the absolute path to this
45 directory in an environment variable, WORKSPACE. It does not matter where
46 this directory is created but as an example:
H A Dwarp7.rst22 furthermore it is _recommended_ to use the mkimage in the u-boot/tools directory
50 The following commands assume that a directory exits in the top-level TFA build
51 directory "fiptool_images". "fiptool_images" contains
159 arm-trusted-firmware top-level directory.
187 # Copy signed BL2 to top-level directory
H A Dqemu-sbsa.rst42 Need to copy them into top directory for EDK2 compilation.
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst14 - The build system will reuse all files from within the soc directory, and take only the porting
15 files from the customer platform directory.
17 Files that require porting are located at ``plat/marvell/armada/<soc family>/<soc>_cust`` directory.
94 dram_port.c located at ``atf/plat/marvell/armada/a8k/<platform>/board`` directory.
99 The build target directory is "build/<platform>/release/ble".
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/ble/
H A Dble.mk35 …$(q)+make -C $(MV_DDR_PATH) --no-print-directory PLAT_INCLUDES="$(MV_DDR_INCLUDES)" PLATFORM=$(PLA…
/rk3399_ARM-atf/plat/arm/board/common/protpk/
H A DREADME1 This directory contains some development keys to be used as the platform
/rk3399_ARM-atf/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c524 uint32_t snoop_filter, directory, coh_agent; in get_subsystem_id() local
526 directory = CSUIDR_NUM_DIR(mmio_read_32(NCORE_CCU_CSR(NCORE_CSUIDR))); in get_subsystem_id()
529 subsystem_id.num_directory = directory; in get_subsystem_id()
/rk3399_ARM-atf/plat/arm/board/common/swd_rotpk/
H A DREADME1 This directory contains some development keys to be used as the secure world
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot-build.rst31 - ``MBEDTLS_DIR=<path of the directory containing mbed TLS sources>``
90 MBEDTLS_DIR=<path of the directory containing mbed TLS sources> \
99 Trust. These certificates can also be found in the output build directory.
114 MBEDTLS_DIR=<path of the directory containing mbed TLS sources> \
136 build directory.
/rk3399_ARM-atf/plat/marvell/armada/a8k/common/
H A Da8k_common.mk180 $(q)${MAKE} PLAT=${PLAT} --no-print-directory -C ${DOIMAGEPATH} clean
184 $(q)${MAKE} --no-print-directory -C ${DOIMAGEPATH}
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dindex.rst11 Please also refer to the TF-A CI scripts under the `model/`_ directory for an
/rk3399_ARM-atf/docs/plat/arm/juno/
H A Dindex.rst21 binaries in the ``SOFTWARE/`` directory with custom built TF-A binaries.
51 #. Clean the working directory
78 current working directory. BL33 corresponds to ``nt-fw.bin``.
82 exist in the current directory. If that is the case, either delete those
166 need to be copied to the ``SOFTWARE/`` directory on the Juno SD card.
/rk3399_ARM-atf/docs/components/
H A Ddebugfs-design.rst59 - bind(): expose the content of a directory to another directory.
/rk3399_ARM-atf/docs/process/
H A Dcoding-style.rst366 #. *Project* includes: Header files under the ``include/`` directory within
370 and which are located under the ``plat/<platform_name>`` directory within
374 taking both the file and directory names into account.
421 For header files that are in the same directory as the source file that is
424 For header files that are **not** in the same directory as the source file that
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-ls-tbbr.rst18 Use the below command from directory 'cst', with correct options.
28 Use the below command from directory 'cst', with correct options.

123