| /rk3399_ARM-atf/make_helpers/toolchains/ |
| H A D | host.mk | 7 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 D | Makefile | 35 $(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 D | Makefile | 31 $(q)$(host-cc) ${OBJECTS} -o $@ 38 $(q)$(host-cc) -c ${HOSTCCFLAGS} $< -o $@
|
| /rk3399_ARM-atf/tools/marvell/doimage/ |
| H A D | Makefile | 39 $(q)$(host-cc) ${OBJECTS} ${DOIMAGE_LD_FLAGS} -o $@ 46 $(q)$(host-cc) -c ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
|
| /rk3399_ARM-atf/tools/sptool/ |
| H A D | Makefile | 32 $(q)$(host-cc) ${OBJECTS} -o $@ ${LDLIBS} 39 $(q)$(host-cc) -c ${CPPFLAGS} ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
|
| /rk3399_ARM-atf/ |
| H A D | .gitreview | 2 host=review.trustedfirmware.org
|
| H A D | Makefile | 1088 $(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 D | Makefile | 27 $(if $(host-poetry),$(q)poetry -q install --no-root --with=docs)
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-12.rst | 20 | 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 D | fvp-support.rst | 17 (64-bit host machine only). 55 CPU cores (64-bit host machine only).
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | intel-agilex.rst | 28 - Fetch all the above 2 repositories into local host.
|
| H A D | intel-stratix10.rst | 28 - Fetch all the above 2 repositories into local host.
|
| H A D | hikey960.rst | 32 - Fetch all the above 5 repositories into local host.
|
| H A D | hikey.rst | 35 - Fetch all the above repositories into local host.
|
| H A D | poplar.rst | 55 - Fetch all the above 3 repositories into local host.
|
| H A D | rz-g2.rst | 54 SD card host interface,
|
| /rk3399_ARM-atf/fdts/ |
| H A D | fvp-base-psci-common.dtsi | 143 compatible = "pci-host-ecam-generic";
|
| H A D | morello-soc.dts | 155 compatible = "pci-host-ecam-generic"; 191 compatible = "pci-host-ecam-generic";
|
| /rk3399_ARM-atf/drivers/ti/ti_sci/ |
| H A D | ti_sci_protocol.h | 78 uint8_t host; member
|
| /rk3399_ARM-atf/docs/threat_model/ |
| H A D | supply_chain_threat_model.rst | 43 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 D | uniphier_emmc.c | 244 static int uniphier_emmc_hw_init(struct uniphier_emmc_host *host) in uniphier_emmc_hw_init() argument
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | trusted-board-boot.rst | 264 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 D | build_macros.mk | 341 …$$(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 D | arm_common.mk | 543 $(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 D | docs-build.rst | 106 to check if `docker`_ is installed in your host, otherwise check main docker
|