Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/make_helpers/
H A Dtoolchain.mk421 toolchain-ld-prefix-gnu-gcc = $(addprefix -Xlinker ,$(1))
422 toolchain-ld-prefix-gnu-ld = $(1)
423 toolchain-ld-prefix-llvm-clang = $(addprefix -Xlinker ,$(1))
424 toolchain-ld-prefix-llvm-lld = $(1)
425 toolchain-ld-prefix-arm-clang = $(addprefix -Xlinker ,$(1))
426 toolchain-ld-prefix-arm-link = $(1)
445 …$(shell $($(1)-ld) $(call toolchain-ld-prefix-gnu-gcc,$(2)) -Xlinker --help >/dev/null 2>&1 && ech…
446 $(call toolchain-ld-prefix-gnu-gcc,$(2)))
451 $(call toolchain-ld-prefix-llvm-clang,$(2)) -Xlinker --help >/dev/null 2>&1 && $\
452 echo $(call escape-shell,$(call toolchain-ld-prefix-llvm-clang,$(2))))
[all …]
H A Dbuild_macros.mk131 ld_prefix = $(toolchain-ld-prefix-$($(ARCH)-ld-id))
/rk3399_ARM-atf/include/plat/arm/common/aarch64/
H A Darm_macros.S30 prefix: label
90 adr x4, prefix
/rk3399_ARM-atf/drivers/measured_boot/event_log/
H A Devent_log.mk79 --prefix $(LIBEVLOG_INSTALL_DIR) \
/rk3399_ARM-atf/docs/getting_started/
H A Dimage-terminology.rst16 - The main name change is to prefix each image with the processor it corresponds
19 permitted to omit the processor prefix (for example, just BL1 instead of
183 the same terminology, with the processor abbreviation prefix, followed by
/rk3399_ARM-atf/docs/plat/
H A Dsocionext-uniphier.rst69 make CROSS_COMPILE=<gcc-prefix> PLAT=uniphier BL33=<path-to-BL33> bl2_gzip fip
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c63 char *prefix[] = { "DEBUG", "WARN", "ERROR" }; in vlog() local
65 fprintf(stderr, "%s: ", prefix[prio]); in vlog()
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dbuild.rst439 Only if required, the default tool chain prefix ``arm-linux-gnueabi-`` can be
/rk3399_ARM-atf/docs/components/
H A Drmm-el3-comms-spec.rst1056 …nabled features by EL3. These include system registers with the ``_EL2`` prefix. The EL2 physical …
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1463 This function defines the prefix string corresponding to the `log_level` to be
1466 can override the common implementation to define a different prefix string for
H A Dchange-log.md5554 …**See:** always prefix section names with `.` ([da04341](https://review.trustedfirmware.org/plugin…
9309 …- add bl prefix for internal linker script ([7684ddd](https://review.trustedfirmware.org/plugins/g…
12095 runtime and additionally the prefix string can be defined by the platform.