| /rk3399_rockchip-uboot/scripts/ |
| H A D | decomp.sh | 1 #!/bin/bash 27 # New u-boot.bin with RSA pubkey 28 cat u-boot-nodtb.bin u-boot.dtb > u-boot.bin 33 ./scripts/lzma.sh u-boot.bin 34 …t -T standalone -C ${COMPRESS} -a ${ADDR} -e ${ADDR} -d u-boot.bin.${COMPRESS} u-boot.bin.${COMPRE… 35 cp -f spl/u-boot-spl-nodtb.bin u-boot.bin.decomp 37 cat spl/u-boot-spl-pad.bin >> u-boot.bin.decomp 39 cat u-boot.bin.${COMPRESS}.uImage >> u-boot.bin.decomp 40 cp -f u-boot.bin.decomp spl/u-boot-spl.bin 53 echo "Image: $(ls *download*.bin) (with usbplug...) is ready"
|
| H A D | spl.sh | 1 #!/bin/bash 74 cp ${TPL_BIN} tmp/tpl.bin 76 cp ${TPL_BIN} tmp/u-boot-tpl.bin 77 dd if=tmp/u-boot-tpl.bin of=tmp/tpl.bin bs=1 skip=4 78 sed -i "1s/^/${MAGIC:0:4}/" tmp/tpl.bin 81 cp ${SPL_BIN} tmp/u-boot-spl.bin 82 sed -i "s/FlashData=.*$/FlashData=.\/tmp\/tpl.bin/" ${TMP_INI} 83 sed -i "0,/Path1=.*/s/Path1=.*$/Path1=.\/tmp\/tpl.bin/" ${TMP_INI} 84 sed -i "s/FlashBoot=.*$/FlashBoot=.\/tmp\/u-boot-spl.bin/" ${TMP_INI} 88 cp ${TPL_BIN} tmp/tpl.bin [all …]
|
| H A D | Makefile.spl | 161 MLO MLO.byteswap: $(obj)/u-boot-spl.bin FORCE 165 MKIMAGEFLAGS_boot.bin = -T atmelimage 168 MKIMAGEFLAGS_boot.bin += -n $(shell $(obj)/../tools/atmel_pmecc_params) 170 boot.bin: $(obj)/../tools/atmel_pmecc_params 173 boot.bin: $(obj)/u-boot-spl.bin FORCE 177 MKIMAGEFLAGS_boot.bin = -T zynqimage -R $(srctree)/$(CONFIG_BOOT_INIT_FILE) 180 MKIMAGEFLAGS_boot.bin = -T zynqmpimage -R $(srctree)/$(CONFIG_BOOT_INIT_FILE) \ 184 spl/boot.bin: $(obj)/u-boot-spl.bin FORCE 188 ALL-y += $(obj)/$(SPL_BIN).bin 191 ALL-y += $(obj)/$(BOARD)-spl.bin [all …]
|
| H A D | uboot.sh | 1 #!/bin/bash 40 BIN_KB=`ls -l u-boot.bin | awk '{ print $5 }'` 49 echo "ERROR: pack uboot failed! u-boot.bin actual: ${BIN_KB} bytes, max limit: ${MAX_KB} bytes" 53 ../rkbin/tools/loaderimage --pack --uboot u-boot.bin uboot.img ${LOAD_ADDR} ${SIZE} 54 echo "pack uboot okay! Input: u-boot.bin"
|
| /rk3399_rockchip-uboot/board/hisilicon/hikey/ |
| H A D | README | 26 U-Boot as the bl33.bin executable. 33 > mkdir -p ~/hikey/src ~/hikey/bin 40 Get the BL30 mcuimage.bin binary. It is shipped as part of the UEFI source. 43 > cp edk2/HisiPkg/HiKeyPkg/NonFree/mcuimage.bin ~/hikey/bin/ 46 …> wget -P ~/hikey/bin https://builds.96boards.org/releases/reference-platform/debian/hikey/16.03/b… 54 > cp u-boot.bin ~/hikey/bin 61 BL30=~/hikey/bin/mcuimage.bin \ 62 BL33=~/hikey/bin/u-boot.bin DEBUG=1 PLAT=hikey 65 > cp build/hikey/debug/bl1.bin ~/hikey/bin 66 > cp build/hikey/debug/fip.bin ~/hikey/bin [all …]
|
| H A D | build-tf.mak | 2 output_dir := $(PWD)/../bin 8 BL30_HIKEY := $(output_dir)/mcuimage.bin 9 BL33_HIKEY := $(output_dir)/u-boot-hikey.bin 39 cp build/hikey/debug/bl1.bin $(output_dir)/bl1-hikey.bin 40 cp build/hikey/debug/fip.bin $(output_dir)/fip-hikey.bin
|
| /rk3399_rockchip-uboot/board/work-microwave/work_92105/ |
| H A D | README | 24 1. spl/u-boot-spl.bin SPL, intended to run from SRAM at address 0. 29 2. u-boot.bin The raw U-Boot image, which can be loaded in 44 NAND. The LPC32XX-specific 'make lpc32xx-full.bin' command will produce 45 (in addition to spl/u-boot-spl.bin and u-boot.img if they were not made 48 4. lpc32xx-spl.img spl/u-boot-spl.bin, with a LPC32XX boot header 55 5. lpc32xx-boot-0.bin lpc32xx-spl.img, padded with 0xFF bytes to a 60 6. lpc32xx-boot-1.bin Same as lpc32xx-boot-0.bin. This is intended to 63 7. lpc32xx-full.bin lpc32xx-boot-0.bin, lpc32xx-boot-1.bin and 77 (load lpc32xx-full.bin at location $loadaddr) 83 (load lpc32xx-spl.img or lpc32xx-boot-N.bin at location $loadaddr)
|
| /rk3399_rockchip-uboot/board/amlogic/odroid-c2/ |
| H A D | README | 43 > $DIR/fip/fip_create --bl30 $DIR/fip/gxb/bl30.bin \ 44 --bl301 $DIR/fip/gxb/bl301.bin \ 45 --bl31 $DIR/fip/gxb/bl31.bin \ 46 --bl33 u-boot.bin \ 47 $DIR/fip.bin 48 > $DIR/fip/fip_create --dump $DIR/fip.bin 49 > cat $DIR/fip/gxb/bl2.package $DIR/fip.bin > $DIR/boot_new.bin 51 --input $DIR/boot_new.bin \ 58 > BL1=$DIR/sd_fuse/bl1.bin.hardkernel
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | README | 19 # u-boot.bin is the output image 184 and also in any '/usr' and '/usr/bin' subdirectories. 194 arm: /opt/arm-eabi-4.6/bin/arm-eabi- 199 arm: /opt/arm-eabi-4.6/bin/arm-eabi-gcc 212 and buildman will find arm-none-eabi-gcc in /usr/bin if you have it installed. 238 - scanning prefix '/opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-' 240 - scanning prefix '/opt/arm-eabi-4.6/bin/arm-eabi-' 244 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin' 245 - found '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin/i386-linux-gcc' 246 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/usr/bin' [all …]
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rv1108/ |
| H A D | README | 7 > ./tools/mkimage -n rv1108 -T rksd -d ./out/u-boot-spl.bin spl.bin 8 You can also use the ddr bin from rockchip official release [0] instead of u-boot-spl: 9 > ./tools/mkimage -n rv1108 -T rksd -d ../rkbin/rv1x/rv1108ddr_v1.00.bin spl.bin 10 > cat spl.bin u-boot.bin > u-boot.img 17 > rkdeveloptool db ./rkbin/rv1x/rv1108usbboot_v1.00.bin
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit_args.sh | 1 #!/bin/bash 24 echo " -m0 [offset] ==> <hex> MCU0_LOAD_ADDR set mcu0.bin load address" 25 echo " -m1 [offset] ==> <hex> MCU1_LOAD_ADDR set mcu1.bin load address" 26 echo " -m2 [offset] ==> <hex> MCU2_LOAD_ADDR set mcu2.bin load address" 27 echo " -m3 [offset] ==> <hex> MCU3_LOAD_ADDR set mcu3.bin load address" 28 echo " -m4 [offset] ==> <hex> MCU4_LOAD_ADDR set mcu4.bin load address" 29 echo " -l0 [offset] ==> <hex> LOAD0_LOAD_ADDR set load0.bin load address" 30 echo " -l1 [offset] ==> <hex> LOAD1_LOAD_ADDR set load1.bin load address" 31 echo " -l2 [offset] ==> <hex> LOAD2_LOAD_ADDR set load2.bin load address" 32 echo " -l3 [offset] ==> <hex> LOAD3_LOAD_ADDR set load3.bin load address" [all …]
|
| H A D | fit_nodes.sh | 1 #!/bin/bash 10 rm -f ${srctree}/*.digest ${srctree}/*.bin.gz ${srctree}/bl31_0x*.bin 45 UBOOT="u-boot-nodtb.bin" 127 for ATF in `ls -1 -S bl31_0x*.bin` 186 # if disable packing tee.bin 194 TEE="tee.bin" 254 openssl dgst -sha256 -binary -out ${MCU}.bin.digest ${MCU}.bin 255 ${COMPRESS_CMD} ${MCU}.bin 256 echo " data = /incbin/(\"./${MCU}.bin${SUFFIX}\"); 259 value = /incbin/(\"./${MCU}.bin.digest\"); [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.rockchip | 77 ./firefly-rk3288/spl/u-boot-spl-dtb.bin out && \ 100 firefly-rk3288/spl/u-boot-spl-dtb.bin out && \ 138 firefly-rk3288/spl/u-boot-spl-dtb.bin out && \ 139 cat firefly-rk3288/u-boot-dtb.bin >> out && \ 145 ./evb-rk3036/tools/mkimage -n rk3036 -T rksd -d evb-rk3036/spl/u-boot-spl.bin out && \ 146 cat evb-rk3036/u-boot-dtb.bin >> out && \ 166 ./tools/mkimage -n rk3288 -T rksd -d ./tpl/u-boot-tpl.bin out && 167 cat ./spl/u-boot-spl-dtb.bin >> out && 189 tools/mkimage -n rk3188 -T rksd -d spl/u-boot-spl.bin out 191 # truncate, encode and append u-boot.bin [all …]
|
| H A D | README.mxc_hab | 47 cst --o U-Boot_CSF.bin < U-Boot.CSF 49 U-Boot_CSF.bin U-Boot_CSF_pad.bin 50 cat u-boot.imx U-Boot_CSF_pad.bin > u-boot-signed.imx 52 NOTE: U-Boot_CSF.bin needs to be padded to the value specified in 94 U-Boot_CSF.bin U-Boot_CSF_pad.bin 95 cat u-boot.imx U-Boot_CSF_pad.bin > u-boot-signed.imx 97 u-boot-signed.imx u-boot-signed-pad.bin 98 cat u-boot-signed-pad.imx DEK_blob.bin > u-boot-encrypted.imx 100 NOTE: u-boot-signed.bin needs to be padded to the value
|
| H A D | README.x86 | 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. [all …]
|
| H A D | README.nand-boot-ppc440 | 45 nand_spl/u-boot-spl.bin 47 nand_spl/u-boot-spl-16k.bin 49 u-boot.bin 50 A combined image of u-boot-spl-16k.bin and u-boot.bin is also created: 51 u-boot-nand.bin 55 # tftp 100000 /tftpboot/sequoia/u-boot-nand.bin
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | Makefile | 24 # -> The size of U-Boot binary aligned to 64B (u-boot.bin) 46 bin=$(word 2,$^) ; \ 50 echo " Blocks = $2 0x0 `stat -c '%s' $$bin` \"$$bin\" , \\" >> $@ ; \ 58 spl/u-boot-spl.ivt: spl/u-boot-spl.bin 63 u-boot.ivt: u-boot.bin 68 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.… 71 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf 78 u-boot.sb: $(src)/$(MKIMAGE_TARGET-y) u-boot.bin spl/u-boot-spl.bin FORCE
|
| /rk3399_rockchip-uboot/board/rockchip/kylin_rk3036/ |
| H A D | README | 13 Get tee.bin in this step, copy it to U-Boot root dir: 14 > cp rkbin/rk30/rk3036_tee_v1.00.bin ../u-boot/tee.bin 26 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step. 46 > tools/mkimage -n rk3036 -T rksd -d tpl/u-boot-tpl.bin idbloader.img 47 > cat spl/u-boot-spl.bin >> idbloader.img 55 > rkdeveloptool db rkbin/rk30/rk3036_loader_v1.07.237.bin
|
| /rk3399_rockchip-uboot/board/rockchip/evb_rk3229/ |
| H A D | README | 17 Get tee.bin in this step, copy it to U-Boot root dir: 18 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin 30 Get tpl/u-boot-tpl.bin, spl/u-boot-spl.bin and u-boot.itb in this step. 50 > tools/mkimage -n rk322x -T rksd -d tpl/u-boot-spl.bin idbloader.img 51 > cat spl/u-boot-spl.bin >> idbloader.img 59 > rkdeveloptool db rkbin/rk32/rk322x_loader_v1.04.232.bin
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | Makefile | 55 $(PLUGIN).bin: $(PLUGIN).o FORCE 60 $(PLUGIN).bin: 73 MKIMAGEFLAGS_u-boot.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \ 77 u-boot.imx: u-boot.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE 81 MKIMAGEFLAGS_u-boot-dtb.imx = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \ 85 u-boot-dtb.imx: u-boot-dtb.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE 89 MKIMAGEFLAGS_SPL = -n $(filter-out $(PLUGIN).bin $< $(PHONY),$^) -T imximage \ 94 SPL: spl/u-boot-spl.bin $(IMX_CONFIG) $(PLUGIN).bin FORCE 100 u-boot.uim: u-boot.bin FORCE
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 147 && /bin/pwd) 261 else if [ -x /bin/bash ]; then echo /bin/bash; \ 773 # $(1) is u-boot ELF, $(2) is u-boot bin, $(3) is text base 783 ALL-y += u-boot.srec u-boot.bin u-boot.sym System.map binary_size_check 784 ALL-$(CONFIG_SUPPORT_USBPLUG) += usbplug.bin 786 ALL-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin 788 ALL-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin 796 ALL-$(CONFIG_SPL) += spl/u-boot-spl.bin 802 ALL-$(CONFIG_TPL) += tpl/u-boot-tpl.bin 821 ALL-y += u-boot-tegra.bin u-boot-nodtb-tegra.bin [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | config_secure.mk | 50 u-boot-spl_HS_X-LOADER: $(obj)/u-boot-spl.bin FORCE 56 u-boot-spl_HS_MLO: $(obj)/u-boot-spl.bin FORCE 63 u-boot-spl_HS_2ND: $(obj)/u-boot-spl.bin FORCE 67 u-boot-spl_HS_ULO: $(obj)/u-boot-spl.bin FORCE 73 u-boot-spl_HS_ISSW: $(obj)/u-boot-spl.bin FORCE 82 u-boot-spl_HS_SPI_X-LOADER: $(obj)/u-boot-spl.bin FORCE 89 u-boot_HS_MLO: $(obj)/u-boot.bin 98 u-boot_HS_XIP_X-LOADER: $(obj)/u-boot.bin FORCE 117 u-boot-nodtb_HS.bin: u-boot-nodtb.bin FORCE 120 u-boot_HS.img: u-boot-nodtb_HS.bin u-boot.img $(patsubst %.dtb,%.dtb_HS,$(OF_LIST_TARGETS)) FORCE
|
| /rk3399_rockchip-uboot/board/rockchip/gva_rk3229/ |
| H A D | README | 19 Get tee.bin in this step, copy it to U-Boot root dir: 20 > cp out/arm-plat-rockchip/core/tee-pager.bin ../u-boot/tee.bin 30 > make u-boot-dtb.bin 32 Get u-boot-dtb.bin in this step. 53 > rkbin/tools/loaderimage --pack --uboot u-boot-dtb.bin uboot.img 0x61000000 63 > rkdeveloptool db rkbin/rk32/rk322x_loader_v1.04.232.bin
|
| /rk3399_rockchip-uboot/board/intel/edison/ |
| H A D | config.mk | 8 # Add 4096 bytes of zeroes to u-boot.bin 14 ALL-y += u-boot-align.bin 15 u-boot-align.bin: u-boot.bin
|
| /rk3399_rockchip-uboot/board/hisilicon/poplar/ |
| H A D | README | 88 > mkdir -p ~/poplar/src ~/poplar/bin 107 > cp u-boot.bin ~/poplar/bin 114 SPD=none BL33=~/poplar/bin/u-boot.bin DEBUG=1 PLAT=poplar 117 > cp build/hi3798cv200/debug/bl1.bin ~/poplar/src/l-loader/atf/ 118 > cp build/hi3798cv200/debug/fip.bin ~/poplar/src/l-loader/atf/ 127 Due to BootROM requiremets, rename l-loader.bin to fastboot.bin: 128 > cp l-loader.bin ~/poplar/bin/fastboot.bin 138 Copy fastboot.bin to a FAT partition on the USB drive and reboot the 153 Copy fastboot.bin to your tftp server. 158 => tftp 0x30000000 fastboot.bin [all …]
|