Searched refs:boot_dev (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a-3.4.0/plat/nxp/common/setup/ |
D | ls_io_storage.c | 310 static int ls_io_fip_setup(unsigned int boot_dev) in ls_io_fip_setup() argument 324 io_result = ddr_fip_setup(fip_dev_con, boot_dev); in ls_io_fip_setup() 331 io_result = fuse_fip_setup(fip_dev_con, boot_dev); in ls_io_fip_setup() 498 unsigned int boot_dev = BOOT_DEVICE_NONE; in plat_io_setup() local 501 boot_dev = get_boot_dev(); in plat_io_setup() 502 if (boot_dev == BOOT_DEVICE_NONE) { in plat_io_setup() 507 io_setup = ls_io_setup_table[boot_dev]; in plat_io_setup() 513 ret = ls_io_fip_setup(boot_dev); in plat_io_setup()
|
/trusted-firmware-a-3.4.0/plat/nxp/common/fip_handler/ddr_fip/ |
D | ddr_io_storage.h | 21 int ddr_fip_setup(const io_dev_connector_t *fip_dev_con, unsigned int boot_dev);
|
D | ddr_io_storage.c | 199 int ddr_fip_setup(const io_dev_connector_t *fip_dev_con, unsigned int boot_dev) in ddr_fip_setup() argument 209 switch (boot_dev) { in ddr_fip_setup()
|
/trusted-firmware-a-3.4.0/plat/nxp/common/fip_handler/fuse_fip/ |
D | fuse_io.h | 22 int fuse_fip_setup(const io_dev_connector_t *fip_dev_con, unsigned int boot_dev);
|
D | fuse_io_storage.c | 125 int fuse_fip_setup(const io_dev_connector_t *fip_dev_con, unsigned int boot_dev) in fuse_fip_setup() argument 136 switch (boot_dev) { in fuse_fip_setup()
|
/trusted-firmware-a-3.4.0/plat/renesas/rzg/ |
D | bl2_plat_setup.c | 239 uint32_t boot_dev, boot_cpu; in bl2_plat_flush_bl31_params() local 243 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_plat_flush_bl31_params() 245 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_plat_flush_bl31_params() 246 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) { in bl2_plat_flush_bl31_params() 650 uint32_t reg, midr, boot_dev, boot_cpu, type, rev; in bl2_el3_early_platform_setup() local 690 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_el3_early_platform_setup() 805 switch (boot_dev) { in bl2_el3_early_platform_setup() 893 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup() 894 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) { in bl2_el3_early_platform_setup() 962 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup() [all …]
|
/trusted-firmware-a-3.4.0/plat/socionext/uniphier/ |
D | uniphier_io_storage.c | 342 unsigned int boot_dev; in uniphier_io_setup() local 345 boot_dev = uniphier_get_boot_device(soc_id); in uniphier_io_setup() 346 if (boot_dev == UNIPHIER_BOOT_DEVICE_RSV) in uniphier_io_setup() 349 io_setup = uniphier_io_setup_table[boot_dev]; in uniphier_io_setup()
|
/trusted-firmware-a-3.4.0/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 244 uint32_t boot_dev, boot_cpu; in bl2_plat_flush_bl31_params() local 248 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_plat_flush_bl31_params() 250 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_plat_flush_bl31_params() 251 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) in bl2_plat_flush_bl31_params() 793 uint32_t reg, midr, lcs, boot_dev, boot_cpu, sscg, type, rev; in bl2_el3_early_platform_setup() local 830 boot_dev = reg & MODEMR_BOOT_DEV_MASK; in bl2_el3_early_platform_setup() 964 switch (boot_dev) { in bl2_el3_early_platform_setup() 1056 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup() 1057 boot_dev == MODEMR_BOOT_DEV_EMMC_50X8) { in bl2_el3_early_platform_setup() 1123 if (boot_dev == MODEMR_BOOT_DEV_EMMC_25X1 || in bl2_el3_early_platform_setup() [all …]
|