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