Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 35) sorted by relevance

12

/rk3399_ARM-atf/make_helpers/toolchains/
H A Dhost.mk7 host-name := host
9 host-cc-parameter := HOSTCC
10 host-cc-default-id := gnu-gcc
11 host-cc-default := gcc
13 host-cpp-parameter := HOSTCPP
14 host-cpp-default-id := gnu-gcc
15 host-cpp-default := gcc
17 host-as-parameter := HOSTAS
18 host-as-default-id := gnu-gcc
19 host-as-default := gcc
[all …]
/rk3399_ARM-atf/tools/nxp/create_pbl/
H A DMakefile35 $(q)$(host-cc) ${OBJECTS_1} -o $@ ${LDLIBS}
42 $(q)$(host-cc) ${OBJECTS_2} -o $@ ${LDLIBS}
49 $(q)$(host-cc) -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
/rk3399_ARM-atf/tools/amlogic/
H A DMakefile31 $(q)$(host-cc) ${OBJECTS} -o $@
38 $(q)$(host-cc) -c ${HOSTCCFLAGS} $< -o $@
/rk3399_ARM-atf/tools/marvell/doimage/
H A DMakefile39 $(q)$(host-cc) ${OBJECTS} ${DOIMAGE_LD_FLAGS} -o $@
46 $(q)$(host-cc) -c ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
/rk3399_ARM-atf/tools/sptool/
H A DMakefile32 $(q)$(host-cc) ${OBJECTS} -o $@ ${LDLIBS}
39 $(q)$(host-cc) -c ${CPPFLAGS} ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
/rk3399_ARM-atf/
H A D.gitreview2 host=review.trustedfirmware.org
H A DMakefile1088 $(if $(host-poetry),$(q)poetry -q install --no-root)
1089 …$(q)$(if $(host-poetry),poetry run )${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} $…
1239 $(if $(host-poetry),$(q)poetry -q install --no-root)
1240 $(q)$(if $(host-poetry),poetry run )memory --root ${BUILD_PLAT} symbols
1244 $(if $(host-poetry),$(q)poetry -q install --no-root)
1245 $(q)$(if $(host-poetry),poetry run )tlc create --fdt $< -s ${FW_HANDOFF_SIZE} $@
1249 $(if $(host-poetry),$(q)poetry -q install --with docs --no-root)
1250 …$(q)$(if $(host-poetry),poetry run )${MAKE} --no-print-directory -C ${DOCS_PATH} BUILDDIR=$(abspat…
/rk3399_ARM-atf/docs/
H A DMakefile27 $(if $(host-poetry),$(q)poetry -q install --no-root --with=docs)
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-12.rst20 | Impact | Potential for a compromised guest OS to attack the host via |
34 vulnerability to affect the host system. This could potentially lead to information
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-support.rst17 (64-bit host machine only).
55 CPU cores (64-bit host machine only).
/rk3399_ARM-atf/docs/plat/
H A Dintel-agilex.rst28 - Fetch all the above 2 repositories into local host.
H A Dintel-stratix10.rst28 - Fetch all the above 2 repositories into local host.
H A Dhikey960.rst32 - Fetch all the above 5 repositories into local host.
H A Dhikey.rst35 - Fetch all the above repositories into local host.
H A Dpoplar.rst55 - Fetch all the above 3 repositories into local host.
H A Drz-g2.rst54 SD card host interface,
/rk3399_ARM-atf/fdts/
H A Dfvp-base-psci-common.dtsi143 compatible = "pci-host-ecam-generic";
H A Dmorello-soc.dts155 compatible = "pci-host-ecam-generic";
191 compatible = "pci-host-ecam-generic";
/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci_protocol.h78 uint8_t host; member
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst43 toolchain [1]_. DTC is used as part of the build process on the host machine
52 The TF-A repository also includes source code for host tools that supplement
74 required to build TF-A binaries and host tools.
80 - *OpenSSL Library*: This is another cryptography library used by TF-A host
147 TF-A uses trustedfirmware.org (tf.org) and Arm infrastructures to host the
495 | Description | An attacker can host a malicious version of TF-A on an |
505 | | spoofing) and host a malicious TF-A source repository. |
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_emmc.c244 static int uniphier_emmc_hw_init(struct uniphier_emmc_host *host) in uniphier_emmc_hw_init() argument
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot.rst264 BL1 and BL2 code, and in tool code on the host build machine. The feature is
268 On the host machine, a tool generates the certificates, which are included in
290 The ``cert_create`` tool is built and runs on the host machine as part of the
319 The ``encrypt_fw`` tool is built and runs on the host machine as part of the
/rk3399_ARM-atf/make_helpers/
H A Dbuild_macros.mk341 …$$(q)$(host-cc) $$(HOSTCCFLAGS) $(TOOL_CPPFLAGS) $(TOOL_CFLAGS) $(call MAKE_DEP,$(DEP),$(OBJ)) -c …
359 $$(q)$(host-cc) $${OBJS} -o $$@ $($(3)_LDFLAGS)
/rk3399_ARM-atf/plat/arm/common/
H A Darm_common.mk543 $(if $(host-poetry),$(q)poetry -q install --no-root)
544 $(q)$(if $(host-poetry),poetry run )cot-dt2c convert-to-c $< $@
/rk3399_ARM-atf/docs/getting_started/
H A Ddocs-build.rst106 to check if `docker`_ is installed in your host, otherwise check main docker

12