Blame view

board/freescale/mx7d_12x12_ddr3_arm2/imximage.cfg 2.66 KB
83efc138d   Adrian Alonso   MLK-10522-3: imx:...
1
  /*
6721eb1a0   Ye Li   MLK-12329-1 imx7d...
2
   * Copyright (C) 2015-2016 Freescale Semiconductor, Inc.
83efc138d   Adrian Alonso   MLK-10522-3: imx:...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
   *
   * SPDX-License-Identifier:	GPL-2.0+
   *
   * Refer docs/README.imxmage for more details about how-to configure
   * and create imximage boot image
   *
   * The syntax is taken as close as possible with the kwbimage
   */
  
  #define __ASSEMBLY__
  #include <config.h>
  
  /* image version */
  
  IMAGE_VERSION 2
  
  /*
   * Boot Device : one of
   * sd/onenand, nor
   */
  
  #ifdef CONFIG_SYS_BOOT_EIMNOR
  BOOT_FROM	nor
  #else
  BOOT_FROM	sd
  #endif
  
  #ifdef CONFIG_USE_PLUGIN
  /*PLUGIN    plugin-binary-file    IRAM_FREE_START_ADDR*/
  PLUGIN	board/freescale/mx7d_12x12_ddr3_arm2/plugin.bin 0x00910000
  #else
  
  #ifdef CONFIG_SECURE_BOOT
50198ddbb   Ulises Cardenas   MLK-11059 imx: HA...
36
  CSF CONFIG_CSF_SIZE
83efc138d   Adrian Alonso   MLK-10522-3: imx:...
37
38
39
40
41
42
43
44
45
46
47
48
49
  #endif
  
  /*
   * Device Configuration Data (DCD)
   *
   * Each entry must have the format:
   * Addr-type           Address        Value
   *
   * where:
   *	Addr-type register length (1,2 or 4 bytes)
   *	Address	  absolute address of the register
   *	value	  value to be stored in the register
   */
acbda20bc   Peng Fan   MLK-12346 imx: mx...
50
51
52
53
54
  DATA 4 0x30360070 0x00703021
  DATA 4 0x30360090 0x0
  DATA 4 0x30360070 0x00603021
  CHECK_BITS_SET 4 0x30360070 0x80000000
  DATA 4 0x30389880 0x1
6721eb1a0   Ye Li   MLK-12329-1 imx7d...
55

83efc138d   Adrian Alonso   MLK-10522-3: imx:...
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
  DATA 4 0x30340004 0x4F400005
  
  DATA 4 0x30391000 0x00000002
  DATA 4 0x307a0000 0x03040001
  DATA 4 0x307a01a0 0x80400003
  DATA 4 0x307a01a4 0x00100020
  DATA 4 0x307a01a8 0x80100004
  DATA 4 0x307a0064 0x0040005e
  DATA 4 0x307a0490 0x00000001
  DATA 4 0x307a00d0 0x00020001
  DATA 4 0x307a00d4 0x00010000
  DATA 4 0x307a00dc 0x09300004
  DATA 4 0x307a00e0 0x04080000
  DATA 4 0x307a00e4 0x00090004
  DATA 4 0x307a00f4 0x0000033f
  DATA 4 0x307a0100 0x0908120a
  DATA 4 0x307a0104 0x0002020e
  DATA 4 0x307a0108 0x03040407
  DATA 4 0x307a010c 0x00002006
  DATA 4 0x307a0110 0x04020204
  DATA 4 0x307a0114 0x03030202
  DATA 4 0x307a0120 0x03030803
  DATA 4 0x307a0180 0x00800020
  DATA 4 0x307a0190 0x02098204
  DATA 4 0x307a0194 0x00030303
  DATA 4 0x307a0200 0x00000016
  DATA 4 0x307a0204 0x00171717
  DATA 4 0x307a0214 0x04040404
  DATA 4 0x307a0218 0x00040404
  DATA 4 0x307a0240 0x06000601
  DATA 4 0x307a0244 0x00001323
  DATA 4 0x30391000 0x00000000
  DATA 4 0x30790000 0x17420f40
  DATA 4 0x30790004 0x10210100
  DATA 4 0x30790010 0x00060807
6721eb1a0   Ye Li   MLK-12329-1 imx7d...
91
92
93
94
95
96
  DATA 4 0x3079009c 0x00000dee
  DATA 4 0x3079007c 0x18181818
  DATA 4 0x30790080 0x18181818
  DATA 4 0x30790084 0x40401818
  DATA 4 0x30790088 0x00000040
  DATA 4 0x3079006c 0x40404040
83efc138d   Adrian Alonso   MLK-10522-3: imx:...
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
  DATA 4 0x30790020 0x08080808
  DATA 4 0x30790030 0x08080808
  DATA 4 0x30790050 0x01000010
  DATA 4 0x30790050 0x00000010
  
  DATA 4 0x307900c0 0x0e407304
  DATA 4 0x307900c0 0x0e447304
  DATA 4 0x307900c0 0x0e447306
  
  CHECK_BITS_SET 4 0x307900c4 0x1
  
  DATA 4 0x307900c0 0x0e447304
  DATA 4 0x307900c0 0x0e407304
  
  DATA 4 0x30384130 0x00000000
  DATA 4 0x30340020 0x00000178
  DATA 4 0x30384130 0x00000002
  DATA 4 0x30790018 0x0000000f
  
  CHECK_BITS_SET 4 0x307a0004 0x1
  #endif