| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | immap.c | 93 static void binary(char *label, uint value, int nbits) in binary() function 139 binary("PA_DIR", in_be16(l++), PA_NBITS); in do_iopinfo() 140 binary("PB_DIR", in_be32(R++), PB_NBITS); in do_iopinfo() 141 binary("PA_PAR", in_be16(l++), PA_NBITS); in do_iopinfo() 142 binary("PB_PAR", in_be32(R++), PB_NBITS); in do_iopinfo() 143 binary("PA_ODR", in_be16(l++), PA_NB_ODR); in do_iopinfo() 144 binary("PB_ODR", in_be32(R++), PB_NB_ODR); in do_iopinfo() 145 binary("PA_DAT", in_be16(l++), PA_NBITS); in do_iopinfo() 146 binary("PB_DAT", in_be32(R++), PB_NBITS); in do_iopinfo() 156 binary("PC_DIR", in_be16(l++), PC_NBITS); in do_iopinfo() [all …]
|
| /rk3399_rockchip-uboot/arch/x86/cpu/queensbay/ |
| H A D | Kconfig | 30 bool "Add a Chipset Micro Code state machine binary" 32 Select this option to add a Chipset Micro Code state machine binary 43 binary in the board directory. 46 hex "Chipset Micro Code state machine binary location" 50 The location of the CMC binary is determined by a strap. It must be 53 The default base address of 0xfffb0000 indicates that the binary must
|
| /rk3399_rockchip-uboot/arch/x86/cpu/quark/ |
| H A D | Kconfig | 28 bool "Add a Remote Management Unit (RMU) binary" 30 Select this option to add a Remote Management Unit (RMU) binary 37 string "Remote Management Unit (RMU) binary filename" 42 binary in the board directory. 45 hex "Remote Management Unit (RMU) binary location" 49 The location of the RMU binary is determined by a strap. It must be 52 The default base address of 0xfff00000 indicates that the binary must
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_nodes.sh | 55 openssl dgst -sha256 -binary -out ${UBOOT}.digest ${UBOOT} 132 openssl dgst -sha256 -binary -out ${ATF}.digest ${ATF} 205 openssl dgst -sha256 -binary -out ${TEE}.digest ${TEE} 254 openssl dgst -sha256 -binary -out ${MCU}.bin.digest ${MCU}.bin 335 openssl dgst -sha256 -binary -out ${LOAD}.bin.digest ${LOAD}.bin
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.ti-secure | 8 and combined with various headers, certificates, and other binary images. 66 image. The output binary images should be used in place of the standard 67 non-secure binary images (see the platform-specific user's guides and 98 image. The output binary images should be used in place of the standard 99 non-secure binary images (see the platform-specific user's guides and 122 loader binary file (for this platform, this is always u-boot-spl.bin). 125 The output binary images should be used in place of the standard 126 non-secure binary images (see the platform-specific user's guides 145 loader binary file (only u-boot.bin is currently supported on 149 The output binary images should be used in place of the standard [all …]
|
| H A D | README.rockusb | 40 to flash U-Boot image use below command. U-Boot binary is made by mkimage. 41 see doc/README.rockchip for more detail about how to get U-Boot binary. 43 sudo rkdeveloptool wl 64 <U-Boot binary>
|
| H A D | README.mxc_hab | 48 objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 \ 93 objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 \ 96 objcopy -I binary -O binary --pad-to <blob_dst> --gap-fill=0x00 \
|
| H A D | README.mpc85xx-sd-spi-boot | 6 SD/SPI images to a binary file for writing later. 10 When booting from an EEPROM, boot_format generates a binary image that is used 39 For build binary images directly a local file:
|
| H A D | README.atmel_pmecc | 5 The Programmable Multibit ECC (PMECC) controller is a programmable binary 36 program a SPL binary into NAND flash we need to add the PMECC header to the 37 binary before. Chapter '12.4.4.1 NAND Flash Boot: NAND Flash Detection' in
|
| H A D | README.fdt-control | 13 make it possible for a single U-Boot binary to support multiple boards, 24 compiler checks the text file and converts it to a compact binary 86 You will also find a useful fdtdump utility for decoding a binary file, as 87 well as fdtget/fdtput for reading and writing properties in a binary file. 131 tree binary. 153 address of the fdt binary blob, and will override either of the options. 179 type. So for example it is not possible to build a single ARM binary
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | config.mk | 23 OBJCOPYFLAGS_u-boot-spi.gph = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
|
| /rk3399_rockchip-uboot/board/freescale/mx6sabreauto/ |
| H A D | README | 14 - Flash the SPL binary into the SD card: 18 - Flash the u-boot.img binary into the SD card: 82 - Restart the board and then SPL binary will launch the kernel directly.
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | kwbimage.c | 159 } binary; member 967 ret = stat(binarye->binary.file, &s); in image_headersz_v1() 982 binarye->binary.file, dir); in image_headersz_v1() 988 (binarye->binary.nargs + 2) * sizeof(uint32_t); in image_headersz_v1() 1039 bin = fopen(binarye->binary.file, "r"); in add_binary_header_v1() 1042 binarye->binary.file); in add_binary_header_v1() 1048 binarye->binary.file); in add_binary_header_v1() 1053 (binarye->binary.nargs + 2) * sizeof(uint32_t) + in add_binary_header_v1() 1068 *args = cpu_to_le32(binarye->binary.nargs); in add_binary_header_v1() 1070 for (argi = 0; argi < binarye->binary.nargs; argi++) in add_binary_header_v1() [all …]
|
| /rk3399_rockchip-uboot/arch/x86/ |
| H A D | Kconfig | 11 U-Boot can be built as a 32-bit binary which runs in 32-bit mode 15 Alternatively it can be run as a 64-bit binary, thus requiring a 25 Build U-Boot as a 32-bit binary with no SPL. This is the currently 39 Build U-Boot as a 64-bit binary with a 32-bit SPL. This is 164 # The 32-bit init refers to processor init, running binary blobs including 309 which is a very large binary blob (typically 1.5MB) which is 324 string "Flash descriptor binary filename" 332 string "Intel Management Engine binary filename" 340 bool "Add an Firmware Support Package binary" 343 Select this option to add an Firmware Support Package binary to [all …]
|
| /rk3399_rockchip-uboot/board/h2200/ |
| H A D | Makefile | 14 $(OBJCOPY) -O binary $< $@
|
| /rk3399_rockchip-uboot/board/freescale/mx7ulp_evk/ |
| H A D | Makefile | 10 $(OBJCOPY) -O binary --gap-fill 0xff $< $@
|
| /rk3399_rockchip-uboot/board/dfi/ |
| H A D | Kconfig | 20 It requires some binary blobs - see README.x86 for details. 33 It requires some binary blobs - see README.x86 for details.
|
| /rk3399_rockchip-uboot/board/congatec/ |
| H A D | Kconfig | 22 It requires some binary blobs - see README.x86 for details. 33 out. It requires some binary blobs - see README.x86 for details.
|
| /rk3399_rockchip-uboot/Licenses/ |
| H A D | bsd-2-clause.txt | 1 Redistribution and use in source and binary forms, with or 8 2. Redistributions in binary form must reproduce the above
|
| H A D | bsd-3-clause.txt | 1 Redistribution and use in source and binary forms, with or without 7 2. Redistributions in binary form must reproduce the above copyright
|
| H A D | r8a779x_usb3.txt | 4 Redistribution and use in binary form, without modification, are permitted 7 1. Redistribution in binary form must reproduce the above copyright notice,
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | get_default_envs.sh | 27 objcopy -O binary -j ".rodata.default_environment" ${ENV_OBJ_FILE_COPY}
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 849 cmd_efipayload = $(OBJCOPY) -I binary -O $(EFIPAYLOAD_BFDTARGET) -B $(EFIPAYLOAD_BFDARCH) $< $@ 972 echo "u-boot.map shows a binary size of $$map_size" >&2 ; \ 1077 OBJCOPYFLAGS_u-boot-with-spl.bin = -I binary -O binary \ 1087 OBJCOPYFLAGS_lpc32xx-boot-0.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) 1092 OBJCOPYFLAGS_lpc32xx-boot-1.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) 1102 OBJCOPYFLAGS_u-boot-with-tpl.bin = -I binary -O binary \ 1124 OBJCOPYFLAGS_u-boot.ais = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) 1144 OBJCOPYFLAGS_u-boot.spr = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \ 1177 OBJCOPYFLAGS_u-boot-x86-16bit.bin := -O binary -j .start16 -j .resetvec 1188 OBJCOPYFLAGS_u-boot-nodtb-tegra.bin = -O binary --pad-to=$(CONFIG_SYS_TEXT_BASE) [all …]
|
| /rk3399_rockchip-uboot/board/freescale/mx6sabresd/ |
| H A D | README | 26 - Flash the SPL binary into the SD card: 30 - Flash the u-boot.img binary into the SD card: 113 - Press KEY_VOL_UP key, power up the board and then SPL binary will
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | update_uboot.its | 14 description = "U-Boot binary";
|