Home
last modified time | relevance | path

Searched refs:IS_ENABLED (Results 1 – 25 of 44) sorted by relevance

12

/include/
A Dspl_load.h65 if (IS_ENABLED(CONFIG_SPL_LZMA) && in _spl_load()
82 if (IS_ENABLED(CONFIG_SPL_NOR_SUPPORT) && in _spl_load()
107 IS_ENABLED(CONFIG_SPL_BLK_FS) + \
108 IS_ENABLED(CONFIG_SPL_FS_EXT4) + \
109 IS_ENABLED(CONFIG_SPL_FS_FAT) + \
110 IS_ENABLED(CONFIG_SPL_SYS_MMCSD_RAW_MODE) + \
111 (IS_ENABLED(CONFIG_SPL_NAND_SUPPORT) && !IS_ENABLED(CONFIG_SPL_UBI)) + \
112 IS_ENABLED(CONFIG_SPL_NET) + \
113 IS_ENABLED(CONFIG_SPL_NOR_SUPPORT) + \
114 IS_ENABLED(CONFIG_SPL_SEMIHOSTING) + \
[all …]
A Dspl.h53 if (IS_ENABLED(CONFIG_TPL)) { in xpl_is_first_phase()
54 if (IS_ENABLED(CONFIG_TPL_BUILD)) in xpl_is_first_phase()
56 } else if (IS_ENABLED(CONFIG_SPL)) { in xpl_is_first_phase()
57 if (IS_ENABLED(CONFIG_XPL_BUILD)) in xpl_is_first_phase()
171 return IS_ENABLED(CONFIG_VPL) ? PHASE_VPL : in xpl_prev_phase()
172 IS_ENABLED(CONFIG_TPL) ? PHASE_TPL : in xpl_prev_phase()
175 return IS_ENABLED(CONFIG_SPL) ? PHASE_SPL : in xpl_prev_phase()
353 #if IS_ENABLED(CONFIG_SPL_LOAD_BLOCK)
364 #if IS_ENABLED(CONFIG_SPL_LOAD_BLOCK) in spl_get_bl_len()
373 #if IS_ENABLED(CONFIG_SPL_LOAD_BLOCK) in spl_set_bl_len()
[all …]
A Dautoboot.h40 return IS_ENABLED(CONFIG_AUTOBOOT_KEYED); in autoboot_keyed()
A Dvbe.h65 if (IS_ENABLED(CONFIG_XPL_BUILD)) in vbe_phase()
A Dbutton.h77 #if IS_ENABLED(CONFIG_BUTTON_CMD)
A Dimx_container.h15 #if IS_ENABLED(CONFIG_IMX_PQC_SUPPORT)
79 #if IS_ENABLED(CONFIG_IMX_PQC_SUPPORT) in valid_container_hdr()
A Dubi_uboot.h58 #if IS_ENABLED(CONFIG_UBI_BLOCK)
A Dbcb.h20 #if IS_ENABLED(CONFIG_CMD_BCB)
A Dclk-uclass.h41 #if IS_ENABLED(CONFIG_CMD_CLK)
A Dmux.h26 #if IS_ENABLED(CONFIG_MULTIPLEXER)
A Dtpm_api.h326 return IS_ENABLED(CONFIG_TPM_V1) && tpm_get_version(dev) == TPM_V1; in tpm_is_v1()
331 return IS_ENABLED(CONFIG_TPM_V2) && tpm_get_version(dev) == TPM_V2; in tpm_is_v2()
A Dtpm-v2.h309 #if IS_ENABLED(CONFIG_SHA1)
320 #if IS_ENABLED(CONFIG_SHA256)
331 #if IS_ENABLED(CONFIG_SHA384)
342 #if IS_ENABLED(CONFIG_SHA512)
/include/configs/
A Dsocfpga_soc64_common.h44 #if IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)
62 #if IS_ENABLED(CONFIG_DISTRO_DEFAULTS)
63 #if IS_ENABLED(CONFIG_CMD_MMC)
69 #if IS_ENABLED(CONFIG_CMD_SF)
93 #if IS_ENABLED(CONFIG_CMD_NAND)
121 #if IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)
248 #if IS_ENABLED(CONFIG_TARGET_SOCFPGA_AGILEX5)
A Dbrzynq.h13 #if IS_ENABLED(CONFIG_SPL_FPGA)
A Dimx8mn_beacon.h22 #if IS_ENABLED(CONFIG_IMX8MN_BEACON_2GB_LPDDR)
A Dimx8mm-cl-iot-gate.h33 #if IS_ENABLED(CONFIG_CMD_MMC)
41 #if IS_ENABLED(CONFIG_CMD_USB)
A Dmx6ul_14x14_evk.h16 #define is_mx6ul_9x9_evk() IS_ENABLED(CONFIG_TARGET_MX6UL_9X9_EVK)
A Dimx8mp_rsb3720.h40 #if IS_ENABLED(CONFIG_CMD_MMC)
A Dam335x_evm.h50 #if IS_ENABLED(CONFIG_CMD_USB)
/include/test/
A Dspl.h128 if (!IS_ENABLED(CONFIG_SPL_LZMA)) in image_supported()
131 return IS_ENABLED(CONFIG_SPL_LEGACY_IMAGE_FORMAT); in image_supported()
133 return IS_ENABLED(CONFIG_SPL_LOAD_IMX_CONTAINER); in image_supported()
136 return IS_ENABLED(CONFIG_SPL_LOAD_FIT) || in image_supported()
137 IS_ENABLED(CONFIG_SPL_LOAD_FIT_FULL); in image_supported()
/include/soc/qcom/
A Dcmd-db.h22 #if IS_ENABLED(CONFIG_QCOM_COMMAND_DB)
A Drpmh.h13 #if IS_ENABLED(CONFIG_QCOM_RPMH)
/include/env/distro/
A Dsf.h11 #if IS_ENABLED(CONFIG_CMD_SF)
/include/mtd/
A Dcfi_flash.h165 #if IS_ENABLED(CONFIG_FLASH_CFI_DRIVER) && \
166 (!IS_ENABLED(CONFIG_XPL_BUILD) || IS_ENABLED(CONFIG_SPL_MTD))
/include/linux/
A Dclk-provider.h75 #if IS_ENABLED(CONFIG_SANDBOX_CLK_CCF)
104 #if IS_ENABLED(CONFIG_SANDBOX_CLK_CCF)
132 #if IS_ENABLED(CONFIG_SANDBOX_CLK_CCF)

Completed in 49 milliseconds

12