Searched refs:prefix (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/make_helpers/ |
| H A D | toolchain.mk | 421 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 D | build_macros.mk | 131 ld_prefix = $(toolchain-ld-prefix-$($(ARCH)-ld-id))
|
| /rk3399_ARM-atf/include/plat/arm/common/aarch64/ |
| H A D | arm_macros.S | 30 prefix: label 90 adr x4, prefix
|
| /rk3399_ARM-atf/drivers/measured_boot/event_log/ |
| H A D | event_log.mk | 79 --prefix $(LIBEVLOG_INSTALL_DIR) \
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | image-terminology.rst | 16 - 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 D | socionext-uniphier.rst | 69 make CROSS_COMPILE=<gcc-prefix> PLAT=uniphier BL33=<path-to-BL33> bl2_gzip fip
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 63 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 D | build.rst | 439 Only if required, the default tool chain prefix ``arm-linux-gnueabi-`` can be
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 1056 …nabled features by EL3. These include system registers with the ``_EL2`` prefix. The EL2 physical …
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 1463 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 D | change-log.md | 5554 …**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.
|