| /u-boot/ |
| A D | .gitattributes | 3 # Denote all files that are truly binary and should not be modified 4 *.bin binary 5 *.bmp binary 6 *.ttf binary 7 *.gz binary 8 *.png binary
|
| /u-boot/tools/ |
| A D | imx8m_image.sh | 25 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 lpddr4_pmu_train_1d_imem.bin lpddr4_pmu… 26 …objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 lpddr4_pmu_train_1d_dmem.bin lpddr4_pmu… 27 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 lpddr4_pmu_train_2d_imem.bin lpddr4_pmu… 35 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr4_imem_1d.bin ddr4_imem_1d_pad.bin 36 objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 ddr4_dmem_1d.bin ddr4_dmem_1d_pad.bin 37 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr4_imem_2d.bin ddr4_imem_2d_pad.bin 45 objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 ddr3_imem_1d.bin ddr3_imem_1d_pad.bin
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | immap.c | 142 binary("PA_DIR", in_be16(l++), PA_NBITS); in do_iopinfo() 143 binary("PB_DIR", in_be32(R++), PB_NBITS); in do_iopinfo() 144 binary("PA_PAR", in_be16(l++), PA_NBITS); in do_iopinfo() 145 binary("PB_PAR", in_be32(R++), PB_NBITS); in do_iopinfo() 148 binary("PA_DAT", in_be16(l++), PA_NBITS); in do_iopinfo() 149 binary("PB_DAT", in_be32(R++), PB_NBITS); in do_iopinfo() 159 binary("PC_DIR", in_be16(l++), PC_NBITS); in do_iopinfo() 160 binary("PD_DIR", in_be16(r++), PD_NBITS); in do_iopinfo() 161 binary("PC_PAR", in_be16(l++), PC_NBITS); in do_iopinfo() 162 binary("PD_PAR", in_be16(r++), PD_NBITS); in do_iopinfo() [all …]
|
| /u-boot/board/Marvell/db-xc3-24g4xg/ |
| A D | README | 1 To generate binary.0 from Marvell's bin_hdr.elf use the following command 3 arm-softfloat-linux-gnueabi-objcopy -S -O binary bin_hdr.elf \ 4 board/Marvell/db-xc3-24g4xg/binary.0
|
| /u-boot/doc/board/intel/ |
| A D | galileo.rst | 7 Only one binary blob is needed for Remote Management Unit (RMU) within Intel 8 Quark SoC. Not like FSP, U-Boot does not call into the binary. The binary is 11 You can get the binary blob from Quark Board Support Package from Intel website:
|
| A D | crownbay.rst | 7 U-Boot support of Intel `Crown Bay`_ board relies on a binary blob called 13 install it on your host and locate the FSP binary blob. Note this platform 14 also requires a Chipset Micro Code (CMC) state machine binary to be present in 15 the SPI flash where u-boot.rom resides, and this CMC binary blob can be found 27 binary using any hex editor (eg: bvi). Go to the offset 0x1fcd8 of the FSP 28 binary, change the following five bytes values from orginally E8 42 FF FF FF
|
| /u-boot/arch/x86/cpu/queensbay/ |
| A D | Kconfig | 29 bool "Add a Chipset Micro Code state machine binary" 31 Select this option to add a Chipset Micro Code state machine binary 42 binary in the board directory. 45 hex "Chipset Micro Code state machine binary location" 49 The location of the CMC binary is determined by a strap. It must be 52 The default base address of 0xfffb0000 indicates that the binary must
|
| /u-boot/tools/u_boot_pylib/ |
| A D | command.py | 28 def to_output(self, binary): argument 29 if not binary: 45 raise_on_error=True, cwd=None, binary=False, argument 101 return result.to_output(binary) 113 return result.to_output(binary)
|
| A D | tools.py | 350 binary = kwargs.get('binary') 364 env=env, raise_on_error=False, binary=binary) 458 def read_file(fname, binary=True): argument 467 with open(filename(fname), binary and 'rb' or 'r') as fd: 473 def write_file(fname, data, binary=True): argument 482 with open(filename(fname), binary and 'wb' or 'w') as fd:
|
| /u-boot/board/mikrotik/crs3xx-98dx3236/ |
| A D | README | 20 Getting binary.0 22 binary.0 (DDR3 init phase) can be retrieved/extracted from the integrated bootloader on the SPI fla… 23 Then binary.0 can be replaced with the extracted blob.
|
| /u-boot/arch/x86/cpu/quark/ |
| A D | Kconfig | 27 bool "Add a Remote Management Unit (RMU) binary" 29 Select this option to add a Remote Management Unit (RMU) binary 36 string "Remote Management Unit (RMU) binary filename" 41 binary in the board directory. 44 hex "Remote Management Unit (RMU) binary location" 48 The location of the RMU binary is determined by a strap. It must be 51 The default base address of 0xfff00000 indicates that the binary must
|
| /u-boot/board/imgtec/boston/ |
| A D | config.mk | 5 $< -binary \ 6 -fill 0x00 -within $< -binary -range-pad 16 \
|
| /u-boot/tools/binman/btool/ |
| A D | lzma_alone.py | 73 self.run_cmd(*args, binary=True) 91 self.run_cmd(*args, binary=True) 92 return tools.read_file(outf.name, binary=True)
|
| A D | lz4.py | 94 return self.run_cmd(*args, binary=True) 109 return self.run_cmd(*args, binary=True)
|
| /u-boot/board/freescale/imx8qm_mek/ |
| A D | README | 6 - Build the ARM Trusted firmware binary 9 - Flash the binary into the SD card 45 Flash the binary into the SD card 48 Burn the flash.bin binary to SD card offset 32KB:
|
| /u-boot/doc/board/nxp/ |
| A D | imx8qxp_mek.rst | 11 - Build the ARM Trusted firmware binary 14 - Flash the binary into the SD card 55 Flash the binary into the SD card 58 Burn the flash.bin binary to SD card offset 32KB:
|
| /u-boot/doc/board/google/ |
| A D | chromebook_link.rst | 7 First, you need the following binary blobs: 14 You can get these binary blobs by:: 27 Make sure all these binary blobs are put in the board directory.
|
| /u-boot/doc/usage/cmd/ |
| A D | bootefi.rst | 20 The *bootefi* command is used to launch a UEFI binary which can be either of 35 The load address of the binary is specified by parameter *image_address*. A 44 The last UEFI binary loaded defines the image file path in the loaded image 49 binary. 52 Address of the UEFI binary. 61 Size of the UEFI binary file. This argument is only needed if *image_addr* 62 does not match the address of the last loaded UEFI binary. In this case 76 *BootA03E*. The boot variable defines a label, the device path of the binary to 80 option to execute next. If no binary can be loaded via *BootNext* the variable
|
| /u-boot/doc/board/mediatek/ |
| A D | mt7621.rst | 11 - Get the DDR initialization binary blob 15 Get the DDR initialization binary blob 25 Put the binary blob to the u-boot build directory.
|
| /u-boot/arch/arm/mach-k3/ |
| A D | config_secure.mk | 8 ifneq ($(wildcard $(TI_SECURE_DEV_PKG)/scripts/secure-binary-image.sh),) 9 cmd_k3secureimg = $(TI_SECURE_DEV_PKG)/scripts/secure-binary-image.sh \
|
| /u-boot/doc/board/congatec/ |
| A D | cgtqmx8.rst | 9 - Build the ARM Trusted firmware binary 14 - Flash the binary into the SD card 62 Flash the binary into the SD card 65 Burn the flash.bin binary to SD card offset 32KB:
|
| /u-boot/doc/board/toradex/ |
| A D | colibri-imx8x.rst | 9 - Build the ARM trusted firmware binary 12 - Load U-Boot binary using uuu 13 - Flash U-Boot binary into the eMMC 64 Burn the ``u-boot-dtb.imx`` binary to the primary eMMC hardware boot area partition:
|
| /u-boot/doc/board/advantech/ |
| A D | imx8qm-rom7720-a1.rst | 9 - Build the ARM Trusted firmware binary 14 - Flash the binary into the SD card 62 Flash the binary into the SD card 65 Burn the flash.bin binary to SD card offset 32KB:
|
| /u-boot/board/sunxi/ |
| A D | Kconfig | 8 Select this option to embed the SPL binary in an eGON.BT0 image, 16 Select this option to embed the SPL binary in a TOC0 image,
|
| /u-boot/tools/binman/ |
| A D | bintool.py | 272 def run_cmd_result(self, *args, binary=False, raise_on_error=True): argument 294 raise_on_error=False, binary=binary) 315 def run_cmd(self, *args, binary=False): argument 326 result = self.run_cmd_result(*args, binary=binary) 550 return self.run_cmd(*args, binary=True) 565 return self.run_cmd(*args, binary=True)
|