blob: 982fbec654db5375543591aa4ec62484dc027b71 [file] [log] [blame]
Sumit Gargebfc0662016-07-14 12:27:53 -04001Overview of SPL verified boot on powerpc/mpc85xx & arm/layerscape platforms
2===========================================================================
3
4Introduction
5------------
6
7This document provides an overview of how SPL verified boot works on powerpc/
8mpc85xx & arm/layerscape platforms.
9
10Methodology
11-----------
12
13The SPL image is responsible for loading the next stage boot loader, which is
14the main u-boot image. For secure boot process on these platforms ROM verifies
Michal Simek1be82af2023-05-17 09:17:16 +020015SPL image, so to continue chain of trust SPL image verifies U-Boot image using
Sumit Gargebfc0662016-07-14 12:27:53 -040016spl_validate_uboot(). This function uses QorIQ Trust Architecture header
Michal Simek1be82af2023-05-17 09:17:16 +020017(appended to U-Boot image) to validate the U-Boot binary just before passing
Sumit Gargebfc0662016-07-14 12:27:53 -040018control to it.