]> git.sur5r.net Git - u-boot/blob - arch/powerpc/include/asm/fsl_secure_boot.h
3dce1d2bacd46b0ede6318621e9891f81cb46106
[u-boot] / arch / powerpc / include / asm / fsl_secure_boot.h
1 /*
2  * Copyright 2010-2011 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
11 #if defined(CONFIG_FSL_CORENET)
12 #define CONFIG_SYS_PBI_FLASH_BASE               0xc0000000
13 #elif defined(CONFIG_BSC9132QDS)
14 #define CONFIG_SYS_PBI_FLASH_BASE               0xc8000000
15 #else
16 #define CONFIG_SYS_PBI_FLASH_BASE               0xce000000
17 #endif
18 #define CONFIG_SYS_PBI_FLASH_WINDOW             0xcff80000
19
20 #endif
21 #endif