Lines Matching +full:data +full:- +full:lines
1 ---------------------------------------------
3 ---------------------------------------------
5 This document describes the U-Boot feature as it
15 --------------
16 ./tools/mkimage -l <kwboot_file>
19 ./tools/mkimage -n <board specific configuration file> \
20 -T kwbimage -a <start address> -e <execution address> \
21 -d <input_raw_binary> <output_kwboot_file>
24 ./tools/mkimage -n ./board/Marvell/openrd_base/kwbimage.cfg \
25 -T kwbimage -a 0x00600000 -e 0x00600000 \
26 -d u-boot.bin u-boot.kwb
31 which uses mkimage to produce such an image is "u-boot.kwb". For example:
36 make u-boot.kwb
40 ------------------------------------------------
46 2. This file can have empty lines and lines starting with "#" as first
48 3. This file can have configuration command lines as mentioned below,
52 ---------------------------------
54 and second one data string
55 2. Following are the valid command strings and associated data strings:-
56 Command string data string
57 -------------- -----------
63 DATA regaddr and regdara hex value
69 -----------------------------------
76 # Configure RGMII-0 interface pad voltage to 1.8V
77 DATA 0xFFD100e0 0x1b1b1b9b
79 DATA 0xFFD01400 0x43000c30
80 DATA 0xFFD01404 0x37543000
81 DATA 0xFFD01408 0x22125451
82 DATA 0xFFD0140C 0x00000a33
83 DATA 0xFFD01410 0x000000cc
84 DATA 0xFFD01414 0x00000000
85 DATA 0xFFD01418 0x00000000
86 DATA 0xFFD0141C 0x00000C52
87 DATA 0xFFD01420 0x00000040
88 DATA 0xFFD01424 0x0000F17F
89 DATA 0xFFD01428 0x00085520
90 DATA 0xFFD0147C 0x00008552
91 DATA 0xFFD01504 0x0FFFFFF1
92 DATA 0xFFD01508 0x10000000
93 DATA 0xFFD0150C 0x0FFFFFF5
94 DATA 0xFFD01514 0x00000000
95 DATA 0xFFD0151C 0x00000000
96 DATA 0xFFD01494 0x00030000
97 DATA 0xFFD01498 0x00000000
98 DATA 0xFFD0149C 0x0000E803
99 DATA 0xFFD01480 0x00000001
101 DATA 0x0 0x0
103 ------------------------------------------------