diff options
| author | Aneesh Bansal <[email protected]> | 2015-06-16 10:36:43 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-07-31 08:50:18 -0700 |
| commit | 5050f6f0e56af0e02c3e362d9af2b628d6c8da12 (patch) | |
| tree | 0182821ec520a0db4fbdad9dcecd620540edd829 /include/configs | |
| parent | 73cc2f50eb748475beb004cb37459f1b58e09a09 (diff) | |
powerpc/mpc85xx: SECURE BOOT-Copy Boot Script on RAM
For running Chain of Trust when doing Secure Boot from NAND,
the Bootscript header and bootscript must be copied from NAND
to RAM(DDR).
The addresses and commands for the same have been defined.
Signed-off-by: Saksham Jain <[email protected]>
Signed-off-by: Ruchika Gupta <[email protected]>
Signed-off-by: Aneesh Bansal <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/corenet_ds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 7c8b73d06c3..9aaa0f533b8 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -22,6 +22,7 @@ #ifdef CONFIG_NAND #define CONFIG_RAMBOOT_NAND #endif +#define CONFIG_BOOTSCRIPT_COPY_RAM #else #define CONFIG_RAMBOOT_TEXT_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_RESET_VECTOR_ADDRESS 0xfffffffc |
