Lines Matching +full:repo +full:- +full:path

3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
6 # SPDX-License-Identifier: Apache-2.0
92 bool "Link application into /chosen/zephyr,code-partition from devicetree"
95 selected by the zephyr,code-partition property in /chosen in devicetree.
100 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
103 # Only user-configurable when USE_DT_CODE_PARTITION is disabled
116 # Only user-configurable when USE_DT_CODE_PARTITION is disabled
121 If non-zero, this option specifies the size, in bytes, of the flash
136 If the application is built for chain-loading by a bootloader this
149 If non-zero, this option reduces the maximum size that the Zephyr image is allowed to
169 The templates are pre-processed by the C pre-processor to create the
191 string "Path to custom linker script"
194 Path to the linker script to be used instead of the one define by the
314 instructions in the output object file. For ld and lld, this enables `--relax`.
315 On platforms where this is not supported, `--relax' is accepted, but ignored.
317 in-effective jump calls to shorter / more effective instructions.
493 Compiler optimizations will be set to -Os independently of other
499 Compiler optimizations wil be set to -Oz independently of other
505 Compiler optimizations will be set to -O2 independently of other
511 Compiler optimizations will be set to -Og independently of other
517 Compiler optimizations will be set to -O0 independently of other
570 Disables both compile-time and run-time checking.
573 bool "Compile-time detection"
575 Enables only compile-time checking. Compile-time checking
581 bool "Compile-time and run-time detection"
583 Enables both compile-time and run-time checking. Run-time
593 This option is a free-form string that is passed to the compiler
604 disallows some otherwise-permitted features of the C
644 Create a stat file using readelf -e <elf>
680 --print-memory-region to the linker when it is doing it's first
723 appropriate locations at startup, clear any zero-filled (BSS, etc...)
776 This can be either a hex, e.g. 0x68ed2b88, or well-known family
778 be pre-filled with the known value.
808 stage loaders where a pre-loader may copy image to a second location
812 - 1024
813 - 0x1000
814 - -0x1000
815 - 0x20000000 - 0x10000000
819 DT_CHOSEN_IMAGE_<name> := <name>,<name>-partition
822 default "$(dt_chosen_reg_addr_hex,$(DT_CHOSEN_IMAGE_M4))-\
831 - Number of segments in the image
832 - LMA address of each segment
833 - VMA address of each segment
834 - Size of each segment
855 third party Makefile-based build systems.
861 - Zephyr: path and revision (if git repo)
862 - Zephyr modules: name, path, and revision (if git repo)
863 - West:
864 - manifest: path and revision
865 - projects: path and revision
866 - Workspace:
867 - dirty: one or more repositories are marked dirty
868 - extra: extra Zephyr modules are manually included in the build
869 - off: the SHA of one or more west projects are not what the manifest
870 defined when `west update` was run the last time (`manifest-rev`).
881 West manifest repo revision field will also
883 The final revision will become: <SHA>-<state1>-<state2>-<state3>...
886 - dirty: one or more repositories are marked dirty
887 - extra: extra Zephyr modules are manually included in the build
888 - off: the SHA of one or more west projects are not what the manifest
889 defined when `west update` was run the last time (`manifest-rev`).
903 Debuggers usually have a path mapping feature to ensure the files are
973 linking against a binary-only C++ library whose type mangling
1000 - the Zephyr image itself is to act as the bootloader, or
1001 - Zephyr is a !XIP image, which implicitly assumes existence of a
1015 Non-prompt symbol to indicate that the deprecated BOOTLOADER_SRAM_SIZE Kconfig has a
1016 non-0 value. Please transition to using devicetree.
1064 bool "Legacy include path for generated headers"
1068 path for the generated headers which does not use the `zephyr/` prefix.