Lines Matching full:mb
46 # 1MB is 0x0010 0000
80 Test Case 4 - load a small file, 1MB
84 # Test Case 4a - Read full 1MB of small file
91 # Test Case 4b - Read full 1MB of small file
99 Test Case 5 - load, reading first 1MB of 3GB file
102 with u_boot_console.log.section('Test Case 5 - load (first 1MB)'):
103 # Test Case 5a - First 1MB of big file
110 # Test Case 5b - First 1MB of big file
118 Test Case 6 - load, reading last 1MB of 3GB file
121 with u_boot_console.log.section('Test Case 6 - load (last 1MB)'):
123 # Test Case 6a - Last 1MB of big file
131 # Test Case 6b - Last 1MB of big file
139 Test Case 7 - load, 1MB from the last 1MB in 2GB
142 with u_boot_console.log.section('Test Case 7 - load (last 1MB in 2GB)'):
144 # Test Case 7a - One from the last 1MB chunk of 2GB
152 # Test Case 7b - One from the last 1MB chunk of 2GB
160 Test Case 8 - load, reading first 1MB in 2GB
163 with u_boot_console.log.section('Test Case 8 - load (first 1MB in 2GB)'):
165 # Test Case 8a - One from the start 1MB chunk from 2GB
173 # Test Case 8b - One from the start 1MB chunk from 2GB
181 Test Case 9 - load, 1MB crossing 2GB boundary
186 # Test Case 9a - One 1MB chunk crossing the 2GB boundary
194 # Test Case 9b - One 1MB chunk crossing the 2GB boundary
207 # Test Case 10 - 2MB chunk from the last 1MB of big file
223 # Read 1MB from small file
262 # Read 1MB from small file