diff options
| author | Tom Rini <[email protected]> | 2016-07-21 20:20:00 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-07-21 20:20:00 -0400 |
| commit | 89ca873e2ddea859526f25f678fa53dda055e90f (patch) | |
| tree | 3de5d39c9e3a257d50727b50057336ca41aac2db /include/fsl_validate.h | |
| parent | 9f84da8de1873593d9b708aa4a8a24f46e67c744 (diff) | |
| parent | b24a4f6247d867f1301edc1c6390aca79ecbe16b (diff) | |
Merge git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'include/fsl_validate.h')
| -rw-r--r-- | include/fsl_validate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fsl_validate.h b/include/fsl_validate.h index a71e1ce2b0e..c350938d1ff 100644 --- a/include/fsl_validate.h +++ b/include/fsl_validate.h @@ -254,4 +254,11 @@ int fsl_secboot_blob_decap(cmd_tbl_t *cmdtp, int flag, int argc, int fsl_check_boot_mode_secure(void); int fsl_setenv_chain_of_trust(void); + +/* + * This function is used to validate the main U-boot binary from + * SPL just before passing control to it using QorIQ Trust + * Architecture header (appended to U-boot image). + */ +void spl_validate_uboot(uint32_t hdr_addr, uintptr_t img_addr); #endif |
