gaurav rana | f79323c | 2015-03-10 14:08:50 +0530 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2015 Freescale Semiconductor, Inc. |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | #ifndef __FSL_SECURE_BOOT_H |
| 8 | #define __FSL_SECURE_BOOT_H |
| 9 | |
| 10 | #ifdef CONFIG_SECURE_BOOT |
Aneesh Bansal | 4310470 | 2016-01-22 16:37:24 +0530 | [diff] [blame] | 11 | |
| 12 | #ifndef CONFIG_FIT_SIGNATURE |
| 13 | #define CONFIG_CHAIN_OF_TRUST |
| 14 | #endif |
| 15 | |
| 16 | #endif |
| 17 | |
| 18 | #ifdef CONFIG_CHAIN_OF_TRUST |
Aneesh Bansal | d31bb3e | 2015-07-31 14:10:03 +0530 | [diff] [blame] | 19 | #define CONFIG_CMD_ESBC_VALIDATE |
| 20 | #define CONFIG_FSL_SEC_MON |
Saksham Jain | c0c38d2 | 2016-03-23 16:24:35 +0530 | [diff] [blame] | 21 | #define CONFIG_SHA_HW_ACCEL |
Aneesh Bansal | d31bb3e | 2015-07-31 14:10:03 +0530 | [diff] [blame] | 22 | #define CONFIG_SHA_PROG_HW_ACCEL |
Aneesh Bansal | d31bb3e | 2015-07-31 14:10:03 +0530 | [diff] [blame] | 23 | #define CONFIG_RSA_FREESCALE_EXP |
Aneesh Bansal | b3e9820 | 2015-12-08 13:54:29 +0530 | [diff] [blame] | 24 | |
Aneesh Bansal | d31bb3e | 2015-07-31 14:10:03 +0530 | [diff] [blame] | 25 | #ifndef CONFIG_FSL_CAAM |
| 26 | #define CONFIG_FSL_CAAM |
| 27 | #endif |
| 28 | |
Sumit Garg | bdddd6e | 2016-06-14 13:52:38 -0400 | [diff] [blame] | 29 | #define CONFIG_SPL_BOARD_INIT |
Simon Glass | 3aa6612 | 2016-09-12 23:18:23 -0600 | [diff] [blame] | 30 | #ifdef CONFIG_SPL_BUILD |
Sumit Garg | bdddd6e | 2016-06-14 13:52:38 -0400 | [diff] [blame] | 31 | /* |
| 32 | * Define the key hash for U-Boot here if public/private key pair used to |
| 33 | * sign U-boot are different from the SRK hash put in the fuse |
| 34 | * Example of defining KEY_HASH is |
| 35 | * #define CONFIG_SPL_UBOOT_KEY_HASH \ |
| 36 | * "41066b564c6ffcef40ccbc1e0a5d0d519604000c785d97bbefd25e4d288d1c8b" |
| 37 | * else leave it defined as NULL |
| 38 | */ |
| 39 | |
| 40 | #define CONFIG_SPL_UBOOT_KEY_HASH NULL |
| 41 | #endif /* ifdef CONFIG_SPL_BUILD */ |
| 42 | |
| 43 | #ifndef CONFIG_SPL_BUILD |
| 44 | #define CONFIG_CMD_BLOB |
| 45 | #define CONFIG_CMD_HASH |
Aneesh Bansal | d31bb3e | 2015-07-31 14:10:03 +0530 | [diff] [blame] | 46 | #define CONFIG_KEY_REVOCATION |
| 47 | #ifndef CONFIG_SYS_RAMBOOT |
| 48 | /* The key used for verification of next level images |
| 49 | * is picked up from an Extension Table which has |
| 50 | * been verified by the ISBC (Internal Secure boot Code) |
| 51 | * in boot ROM of the SoC. |
| 52 | * The feature is only applicable in case of NOR boot and is |
| 53 | * not applicable in case of RAMBOOT (NAND, SD, SPI). |
| 54 | */ |
Saksham Jain | 6121f08 | 2016-03-23 16:24:34 +0530 | [diff] [blame] | 55 | #ifndef CONFIG_ESBC_HDR_LS |
| 56 | /* Current Key EXT feature not available in LS ESBC Header */ |
Aneesh Bansal | d31bb3e | 2015-07-31 14:10:03 +0530 | [diff] [blame] | 57 | #define CONFIG_FSL_ISBC_KEY_EXT |
| 58 | #endif |
| 59 | |
Saksham Jain | 6121f08 | 2016-03-23 16:24:34 +0530 | [diff] [blame] | 60 | #endif |
| 61 | |
York Sun | cbe8e1c | 2016-04-04 11:41:26 -0700 | [diff] [blame] | 62 | #if defined(CONFIG_LS1043A) || defined(CONFIG_LS2080A) |
Saksham Jain | c0c38d2 | 2016-03-23 16:24:35 +0530 | [diff] [blame] | 63 | /* For LS1043 (ARMv8), ESBC image Address in Header is 64 bit |
York Sun | cbe8e1c | 2016-04-04 11:41:26 -0700 | [diff] [blame] | 64 | * Similiarly for LS2080 |
Saksham Jain | c0c38d2 | 2016-03-23 16:24:35 +0530 | [diff] [blame] | 65 | */ |
Aneesh Bansal | 962021a | 2016-01-22 16:37:22 +0530 | [diff] [blame] | 66 | #define CONFIG_ESBC_ADDR_64BIT |
| 67 | #endif |
| 68 | |
York Sun | cbe8e1c | 2016-04-04 11:41:26 -0700 | [diff] [blame] | 69 | #ifdef CONFIG_LS2080A |
Saksham Jain | f0eb2ca | 2016-03-23 16:24:38 +0530 | [diff] [blame] | 70 | #define CONFIG_EXTRA_ENV \ |
| 71 | "setenv fdt_high 0xa0000000;" \ |
| 72 | "setenv initrd_high 0xcfffffff;" \ |
| 73 | "setenv hwconfig \'fsl_ddr:ctlr_intlv=null,bank_intlv=null\';" |
| 74 | #else |
gaurav rana | f79323c | 2015-03-10 14:08:50 +0530 | [diff] [blame] | 75 | #define CONFIG_EXTRA_ENV \ |
Sumit Garg | 4564283 | 2016-06-14 13:52:39 -0400 | [diff] [blame] | 76 | "setenv fdt_high 0xffffffff;" \ |
| 77 | "setenv initrd_high 0xffffffff;" \ |
gaurav rana | f79323c | 2015-03-10 14:08:50 +0530 | [diff] [blame] | 78 | "setenv hwconfig \'fsl_ddr:ctlr_intlv=null,bank_intlv=null\';" |
Saksham Jain | f0eb2ca | 2016-03-23 16:24:38 +0530 | [diff] [blame] | 79 | #endif |
gaurav rana | f79323c | 2015-03-10 14:08:50 +0530 | [diff] [blame] | 80 | |
Saksham Jain | 503eab9 | 2016-03-23 16:24:37 +0530 | [diff] [blame] | 81 | /* Copying Bootscript and Header to DDR from NOR for LS2 and for rest, from |
| 82 | * Non-XIP Memory (Nand/SD)*/ |
Sumit Garg | 4564283 | 2016-06-14 13:52:39 -0400 | [diff] [blame] | 83 | #if defined(CONFIG_SYS_RAMBOOT) || defined(CONFIG_LS2080A) || \ |
| 84 | defined(CONFIG_SD_BOOT) |
Saksham Jain | 503eab9 | 2016-03-23 16:24:37 +0530 | [diff] [blame] | 85 | #define CONFIG_BOOTSCRIPT_COPY_RAM |
| 86 | #endif |
Sumit Garg | 4564283 | 2016-06-14 13:52:39 -0400 | [diff] [blame] | 87 | /* The address needs to be modified according to NOR, NAND, SD and |
| 88 | * DDR memory map |
| 89 | */ |
York Sun | cbe8e1c | 2016-04-04 11:41:26 -0700 | [diff] [blame] | 90 | #ifdef CONFIG_LS2080A |
Sumit Garg | 4564283 | 2016-06-14 13:52:39 -0400 | [diff] [blame] | 91 | #define CONFIG_BS_HDR_ADDR_DEVICE 0x583920000 |
| 92 | #define CONFIG_BS_ADDR_DEVICE 0x583900000 |
Saksham Jain | 503eab9 | 2016-03-23 16:24:37 +0530 | [diff] [blame] | 93 | #define CONFIG_BS_HDR_ADDR_RAM 0xa3920000 |
| 94 | #define CONFIG_BS_ADDR_RAM 0xa3900000 |
Sumit Garg | 4564283 | 2016-06-14 13:52:39 -0400 | [diff] [blame] | 95 | #define CONFIG_BS_HDR_SIZE 0x00002000 |
| 96 | #define CONFIG_BS_SIZE 0x00001000 |
Saksham Jain | 503eab9 | 2016-03-23 16:24:37 +0530 | [diff] [blame] | 97 | #else |
Sumit Garg | 4564283 | 2016-06-14 13:52:39 -0400 | [diff] [blame] | 98 | #ifdef CONFIG_SD_BOOT |
| 99 | /* For SD boot address and size are assigned in terms of sector |
| 100 | * offset and no. of sectors respectively. |
| 101 | */ |
| 102 | #define CONFIG_BS_HDR_ADDR_DEVICE 0x00000800 |
| 103 | #define CONFIG_BS_ADDR_DEVICE 0x00000840 |
| 104 | #define CONFIG_BS_HDR_SIZE 0x00000010 |
| 105 | #define CONFIG_BS_SIZE 0x00000008 |
| 106 | #else |
| 107 | #define CONFIG_BS_HDR_ADDR_DEVICE 0x600a0000 |
| 108 | #define CONFIG_BS_ADDR_DEVICE 0x60060000 |
| 109 | #define CONFIG_BS_HDR_SIZE 0x00002000 |
| 110 | #define CONFIG_BS_SIZE 0x00001000 |
| 111 | #endif /* #ifdef CONFIG_SD_BOOT */ |
| 112 | #define CONFIG_BS_HDR_ADDR_RAM 0x81000000 |
| 113 | #define CONFIG_BS_ADDR_RAM 0x81020000 |
Saksham Jain | 503eab9 | 2016-03-23 16:24:37 +0530 | [diff] [blame] | 114 | #endif |
| 115 | |
| 116 | #ifdef CONFIG_BOOTSCRIPT_COPY_RAM |
| 117 | #define CONFIG_BOOTSCRIPT_HDR_ADDR CONFIG_BS_HDR_ADDR_RAM |
Saksham Jain | 503eab9 | 2016-03-23 16:24:37 +0530 | [diff] [blame] | 118 | #define CONFIG_BOOTSCRIPT_ADDR CONFIG_BS_ADDR_RAM |
Saksham Jain | 506c2eb | 2016-03-23 16:24:36 +0530 | [diff] [blame] | 119 | #else |
Sumit Garg | 4564283 | 2016-06-14 13:52:39 -0400 | [diff] [blame] | 120 | #define CONFIG_BOOTSCRIPT_HDR_ADDR CONFIG_BS_HDR_ADDR_DEVICE |
| 121 | /* BOOTSCRIPT_ADDR is not required */ |
Saksham Jain | 506c2eb | 2016-03-23 16:24:36 +0530 | [diff] [blame] | 122 | #endif |
gaurav rana | f79323c | 2015-03-10 14:08:50 +0530 | [diff] [blame] | 123 | |
Sumit Garg | e0f9e9b | 2016-09-01 12:56:44 -0400 | [diff] [blame] | 124 | #ifdef CONFIG_FSL_LS_PPA |
| 125 | #ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP |
| 126 | #ifdef CONFIG_LS1043A |
| 127 | #define CONFIG_SYS_LS_PPA_ESBC_ADDR 0x600c0000 |
| 128 | #endif |
| 129 | #else |
| 130 | #error "No CONFIG_SYS_LS_PPA_FW_IN_xxx defined" |
| 131 | #endif /* ifdef CONFIG_SYS_LS_PPA_FW_IN_XIP */ |
| 132 | |
| 133 | /* Define the key hash here if SRK used for signing PPA image is |
| 134 | * different from SRK hash put in SFP used for U-Boot. |
| 135 | * Example |
| 136 | * #define CONFIG_PPA_KEY_HASH \ |
| 137 | * "41066b564c6ffcef40ccbc1e0a5d0d519604000c785d97bbefd25e4d288d1c8b" |
| 138 | */ |
| 139 | #define CONFIG_PPA_KEY_HASH NULL |
| 140 | #endif /* ifdef CONFIG_FSL_LS_PPA */ |
| 141 | |
Aneesh Bansal | 4310470 | 2016-01-22 16:37:24 +0530 | [diff] [blame] | 142 | #include <config_fsl_chain_trust.h> |
Sumit Garg | bdddd6e | 2016-06-14 13:52:38 -0400 | [diff] [blame] | 143 | #endif /* #ifndef CONFIG_SPL_BUILD */ |
Aneesh Bansal | 4310470 | 2016-01-22 16:37:24 +0530 | [diff] [blame] | 144 | #endif /* #ifdef CONFIG_CHAIN_OF_TRUST */ |
gaurav rana | f79323c | 2015-03-10 14:08:50 +0530 | [diff] [blame] | 145 | #endif |