1/* 2 * Copyright (C) 2017 Freescale Semiconductor, Inc. 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 * 6 * Refer docs/README.imxmage for more details about how-to configure 7 * and create imximage boot image 8 * 9 * The syntax is taken as close as possible with the kwbimage 10 */ 11 12#define __ASSEMBLY__ 13#include <config.h> 14 15/* image version */ 16 17IMAGE_VERSION 2 18 19BOOT_FROM sd 20 21/* Secure boot support */ 22#ifdef CONFIG_SECURE_BOOT 23CSF CONFIG_CSF_SIZE 24#endif 25 26/* 27 * Device Configuration Data (DCD) 28 * 29 * Each entry must have the format: 30 * Addr-type Address Value 31 * 32 * where: 33 * Addr-type register length (1,2 or 4 bytes) 34 * Address absolute address of the register 35 * value value to be stored in the register 36 */ 37 38DATA 4 0x30340004 0x4F400005 39/* Clear then set bit30 to ensure exit from DDR retention */ 40DATA 4 0x30360388 0x40000000 41DATA 4 0x30360384 0x40000000 42 43DATA 4 0x30391000 0x00000002 44DATA 4 0x307a0000 0x01040001 45DATA 4 0x307a01a0 0x80400003 46DATA 4 0x307a01a4 0x00100020 47DATA 4 0x307a01a8 0x80100004 48DATA 4 0x307a0064 0x00400046 49DATA 4 0x307a0490 0x00000001 50DATA 4 0x307a00d0 0x00020083 51DATA 4 0x307a00d4 0x00690000 52DATA 4 0x307a00dc 0x09300004 53DATA 4 0x307a00e0 0x04080000 54DATA 4 0x307a00e4 0x00100004 55DATA 4 0x307a00f4 0x0000033f 56DATA 4 0x307a0100 0x09081109 57DATA 4 0x307a0104 0x0007020d 58DATA 4 0x307a0108 0x03040407 59DATA 4 0x307a010c 0x00002006 60DATA 4 0x307a0110 0x04020205 61DATA 4 0x307a0114 0x03030202 62DATA 4 0x307a0120 0x00000803 63DATA 4 0x307a0180 0x00800020 64DATA 4 0x307a0184 0x02000100 65DATA 4 0x307a0190 0x02098204 66DATA 4 0x307a0194 0x00030303 67DATA 4 0x307a0200 0x00000016 68DATA 4 0x307a0204 0x00080808 69DATA 4 0x307a0210 0x00000f0f 70DATA 4 0x307a0214 0x07070707 71DATA 4 0x307a0218 0x0f070707 72DATA 4 0x307a0240 0x06000604 73DATA 4 0x307a0244 0x00000001 74DATA 4 0x30391000 0x00000000 75DATA 4 0x30790000 0x17420f40 76DATA 4 0x30790004 0x10210100 77DATA 4 0x30790010 0x00060807 78DATA 4 0x307900b0 0x1010007e 79DATA 4 0x3079009c 0x00000b24 80DATA 4 0x30790020 0x08080808 81DATA 4 0x30790030 0x08080808 82DATA 4 0x30790050 0x01000010 83DATA 4 0x30790050 0x00000010 84 85DATA 4 0x307900c0 0x0e407304 86DATA 4 0x307900c0 0x0e447304 87DATA 4 0x307900c0 0x0e447306 88 89CHECK_BITS_SET 4 0x307900c4 0x1 90 91DATA 4 0x307900c0 0x0e407304 92 93DATA 4 0x30384130 0x00000000 94DATA 4 0x30340020 0x00000178 95DATA 4 0x30384130 0x00000002 96DATA 4 0x30790018 0x0000000f 97 98CHECK_BITS_SET 4 0x307a0004 0x1 99