Lines Matching +full:config +full:- +full:space
5 config SUPPORT_OF_CONTROL
8 config DTC
11 config PYLIBFDT
14 config DTOC
18 config BINMAN
25 config OF_CONTROL
26 bool "Run-time configuration via Device Tree"
29 This feature provides for run-time configuration of U-Boot
32 config OF_BOARD_FIXUP
33 bool "Board-specific manipulation of Device Tree"
36 U-Boot's device tree (e.g. to delete device from it). This option
37 make the Device Tree writeable and provides a board-specific
38 "board_fix_fdt" callback (called during pre-relocation time), which
40 modified copy is subsequently used by U-Boot after relocation.
42 config SPL_OF_CONTROL
43 bool "Enable run-time configuration via Device Tree in SPL"
46 Some boards use device tree in U-Boot but only have 4KB of SRAM
48 allow such boards to be supported by U-Boot SPL.
50 config TPL_OF_CONTROL
51 bool "Enable run-time configuration via Device Tree in TPL"
54 Some boards use device tree in U-Boot but only have 4KB of SRAM
56 allow such boards to be supported by U-Boot TPL.
58 config OF_LIVE
62 Normally U-Boot uses a flat device tree which saves space and
64 tree does not support modification from within U-Boot since it
65 can invalidate driver-model device tree offsets. This option
73 config OF_SEPARATE
78 placed as a separate u-boot.dtb file alongside the U-Boot image.
80 config OF_EMBED
84 built into the U-Boot image. This is suitable for local debugging
86 Boards in the mainline U-Boot tree should not use it.
88 config OF_BOARD
96 config OF_HOSTFILE
101 This is only useful for Sandbox. Use the -d flag to U-Boot to
104 config OF_PRIOR_STAGE
109 location passed to U-Boot by the prior stage bootloader.
113 config DEFAULT_DEVICE_TREE
119 $ make DEVICE_TREE=<device-tree-name>
121 config OF_LIST
127 control. These will be packaged into a FIT. At run-time, U-boot
131 separated by <space>.
134 config DTB_RESELECT
140 config allows boards to implement a function at a later point
143 config MULTI_DTB_FIT
144 bool "Support embedding several DTBs in a FIT image for u-boot"
146 This option provides hooks to allow U-boot to parse an
152 config SPL_MULTI_DTB_FIT
164 config SPL_OF_LIST
170 control in the SPL. These will be packaged into a FIT. At run-time,
174 separated by <space>.
181 config SPL_MULTI_DTB_FIT_LZO
189 config SPL_MULTI_DTB_FIT_GZIP
197 config SPL_MULTI_DTB_FIT_NO_COMPRESSION
209 config SPL_MULTI_DTB_FIT_DYN_ALLOC
213 config SPL_MULTI_DTB_FIT_USER_DEFINED_AREA
214 bool "User-defined location"
217 config SPL_MULTI_DTB_FIT_UNCOMPRESS_SZ
226 config SPL_MULTI_DTB_FIT_USER_DEF_ADDR
232 aligned on 2-byte boundary.
234 config OF_SPL_REMOVE_PROPS
237 default "interrupt-parent" if SPL_PINCTRL && SPL_CLK
238 default "clocks clock-names interrupt-parent" if SPL_PINCTRL
239 default "pinctrl-0 pinctrl-names interrupt-parent" if SPL_CLK
240 default "pinctrl-0 pinctrl-names clocks clock-names interrupt-parent"
242 Since SPL normally runs in a reduced memory space, the device tree
243 is cut down to only what is needed to load and start U-Boot. Only
244 nodes marked with the property "u-boot,dm-pre-reloc" will be
245 included. In addition, some properties are not used by U-Boot and
249 config SPL_OF_PLATDATA
268 declarations for each node. See of-plat.txt for more information.
270 config TPL_OF_PLATDATA
289 declarations for each node. See of-plat.txt for more information.
293 config MKIMAGE_DTC_PATH