Lines Matching full:bin

3 # Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
71 Simple you can build U-Boot and obtain u-boot.bin
94 * descriptor.bin - Intel flash descriptor
95 * me.bin - Intel Management Engine
96 * mrc.bin - Memory Reference Code, which sets up SDRAM
106 * ./mainboard/google/link/descriptor.bin
107 * ./mainboard/google/link/me.bin
108 * ./northbridge/intel/sandybridge/systemagent-r6.bin
110 The 3rd one should be renamed to mrc.bin.
111 As for the video ROM, you can get it here [3] and rename it to vga.bin.
125 * descriptor.bin - Intel flash descriptor
126 * me.bin - Intel Management Engine
127 * mrc.bin - Memory Reference Code, which sets up SDRAM
129 * vga.bin - video ROM, which sets up the display
136 flashrom -w samus.bin
137 scp samus.bin username@ip_address:/path/to/somewhere
146 Then 'ifdtool -x samus.bin' on your development machine will produce:
148 flashregion_0_flashdescriptor.bin
149 flashregion_1_bios.bin
150 flashregion_2_intel_me.bin
152 Rename flashregion_0_flashdescriptor.bin to descriptor.bin
153 Rename flashregion_2_intel_me.bin to me.bin
154 You can ignore flashregion_1_bios.bin - it is not used.
156 To get the rest, use 'cbfstool samus.bin print':
158 samus.bin: 8192 kB, bootblocksize 2864, romsize 8388608, offset 0x700000
162 cmos_layout.bin 0x700000 cmos_layout 1164
164 spd.bin 0x710500 (unknown) 4096
165 cpu_microcode_blob.bin 0x711540 microcode 70720
174 mrc.bin 0x79ffc0 (unknown) 222876
179 cbfstool samus.bin extract -n pci8086,0406.rom -f vga.bin
180 cbfstool samus.bin extract -n fallback/refcode -f refcode.rmod
181 cbfstool samus.bin extract -n mrc.bin -f mrc.bin
182 cbfstool samus.bin extract -n fallback/refcode -f refcode.bin -U
216 * ./Microcode/C0_22211.BIN
218 Rename the first one to fsp.bin and second one to cmc.bin and put them in the
230 ID 8086:4108, extract and save it as vga.bin in the board directory.
244 time of writing) in the board directory and rename it to fsp.bin.
254 flash image is included in the FSP package (named Rom00_8M_MB_PPT.bin). Program
266 it to fsp.bin.
269 board directory as vga.bin.
272 from the sample SPI image provided in the FSP (SPI.bin at the time of writing).
274 $ ./tools/ifdtool -x BayleyBay/SPI.bin
275 $ cp flashregion_0_flashdescriptor.bin board/intel/bayleybay/descriptor.bin
276 $ cp flashregion_2_intel_me.bin board/intel/bayleybay/me.bin
292 $ ./tools/ifdtool -x MNW2MAX1.X64.0073.R02.1409160934.bin
296 $ cp flashregion_0_flashdescriptor.bin board/intel/minnowmax/descriptor.bin
306 $ md5sum -b board/intel/minnowmax/*.bin
307 ffda9a3b94df5b74323afb328d51e6b4 board/intel/minnowmax/descriptor.bin
308 69f65b9a580246291d20d08cbef9d7c5 board/intel/minnowmax/fsp.bin
309 894a97d371544ec21de9c3e8e1716c4b board/intel/minnowmax/me.bin
310 a2588537da387da592a27219d56e9962 board/intel/minnowmax/vga.bin
316 000000 descriptor.bin Hard-coded to 0 in ifdtool
317 001000 me.bin Set by the descriptor
321 700000 u-boot-dtb.bin CONFIG_SYS_TEXT_BASE
322 790000 vga.bin CONFIG_VGA_BIOS_ADDR
323 7c0000 fsp.bin CONFIG_FSP_ADDR
324 7f8000 <spare> (depends on size of fsp.bin)
343 * ./QuarkSocPkg/QuarkNorthCluster/Binary/QuarkMicrocode/RMU.bin
347 $ cp RMU.bin board/intel/galileo/rmu.bin
377 generated u-boot-dtb.bin needs to be packaged by the cbfstool utility (a tool
383 -f u-boot-dtb.bin -n fallback/payload -c lzma -l 0x1110000 -e 0x1110000
476 1. Prepare u-boot.bin as described in chapter above. You still need one
480 $ truncate -s %4096 u-boot.bin
490 $ dfu-util -v -d 8087:0a99 --alt u-boot0 -D u-boot.bin
604 <DIR> 4096 bin
636 176500 memtest86+.bin
638 178680 memtest86+_multiboot.bin
821 => tftp bios.bin.elf;bootelf
830 bios.bin.elf is the SeaBIOS image built from SeaBIOS source tree.
843 Creating out/bios.bin.elf