| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/ |
| H A D | cpuburn-arm_git.bb | 14 file://0002-burn.S-Add.patch \ 15 file://0003-burn.S-Remove-.func-.endfunc.patch \ 22 # If the arch is set to ARM 64-bit - we only produce and ship burn-a53 version. 23 # In case of ARM 32-bit - we would build all variants, since burn-a53 supports both 26 ${CC} ${CFLAGS} ${LDFLAGS} cpuburn-a53.S -o burn-a53 28 ${CC} ${CFLAGS} ${LDFLAGS} burn.S -o burn 29 ${CC} ${CFLAGS} ${LDFLAGS} cpuburn-a7.S -o burn-a7 30 ${CC} ${CFLAGS} ${LDFLAGS} cpuburn-a8.S -o burn-a8 31 ${CC} ${CFLAGS} ${LDFLAGS} cpuburn-a9.S -o burn-a9 32 ${CC} ${CFLAGS} ${LDFLAGS} cpuburn-a53.S -o burn-a53 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 1015 GTP_DEBUG("Begin burn %dk data to addr 0x%x", (total_length/1024), start_addr); in gup_burn_proc() 1058 GTP_ERROR("Burn frame data time out,exit."); in gup_burn_proc() 1186 //step5:burn 8k fw section in gup_burn_fw_section() 1190 GTP_ERROR("[burn_fw_section]burn fw_section fail."); in gup_burn_fw_section() 1204 //step7:send burn cmd to move data to flash from sram in gup_burn_fw_section() 1208 GTP_ERROR("[burn_fw_section]send burn cmd fail."); in gup_burn_fw_section() 1211 GTP_DEBUG("[burn_fw_section]Wait for the burn is complete......"); in gup_burn_fw_section() 1216 GTP_ERROR("[burn_fw_section]Get burn state fail"); in gup_burn_fw_section() 1220 //GTP_DEBUG("[burn_fw_section]Get burn state:%d.", rd_buf[GTP_ADDR_LENGTH]); in gup_burn_fw_section() 1264 GTP_INFO("[burn_dsp_isp]Begin burn dsp isp---->>"); in gup_burn_dsp_isp() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/ |
| H A D | 0002-burn.S-Add.patch | 4 Subject: [PATCH] burn.S: Add 7 https://hardwarebug.org/files/burn.S 12 burn.S | 26 ++++++++++++++++++++++++++ 14 create mode 100644 burn.S 16 diff --git a/burn.S b/burn.S 20 +++ b/burn.S
|
| H A D | 0003-burn.S-Remove-.func-.endfunc.patch | 4 Subject: [PATCH] burn.S: Remove .func/.endfunc 12 burn.S | 2 -- 15 diff --git a/burn.S b/burn.S 17 --- a/burn.S 18 +++ b/burn.S
|
| /OK3568_Linux_fs/u-boot/doc/mvebu/cmd/ |
| H A D | bubt.txt | 1 BUBT (Burn ATF) command 3 Bubt command is used to burn a new ATF image to flash device. 7 - file-name Image file name to burn. default = flash-image.bin 8 - destination Flash to burn to [spi, nand, mmc]. default = active flash 12 bubt - Burn flash-image.bin from tftp to active flash 13 bubt latest-spi.bin nand - Burn latest-spi.bin from tftp to NAND flash 17 - To burn image to SD/eMMC device, the target is defined 20 Bubt command details (burn image step by-step)
|
| /OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/ |
| H A D | README.P1010RDB-PA | 98 Build and burn U-Boot to NOR flash 105 2. Burn u-boot.bin into NOR flash 116 1. Burn u-boot.bin into alternate NOR bank 134 Build and burn U-Boot to NAND flash 141 2. Burn u-boot-nand.bin into NAND flash 149 Build and burn U-Boot to SPI flash 160 2. Burn u-boot-spi.bin into SPI flash
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in.security | 60 comment "Burn security key is dangerous and cannot be reverted!" 64 bool "burn security key" 66 Burn security key's hash to non volatile memory.
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.davinci.nand_spl | 78 Headers, so you have to burn the UBL header page from the u-boot.ubl 134 is possible to burn step 1 and step 2 in one step into the 136 burn the UBL Header to a page 0 and the spl code to 140 possible in u-boot), we could burn the complete image in
|
| H A D | README.armada-secureboot | 246 Furthermore, eFuse writing support has to be activated in order to burn the 274 ### Burn eFuse structure 292 If the SEC_FUSE_DUMP option was not set, the commands needed to burn the fuses 296 * Burn the KAK public key hash. The hash itself can be found in the file 299 * Burn the CSK selection, BoxID, and FlashID
|
| H A D | README.ag101p | 33 Burn u-boot to SPI ROM:
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-core.sh | 131 --no-check|--spl-new|--burn-key-hash) 219 --burn-key-hash) 293 # burn-key-hash 296 fdtput -tx ${SPL_DTB} ${SIGNATURE_KEY_NODE} burn-key-hash 0x1 298 echo "ERROR: --burn-key-hash requires CONFIG_SPL_FIT_HW_CRYPTO=y" 312 # burn-key-hash read back check 314 if [ "`fdtget -ti ${SPL_DTB} ${SIGNATURE_KEY_NODE} burn-key-hash`" != "1" ]; then 315 echo "ERROR: Failed to set burn-key-hash for ${SPL_DTB}"; 369 echo "## ${SPL_DTB}: burn-key-hash=1"
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | spartan2.c | 151 /* Get ready for the burn */ in spartan2_sp_load() 161 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load() 194 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load() 226 (*fn->abort) (cookie); /* abort the burn */ in spartan2_sp_load() 350 /* Get ready for the burn */ in spartan2_ss_load()
|
| H A D | spartan3.c | 155 /* Get ready for the burn */ in spartan3_sp_load() 165 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load() 198 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load() 232 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load() 358 /* Get ready for the burn */ in spartan3_ss_load()
|
| /OK3568_Linux_fs/kernel/drivers/platform/mellanox/ |
| H A D | mlxbf-bootctl.c | 212 * partially programmed (and thus invalid). The process is to burn the in secure_boot_fuse_state_show() 213 * eFuse for the new key start bit, burn the key eFuses, then burn the in secure_boot_fuse_state_show()
|
| /OK3568_Linux_fs/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 775 "Burn a u-boot image to flash", 777 "\t-file-name The image file name to burn. Default = flash-image.bin\n" 778 "\t-destination Flash to burn to [spi, nand, mmc]. Default = active boot device\n" 781 "\tbubt - Burn flash-image.bin from tftp to active boot device\n" 782 "\tbubt flash-image-new.bin nand - Burn flash-image-new.bin from tftp to NAND flash\n" 783 "\tbubt backup-flash-image.bin mmc usb - Burn backup-flash-image.bin from usb to MMC\n"
|
| H A D | Kconfig | 8 bubt - Burn a u-boot image to flash
|
| /OK3568_Linux_fs/buildroot/package/lpc3250loader/ |
| H A D | Config.in.host | 4 lpc3250loader is a tool to load/burn programs (in particular
|
| /OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 105 * gp = ~0 for burn mode 154 * gp = ~VMA for burn mode 216 * gp = ~RAM_SIZE - TEXT_SIZE for burn/load mode
|
| /OK3568_Linux_fs/buildroot/board/licheepi/ |
| H A D | readme.txt | 55 Alternatively, you can use the Etcher graphical tool to burn the image
|
| /OK3568_Linux_fs/kernel/arch/sh/include/mach-ecovec24/mach/ |
| H A D | partner-jet-setup.txt | 13 LIST "Use the following command to burn the zImage to flash via JTAG:"
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | imx-ocotp.c | 225 * to physically burn out a fuse. in imx_ocotp_set_imx6_timing() 227 * - Minimum STROBE_READ i.e. the time to wait post OTP fuse burn before in imx_ocotp_set_imx6_timing() 238 * burn. in imx_ocotp_set_imx6_timing()
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | rsa-mod-exp.h | 24 uint32_t burn_key; /* The flag to burn key's hash */
|
| /OK3568_Linux_fs/u-boot/board/hisilicon/hikey/ |
| H A D | README | 38 > git clone https://github.com/96boards/burn-boot.git 85 > sudo ~/hikey/src/burn-boot/hisi-idt.py -d /dev/ttyUSB0 --img1=~/hikey/bin/l-loader.bin
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,ad7192.yaml | 77 path are enabled. When BURN = 0, the burnout currents are disabled.
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | reset.c | 69 * We're going to burn some power running round the in machine_hang()
|