Home
last modified time | relevance | path

Searched refs:spl_validate_uboot (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/freescale/common/
H A Dfsl_chain_of_trust.c95 void spl_validate_uboot(uint32_t hdr_addr, uintptr_t img_addr) in spl_validate_uboot() function
151 spl_validate_uboot(hdr_addr, (uintptr_t)spl_image->entry_point); in jump_to_image_no_args()
/openbmc/u-boot/doc/SPL/
H A DREADME.spl-secure-boot16 spl_validate_uboot(). This function uses QorIQ Trust Architecture header
/openbmc/u-boot/include/
H A Dfsl_validate.h282 void spl_validate_uboot(uint32_t hdr_addr, uintptr_t img_addr);
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_spl.c283 spl_validate_uboot(CONFIG_U_BOOT_HDR_ADDR, in nand_boot()