Searched refs:code_len (Results 1 – 6 of 6) sorted by relevance
| /u-boot/drivers/mtd/spi/ |
| A D | fsl_espi_spl.c | 38 u32 offset, code_len, copy_len = 0; in fsl_spi_boot() local 53 code_len = CONFIG_SYS_SPI_FLASH_U_BOOT_SIZE; in fsl_spi_boot() 71 code_len = *(u32 *)(buf + ESPI_BOOT_IMAGE_SIZE); in fsl_spi_boot() 73 code_len = code_len - CONFIG_SPL_MAX_SIZE; in fsl_spi_boot() 77 while (copy_len <= code_len) { in fsl_spi_boot() 88 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
|
| /u-boot/board/freescale/common/ |
| A D | sdhc_boot.c | 23 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local 45 code_len = *(u32 *)(tmp_buf + ESDHC_BOOT_IMAGE_SIZE); in mmc_get_env_addr() 59 tmp += code_len * blklen; in mmc_get_env_addr() 61 tmp = code_offset + code_len; in mmc_get_env_addr() 74 *env_addr = code_offset + code_len; in mmc_get_env_addr()
|
| /u-boot/drivers/mmc/ |
| A D | fsl_esdhc_spl.c | 66 u32 offset, code_len; in mmc_boot() local 77 code_len = CONFIG_SYS_MMC_U_BOOT_SIZE; in mmc_boot() 117 code_len = 0; in mmc_boot() 120 code_len = (code_len << 8) + val; in mmc_boot() 122 code_len -= CONFIG_SYS_MMC_U_BOOT_OFFS; in mmc_boot() 128 blk_cnt = ALIGN(code_len, mmc->read_bl_len) / mmc->read_bl_len; in mmc_boot()
|
| /u-boot/board/gdsys/p1022/ |
| A D | sdhc_boot.c | 38 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local 56 code_len = *(u32 *)(tmp_buf + ESDHC_BOOT_IMAGE_SIZE); in mmc_get_env_addr() 58 *env_addr = code_offset + code_len; in mmc_get_env_addr()
|
| A D | controlcenterd-id.c | 419 u32 code_len, code_offset, target_addr, exec_entry; in compute_second_stage_hash() local 433 code_len = *(u32 *)(buf + ESDHC_BOOT_IMAGE_SIZE_OFS); in compute_second_stage_hash() 441 if (ccdm_mmc_read(mmc, code_offset, load_addr, code_len) < 0) in compute_second_stage_hash() 444 sha1_csum(load_addr, code_len, dst->digest); in compute_second_stage_hash() 797 u32 code_len, code_offset; in load_sd_key_program() local 812 code_len = *(u32 *)(buf + ESDHC_BOOT_IMAGE_SIZE_OFS); in load_sd_key_program() 814 code_offset += code_len; in load_sd_key_program()
|
| /u-boot/arch/x86/cpu/ |
| A D | mp_init.c | 331 int code_len; in load_sipi_vector() local 336 code_len = ap_start16_code_end - ap_start16; in load_sipi_vector() 338 code_len); in load_sipi_vector() 339 memcpy((void *)AP_DEFAULT_BASE, ap_start16, code_len); in load_sipi_vector()
|
Completed in 19 milliseconds