/u-boot/fs/squashfs/ |
A D | sqfs_decompressor.c | 13 #if IS_ENABLED(CONFIG_LZO) 17 #if IS_ENABLED(CONFIG_ZLIB) 21 #if IS_ENABLED(CONFIG_ZSTD) 33 #if IS_ENABLED(CONFIG_LZO) in sqfs_decompressor_init() 37 #if IS_ENABLED(CONFIG_ZLIB) in sqfs_decompressor_init() 41 #if IS_ENABLED(CONFIG_ZSTD) in sqfs_decompressor_init() 61 #if IS_ENABLED(CONFIG_LZO) in sqfs_decompressor_cleanup() 65 #if IS_ENABLED(CONFIG_ZLIB) in sqfs_decompressor_cleanup() 69 #if IS_ENABLED(CONFIG_ZSTD) in sqfs_decompressor_cleanup() 77 #if IS_ENABLED(CONFIG_ZLIB) [all …]
|
/u-boot/common/ |
A D | main.c | 29 if (IS_ENABLED(CONFIG_AUTOBOOT_KEYED)) in run_preboot_environment_command() 34 if (IS_ENABLED(CONFIG_AUTOBOOT_KEYED)) in run_preboot_environment_command() 46 if (IS_ENABLED(CONFIG_VERSION_VARIABLE)) in main_loop() 51 if (IS_ENABLED(CONFIG_USE_PREBOOT)) in main_loop() 54 if (IS_ENABLED(CONFIG_UPDATE_TFTP)) in main_loop() 57 if (IS_ENABLED(CONFIG_EFI_CAPSULE_ON_DISK_EARLY)) in main_loop()
|
A D | stdio.c | 195 if (IS_ENABLED(CONFIG_DM_VIDEO)) { in stdio_get_by_name() 312 if (IS_ENABLED(CONFIG_DM_KEYBOARD)) { in stdio_add_devices() 342 if (IS_ENABLED(CONFIG_DM_VIDEO)) { in stdio_add_devices() 364 if (IS_ENABLED(CONFIG_SPLASH_SCREEN) && in stdio_add_devices() 365 IS_ENABLED(CONFIG_CMD_BMP)) in stdio_add_devices() 368 if (IS_ENABLED(CONFIG_LCD)) in stdio_add_devices() 370 if (IS_ENABLED(CONFIG_VIDEO) || in stdio_add_devices() 371 IS_ENABLED(CONFIG_CFB_CONSOLE) || in stdio_add_devices() 372 IS_ENABLED(CONFIG_VIDEO_VCXK)) in stdio_add_devices() 384 if (IS_ENABLED(CONFIG_NETCONSOLE)) in stdio_add_devices() [all …]
|
A D | autoboot.c | 248 if (IS_ENABLED(CONFIG_AUTOBOOT_ENCRYPTION)) in abortboot_key_sequence() 285 if (IS_ENABLED(CONFIG_USE_AUTOBOOT_MENUKEY)) in abortboot_single_key() 305 if (IS_ENABLED(CONFIG_AUTOBOOT_KEYED)) in abortboot() 311 if (IS_ENABLED(CONFIG_SILENT_CONSOLE) && abort) in abortboot() 344 if (IS_ENABLED(CONFIG_OF_CONTROL)) in bootdelay_process() 350 if (IS_ENABLED(CONFIG_AUTOBOOT_MENU_SHOW)) in bootdelay_process() 364 if (IS_ENABLED(CONFIG_OF_CONTROL)) in bootdelay_process() 380 lock = IS_ENABLED(CONFIG_AUTOBOOT_KEYED) && in autoboot_command() 381 !IS_ENABLED(CONFIG_AUTOBOOT_KEYED_CTRLC); in autoboot_command() 391 if (IS_ENABLED(CONFIG_USE_AUTOBOOT_MENUKEY) && in autoboot_command()
|
A D | console.c | 217 if (IS_ENABLED(CONFIG_DM_SERIAL) && (sdev->flags & DEV_FLAGS_DM)) { in console_dev_is_serial() 492 if (IS_ENABLED(CONFIG_WATCHDOG)) in fgetc() 613 if (IS_ENABLED(CONFIG_SILENT_CONSOLE) && (gd->flags & GD_FLG_SILENT)) in print_pre_console_buffer() 649 if (IS_ENABLED(CONFIG_SANDBOX) && !(gd->flags & GD_FLG_SERIAL_READY)) { in putc() 660 if (IS_ENABLED(CONFIG_SILENT_CONSOLE) && (gd->flags & GD_FLG_SILENT)) { in putc() 690 if (IS_ENABLED(CONFIG_SANDBOX) && !(gd->flags & GD_FLG_SERIAL_READY)) { in puts() 878 if (!IS_ENABLED(CONFIG_SILENT_CONSOLE)) in console_update_silent() 1009 if (!IS_ENABLED(CONFIG_SYS_CONSOLE_INFO_QUIET)) in console_init_r() 1018 if (IS_ENABLED(CONFIG_SYS_CONSOLE_ENV_OVERWRITE)) { in console_init_r() 1054 if (IS_ENABLED(CONFIG_SPLASH_SCREEN) && env_get("splashimage")) { in console_init_r() [all …]
|
/u-boot/arch/arm/mach-socfpga/ |
A D | board.c | 105 #if IS_ENABLED(CONFIG_FIT_IMAGE_POST_PROCESS) 108 if (IS_ENABLED(CONFIG_SOCFPGA_SECURE_VAB_AUTH)) { in board_fit_image_post_process() 115 #if !IS_ENABLED(CONFIG_SPL_BUILD) && IS_ENABLED(CONFIG_FIT) 118 if (IS_ENABLED(CONFIG_SOCFPGA_SECURE_VAB_AUTH) && in board_prep_linux() 119 !IS_ENABLED(CONFIG_SOCFPGA_SECURE_VAB_AUTH_ALLOW_NON_FIT_IMAGE)) { in board_prep_linux() 133 if (IS_ENABLED(CONFIG_CADENCE_QSPI)) { in board_prep_linux()
|
/u-boot/arch/arm/mach-sunxi/ |
A D | spl_spi_sunxi.c | 107 if (!IS_ENABLED(CONFIG_MACH_SUN50I_H6)) in spi0_pinmux_setup() 113 if (IS_ENABLED(CONFIG_MACH_SUN4I) || IS_ENABLED(CONFIG_MACH_SUN7I) || in spi0_pinmux_setup() 114 IS_ENABLED(CONFIG_MACH_SUN8I_R40)) in spi0_pinmux_setup() 128 if (IS_ENABLED(CONFIG_MACH_SUN8I_R40)) in spi0_base_address() 131 if (IS_ENABLED(CONFIG_MACH_SUN50I_H6)) in spi0_base_address() 148 if (IS_ENABLED(CONFIG_MACH_SUN50I_H6)) in spi0_enable_clock() 155 if (!IS_ENABLED(CONFIG_MACH_SUN50I_H6)) in spi0_enable_clock() 196 if (!IS_ENABLED(CONFIG_MACH_SUN50I_H6)) in spi0_disable_clock() 200 if (IS_ENABLED(CONFIG_MACH_SUN50I_H6)) in spi0_disable_clock() 211 if (IS_ENABLED(CONFIG_MACH_SUN50I) || in spi0_init() [all …]
|
/u-boot/board/atmel/sama7g5ek/ |
A D | sama7g5ek.c | 25 #if (IS_ENABLED(CONFIG_DEBUG_UART_BOARD_INIT)) 44 #if (IS_ENABLED(CONFIG_DEBUG_UART)) in board_early_init_f() 52 #if (IS_ENABLED(CONFIG_MISC_INIT_R)) 55 #if (IS_ENABLED(CONFIG_I2C_EEPROM)) in misc_init_r()
|
/u-boot/arch/x86/lib/ |
A D | init_helpers.c | 18 IS_ENABLED(CONFIG_FSP_VERSION2); in init_cache_f_r() 21 do_mtrr &= !IS_ENABLED(CONFIG_FSP_VERSION1) && in init_cache_f_r() 22 !IS_ENABLED(CONFIG_SYS_SLIMBOOTLOADER); in init_cache_f_r()
|
A D | tables.c | 92 if (IS_ENABLED(CONFIG_BLOBLIST_TABLES) && table->tag) { in write_tables() 101 if (IS_ENABLED(CONFIG_SEABIOS)) { in write_tables() 126 if (IS_ENABLED(CONFIG_SEABIOS)) { in write_tables() 132 if (IS_ENABLED(CONFIG_BLOBLIST_TABLES)) { in write_tables() 136 if (IS_ENABLED(CONFIG_GENERATE_ACPI_TABLE)) { in write_tables() 142 if (IS_ENABLED(CONFIG_GENERATE_SMBIOS_TABLE)) { in write_tables()
|
A D | spl.c | 77 if (IS_ENABLED(TPL)) in x86_spl_init() 111 if (IS_ENABLED(CONFIG_ENABLE_MRC_CACHE)) { in x86_spl_init() 171 #if IS_ENABLED(CONFIG_TPL) || IS_ENABLED(CONFIG_SYS_COREBOOT) in board_init_f() 216 if (!IS_ENABLED(CONFIG_SYS_COREBOOT)) { in spl_board_load_image()
|
/u-boot/arch/arm/mach-tegra/ |
A D | board.c | 17 #if IS_ENABLED(CONFIG_TEGRA_CLKRST) 20 #if IS_ENABLED(CONFIG_TEGRA_PINCTRL) 23 #if IS_ENABLED(CONFIG_TEGRA_MC) 97 #if IS_ENABLED(CONFIG_TEGRA_MC) 158 #if IS_ENABLED(CONFIG_TEGRA_MC) in dram_init() 166 #if IS_ENABLED(CONFIG_TEGRA_PINCTRL) 238 #if IS_ENABLED(CONFIG_TEGRA_PINCTRL) in board_init_uart_f()
|
A D | pmc.c | 18 #if IS_ENABLED(CONFIG_TEGRA_PMC_SECURE) 54 #if IS_ENABLED(CONFIG_TEGRA_PMC_SECURE) in tegra_pmc_readl() 72 #if IS_ENABLED(CONFIG_TEGRA_PMC_SECURE) in tegra_pmc_writel()
|
A D | board2.c | 29 #if IS_ENABLED(CONFIG_TEGRA_CLKRST) 32 #if IS_ENABLED(CONFIG_TEGRA_PINCTRL) 121 #if IS_ENABLED(CONFIG_TEGRA_CLKRST) in board_init() 201 #if IS_ENABLED(CONFIG_TEGRA_CLKRST) in board_early_init_f() 215 #if IS_ENABLED(CONFIG_TEGRA_CLKRST) in board_early_init_f()
|
/u-boot/lib/efi_loader/ |
A D | efi_setup.c | 128 if (IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_UPDATE)) { in efi_init_capsule() 153 if (IS_ENABLED(CONFIG_EFI_HAVE_CAPSULE_SUPPORT)) in efi_init_os_indications() 157 if (IS_ENABLED(CONFIG_EFI_CAPSULE_ON_DISK)) in efi_init_os_indications() 161 if (IS_ENABLED(CONFIG_EFI_CAPSULE_FIRMWARE_MANAGEMENT)) in efi_init_os_indications() 204 if (IS_ENABLED(CONFIG_EFI_RNG_PROTOCOL)) { in efi_init_obj_list() 230 if (IS_ENABLED(CONFIG_EFI_TCG2_PROTOCOL)) { in efi_init_obj_list() 285 if (IS_ENABLED(CONFIG_EFI_CAPSULE_ON_DISK) && in efi_init_obj_list() 286 !IS_ENABLED(CONFIG_EFI_CAPSULE_ON_DISK_EARLY)) in efi_init_obj_list()
|
/u-boot/arch/arm/mach-imx/ |
A D | spl.c | 143 if (IS_ENABLED(CONFIG_IMX8MM) || IS_ENABLED(CONFIG_IMX8MN) || in spl_boot_device() 144 IS_ENABLED(CONFIG_IMX8MP)) in spl_boot_device() 212 if (IS_ENABLED(CONFIG_SPL_FS_FAT)) in spl_mmc_boot_mode() 219 if (IS_ENABLED(CONFIG_SPL_FS_FAT)) in spl_mmc_boot_mode() 221 else if (IS_ENABLED(CONFIG_SUPPORT_EMMC_BOOT)) in spl_mmc_boot_mode() 235 if (IS_ENABLED(CONFIG_SPL_FS_FAT)) in spl_mmc_boot_mode() 237 else if (IS_ENABLED(CONFIG_SUPPORT_EMMC_BOOT)) in spl_mmc_boot_mode()
|
/u-boot/arch/x86/cpu/ |
A D | cpu.c | 173 if (IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)) { in default_print_cpuinfo() 210 if (IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)) { in last_stage_init() 223 if (IS_ENABLED(CONFIG_GENERATE_ACPI_TABLE)) { in last_stage_init() 250 if (IS_ENABLED(CONFIG_SMP)) { in x86_init_cpus() 304 if (IS_ENABLED(CONFIG_ENABLE_MRC_CACHE)) in reserve_arch() 307 if (IS_ENABLED(CONFIG_SEABIOS)) in reserve_arch() 310 if (IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)) { in reserve_arch() 313 if (IS_ENABLED(CONFIG_HAVE_FSP)) { in reserve_arch()
|
/u-boot/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand.h | 41 if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_SYS_BIG_ENDIAN)) in brcmnand_readl() 50 if (IS_ENABLED(CONFIG_MIPS) && IS_ENABLED(CONFIG_SYS_BIG_ENDIAN)) in brcmnand_writel()
|
/u-boot/board/solidrun/clearfog/ |
A D | clearfog.c | 73 if (IS_ENABLED(CONFIG_CLEARFOG_SFP_25GB)) in hws_board_topology_load() 76 if (IS_ENABLED(CONFIG_CLEARFOG_CON2_SATA)) { in hws_board_topology_load() 83 if (IS_ENABLED(CONFIG_CLEARFOG_CON3_SATA)) { in hws_board_topology_load() 106 if (IS_ENABLED(CONFIG_SPL_CMD_TLV_EEPROM)) in hws_board_topology_load() 109 if (IS_ENABLED(CONFIG_TARGET_CLEARFOG_BASE)) { in hws_board_topology_load() 222 if (IS_ENABLED(CONFIG_TARGET_CLEARFOG_BASE)) in checkboard() 256 else if (IS_ENABLED(CONFIG_TARGET_CLEARFOG_BASE)) in board_late_init()
|
/u-boot/drivers/video/ |
A D | console_rotate.c | 28 if (IS_ENABLED(CONFIG_VIDEO_BPP8)) { in console_set_row_1() 36 if (IS_ENABLED(CONFIG_VIDEO_BPP16)) { in console_set_row_1() 44 if (IS_ENABLED(CONFIG_VIDEO_BPP32)) { in console_set_row_1() 110 if (IS_ENABLED(CONFIG_VIDEO_BPP8)) { in console_putc_xy_1() 121 if (IS_ENABLED(CONFIG_VIDEO_BPP16)) { in console_putc_xy_1() 132 if (IS_ENABLED(CONFIG_VIDEO_BPP32)) { in console_putc_xy_1() 169 if (IS_ENABLED(CONFIG_VIDEO_BPP8)) { in console_set_row_2() 178 if (IS_ENABLED(CONFIG_VIDEO_BPP16)) { in console_set_row_2() 187 if (IS_ENABLED(CONFIG_VIDEO_BPP32)) { in console_set_row_2() 246 if (IS_ENABLED(CONFIG_VIDEO_BPP8)) { in console_putc_xy_2() [all …]
|
A D | console_normal.c | 27 if (IS_ENABLED(CONFIG_VIDEO_BPP8)) { in console_normal_set_row() 36 if (IS_ENABLED(CONFIG_VIDEO_BPP16)) { in console_normal_set_row() 45 if (IS_ENABLED(CONFIG_VIDEO_BPP32)) { in console_normal_set_row() 106 if (IS_ENABLED(CONFIG_VIDEO_BPP8)) { in console_normal_putc_xy() 118 if (IS_ENABLED(CONFIG_VIDEO_BPP16)) { in console_normal_putc_xy() 130 if (IS_ENABLED(CONFIG_VIDEO_BPP32)) { in console_normal_putc_xy()
|
/u-boot/arch/x86/lib/fsp1/ |
A D | fsp_common.c | 52 if (IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)) { in arch_fsp_init() 58 if (IS_ENABLED(CONFIG_ENABLE_MRC_CACHE)) in arch_fsp_init() 63 if (IS_ENABLED(CONFIG_HAVE_ACPI_RESUME) && in arch_fsp_init()
|
/u-boot/arch/mips/mach-octeon/ |
A D | dram.c | 19 if (IS_ENABLED(CONFIG_RAM_OCTEON)) { in dram_init() 53 if (IS_ENABLED(CONFIG_RAM_OCTEON)) { in board_add_ram_info() 82 if (IS_ENABLED(CONFIG_RAM_OCTEON)) { in board_get_usable_ram_top()
|
/u-boot/board/st/stm32mp1/ |
A D | stm32mp1.c | 108 if (IS_ENABLED(CONFIG_TFABOOT)) in checkboard() 145 if (!IS_ENABLED(CONFIG_FASTBOOT) && !IS_ENABLED(CONFIG_CMD_STM32PROG)) in board_key_check() 153 if (IS_ENABLED(CONFIG_FASTBOOT)) { in board_key_check() 166 if (IS_ENABLED(CONFIG_CMD_STM32PROG)) { in board_key_check() 191 if (!IS_ENABLED(CONFIG_USB_GADGET_DWC2_OTG)) in g_dnl_board_usb_cable_connected() 216 if (IS_ENABLED(CONFIG_DFU_OVER_USB) && in g_dnl_bind_fixup() 219 else if (IS_ENABLED(CONFIG_FASTBOOT) && in g_dnl_bind_fixup() 373 if (IS_ENABLED(CONFIG_ADC)) in board_check_usb_power() 550 if (!IS_ENABLED(CONFIG_DM_REGULATOR)) in dk2_i2c1_fix() 658 if (IS_ENABLED(CONFIG_DM_REGULATOR)) in board_init() [all …]
|
/u-boot/board/toradex/verdin-imx8mm/ |
A D | verdin-imx8mm.c | 28 #if IS_ENABLED(CONFIG_FEC_MXC) 107 if (IS_ENABLED(CONFIG_FEC_MXC)) in board_init() 142 if (IS_ENABLED(CONFIG_TDX_CFG_BLOCK)) { in select_dt_from_module_version() 172 if (IS_ENABLED(CONFIG_ENV_IS_NOWHERE)) in select_dt_from_module_version()
|