]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/fsl_secure_boot.h
arm: ls1043ardb: Add NAND secure boot target
[people/ms/u-boot.git] / arch / arm / include / asm / fsl_secure_boot.h
CommitLineData
98cb0efd 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
bdc22074 10#ifdef CONFIG_CHAIN_OF_TRUST
2ed948f4
AB
11#define CONFIG_CMD_ESBC_VALIDATE
12#define CONFIG_FSL_SEC_MON
fcfdb6d5 13#define CONFIG_SHA_HW_ACCEL
2ed948f4 14#define CONFIG_SHA_PROG_HW_ACCEL
2ed948f4 15
028ac8c7 16#define CONFIG_SPL_BOARD_INIT
b63f8a43 17#ifdef CONFIG_SPL_BUILD
028ac8c7
SG
18/*
19 * Define the key hash for U-Boot here if public/private key pair used to
20 * sign U-boot are different from the SRK hash put in the fuse
21 * Example of defining KEY_HASH is
22 * #define CONFIG_SPL_UBOOT_KEY_HASH \
23 * "41066b564c6ffcef40ccbc1e0a5d0d519604000c785d97bbefd25e4d288d1c8b"
24 * else leave it defined as NULL
25 */
26
27#define CONFIG_SPL_UBOOT_KEY_HASH NULL
28#endif /* ifdef CONFIG_SPL_BUILD */
29
70f9661c
RG
30#define CONFIG_KEY_REVOCATION
31
028ac8c7
SG
32#ifndef CONFIG_SPL_BUILD
33#define CONFIG_CMD_BLOB
34#define CONFIG_CMD_HASH
2ed948f4
AB
35#ifndef CONFIG_SYS_RAMBOOT
36/* The key used for verification of next level images
37 * is picked up from an Extension Table which has
38 * been verified by the ISBC (Internal Secure boot Code)
39 * in boot ROM of the SoC.
40 * The feature is only applicable in case of NOR boot and is
41 * not applicable in case of RAMBOOT (NAND, SD, SPI).
ac55dadb
UA
42 * For LS, this feature is available for all device if IE Table
43 * is copied to XIP memory
44 * Also, for LS, ISBC doesn't verify this table.
2ed948f4
AB
45 */
46#define CONFIG_FSL_ISBC_KEY_EXT
2ed948f4 47
fd6dbc98
SJ
48#endif
49
b3635f57
VPB
50#if defined(CONFIG_FSL_LAYERSCAPE)
51/*
52 * For fsl layerscape based platforms, ESBC image Address in Header
53 * is 64 bit.
fcfdb6d5 54 */
ef6c55a2
AB
55#define CONFIG_ESBC_ADDR_64BIT
56#endif
57
3c1d218a 58#ifdef CONFIG_LS2080A
bef238cb
SJ
59#define CONFIG_EXTRA_ENV \
60 "setenv fdt_high 0xa0000000;" \
61 "setenv initrd_high 0xcfffffff;" \
62 "setenv hwconfig \'fsl_ddr:ctlr_intlv=null,bank_intlv=null\';"
63#else
98cb0efd 64#define CONFIG_EXTRA_ENV \
69d4b48c
SG
65 "setenv fdt_high 0xffffffff;" \
66 "setenv initrd_high 0xffffffff;" \
98cb0efd 67 "setenv hwconfig \'fsl_ddr:ctlr_intlv=null,bank_intlv=null\';"
bef238cb 68#endif
98cb0efd 69
3f701cc5
SJ
70/* Copying Bootscript and Header to DDR from NOR for LS2 and for rest, from
71 * Non-XIP Memory (Nand/SD)*/
39199356 72#if defined(CONFIG_SYS_RAMBOOT) || defined(CONFIG_FSL_LSCH3) || \
762f92a6 73 defined(CONFIG_SD_BOOT) || defined(CONFIG_NAND_BOOT)
3f701cc5
SJ
74#define CONFIG_BOOTSCRIPT_COPY_RAM
75#endif
69d4b48c
SG
76/* The address needs to be modified according to NOR, NAND, SD and
77 * DDR memory map
78 */
39199356
UA
79#ifdef CONFIG_FSL_LSCH3
80#define CONFIG_BS_HDR_ADDR_DEVICE 0x580d00000
81#define CONFIG_BS_ADDR_DEVICE 0x580e00000
82#define CONFIG_BS_HDR_ADDR_RAM 0xa0d00000
83#define CONFIG_BS_ADDR_RAM 0xa0e00000
69d4b48c
SG
84#define CONFIG_BS_HDR_SIZE 0x00002000
85#define CONFIG_BS_SIZE 0x00001000
86#else
87#ifdef CONFIG_SD_BOOT
88/* For SD boot address and size are assigned in terms of sector
89 * offset and no. of sectors respectively.
90 */
70f9661c
RG
91#if defined(CONFIG_LS1043A)
92#define CONFIG_BS_HDR_ADDR_DEVICE 0x00000920
93#else
94#define CONFIG_BS_HDR_ADDR_DEVICE 0x00000900
95#endif
9b6639fa 96#define CONFIG_BS_ADDR_DEVICE 0x00000940
69d4b48c
SG
97#define CONFIG_BS_HDR_SIZE 0x00000010
98#define CONFIG_BS_SIZE 0x00000008
762f92a6
RG
99#elif defined(CONFIG_NAND_BOOT)
100#define CONFIG_BS_HDR_ADDR_DEVICE 0x00800000
101#define CONFIG_BS_ADDR_DEVICE 0x00802000
102#define CONFIG_BS_HDR_SIZE 0x00002000
103#define CONFIG_BS_SIZE 0x00001000
b3635f57
VPB
104#elif defined(CONFIG_QSPI_BOOT)
105#ifdef CONFIG_ARCH_LS1046A
106#define CONFIG_BS_HDR_ADDR_DEVICE 0x40780000
107#define CONFIG_BS_ADDR_DEVICE 0x40800000
d2a99502
VPB
108#elif defined(CONFIG_ARCH_LS1012A)
109#define CONFIG_BS_HDR_ADDR_DEVICE 0x400c0000
110#define CONFIG_BS_ADDR_DEVICE 0x40060000
3f701cc5 111#else
b3635f57
VPB
112#error "Platform not supported"
113#endif
114#define CONFIG_BS_HDR_SIZE 0x00002000
115#define CONFIG_BS_SIZE 0x00001000
116#else /* Default NOR Boot */
69d4b48c
SG
117#define CONFIG_BS_HDR_ADDR_DEVICE 0x600a0000
118#define CONFIG_BS_ADDR_DEVICE 0x60060000
119#define CONFIG_BS_HDR_SIZE 0x00002000
120#define CONFIG_BS_SIZE 0x00001000
b3635f57 121#endif
69d4b48c
SG
122#define CONFIG_BS_HDR_ADDR_RAM 0x81000000
123#define CONFIG_BS_ADDR_RAM 0x81020000
3f701cc5
SJ
124#endif
125
126#ifdef CONFIG_BOOTSCRIPT_COPY_RAM
127#define CONFIG_BOOTSCRIPT_HDR_ADDR CONFIG_BS_HDR_ADDR_RAM
3f701cc5 128#define CONFIG_BOOTSCRIPT_ADDR CONFIG_BS_ADDR_RAM
216e93a1 129#else
69d4b48c
SG
130#define CONFIG_BOOTSCRIPT_HDR_ADDR CONFIG_BS_HDR_ADDR_DEVICE
131/* BOOTSCRIPT_ADDR is not required */
216e93a1 132#endif
98cb0efd 133
07806e62 134#ifdef CONFIG_FSL_LS_PPA
07806e62
SG
135/* Define the key hash here if SRK used for signing PPA image is
136 * different from SRK hash put in SFP used for U-Boot.
137 * Example
d1a795ac 138 * #define PPA_KEY_HASH \
07806e62
SG
139 * "41066b564c6ffcef40ccbc1e0a5d0d519604000c785d97bbefd25e4d288d1c8b"
140 */
d1a795ac 141#define PPA_KEY_HASH NULL
07806e62
SG
142#endif /* ifdef CONFIG_FSL_LS_PPA */
143
bdc22074 144#include <config_fsl_chain_trust.h>
028ac8c7 145#endif /* #ifndef CONFIG_SPL_BUILD */
bdc22074 146#endif /* #ifdef CONFIG_CHAIN_OF_TRUST */
98cb0efd 147#endif