Lines Matching +full:32 +full:mb
8 prompt "Run U-Boot in 32/64-bit mode"
11 U-Boot can be built as a 32-bit binary which runs in 32-bit mode
16 64-bit machine. In this case SPL runs in 32-bit mode (via 16-bit
19 For now, 32-bit mode is recommended, as 64-bit is still
23 bool "32-bit"
25 Build U-Boot as a 32-bit binary with no SPL. This is the currently
26 supported normal setup. U-Boot will stay in 32-bit mode even on
39 Build U-Boot as a 64-bit binary with a 32-bit SPL. This is
41 runs through the 16-bit and 32-bit init, then switches to 64-bit
158 # The following options control where the 16-bit and 32-bit init lies
163 # get the processor into 32-bit mode. It may be in SPL or in U-Boot proper,
166 # The 32-bit init refers to processor init, running binary blobs including
168 # 32-bit code. It is normally in the same place as 16-bit init if that is
189 This is enabled when 32-bit init is in U-Boot proper
196 This is enabled when 32-bit init is in SPL
219 bool "Boot from a 32-bit program"
221 Define this to boot U-Boot from a 32-bit program which sets
260 bool "1024 KB (1 MB)"
262 Choose this option if you have a 1024 KB (1 MB) ROM chip.
265 bool "2048 KB (2 MB)"
267 Choose this option if you have a 2048 KB (2 MB) ROM chip.
270 bool "4096 KB (4 MB)"
272 Choose this option if you have a 4096 KB (4 MB) ROM chip.
275 bool "8192 KB (8 MB)"
277 Choose this option if you have a 8192 KB (8 MB) ROM chip.
280 bool "16384 KB (16 MB)"
282 Choose this option if you have a 16384 KB (16 MB) ROM chip.
311 which is a very large binary blob (typically 1.5MB) which is
371 be located at offset 0xc0000 from the beginning of a 1MB flash device.
450 measured in KB. Typically this is set to 512, providing for 0.5MB
553 0x90000 from the beginning of a 1MB flash device.
587 be put at offset 0x90000 from the beginning of a 1MB flash device.