/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/ |
D | flashall | 3 fastboot flash partition:0 gpt_both0.bin 4 fastboot flash partition:1 gpt_both1.bin 5 fastboot flash partition:2 gpt_both2.bin 6 fastboot flash partition:3 gpt_both3.bin 7 fastboot flash partition:4 gpt_both4.bin 8 fastboot flash partition:5 gpt_both5.bin 10 fastboot flash ImageFv_a imagefv.elf 11 fastboot flash aop_a aop.mbn 12 fastboot flash bluetooth_a BTFM.bin 13 fastboot flash cmnlib64_a cmnlib64.mbn [all …]
|
/device/linaro/hikey/installer/hikey960/ |
D | uefi-flash-all.sh | 30 fastboot flash ptable "${INSTALLER_DIR}"/prm_ptable.img 31 fastboot flash xloader "${INSTALLER_DIR}"/hisi-sec_xloader.img 34 fastboot flash fastboot "${INSTALLER_DIR}"/l-loader.bin 35 fastboot flash fip "${INSTALLER_DIR}"/fip.bin 36 fastboot flash nvme "${INSTALLER_DIR}"/hisi-nvme.img 37 fastboot flash fw_lpm3 "${INSTALLER_DIR}"/hisi-lpm3.img 38 fastboot flash trustfirmware "${INSTALLER_DIR}"/hisi-bl31.bin 41 fastboot flash ptable "${INSTALLER_DIR}"/prm_ptable.img 42 fastboot flash xloader "${INSTALLER_DIR}"/hisi-sec_xloader.img 43 fastboot flash fastboot "${INSTALLER_DIR}"/l-loader.bin [all …]
|
D | flash-all.sh | 18 fastboot flash xloader "${INSTALLER_DIR}"/hisi-sec_xloader.img 19 fastboot flash ptable "${INSTALLER_DIR}"/hisi-ptable.img 20 fastboot flash fastboot "${INSTALLER_DIR}"/hisi-fastboot.img 22 fastboot flash nvme "${INSTALLER_DIR}"/hisi-nvme.img 23 fastboot flash fw_lpm3 "${INSTALLER_DIR}"/hisi-lpm3.img 24 fastboot flash trustfirmware "${INSTALLER_DIR}"/hisi-bl31.bin 25 fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img 26 fastboot flash dts "${ANDROID_PRODUCT_OUT}"/dt.img 27 fastboot flash system "${ANDROID_PRODUCT_OUT}"/system.img 28 fastboot flash vendor "${ANDROID_PRODUCT_OUT}"/vendor.img [all …]
|
D | README | 20 To flash the OS to the board, set the jumpers to fastboot mode, and 24 On your host device, run the flash-all.sh script to update boot files 27 $ ./flash-all.sh 39 FAILED (remote: flash write back vrl failure) 46 If you have any trouble booting the device after running ./flash-all.sh
|
/device/common/ |
D | generate-factory-images-common.sh | 87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 111 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 117 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 128 fastboot flash xloader xloader-$DEVICE-$XLOADER.img 131 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 132 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img 136 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 137 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.img 140 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF [all …]
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | bl.c | 180 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in _blEraseSectors() local 196 flash->CR = (flash->CR & ~(FLASH_CR_SNB_MASK)) | in _blEraseSectors() 198 func(&flash->CR, flash->CR | FLASH_CR_STRT, &flash->SR); in _blEraseSectors() 199 flash->CR &= ~(FLASH_CR_SNB_MASK | FLASH_CR_SER); in _blEraseSectors() 207 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in blEraseSectors() local 215 while (flash->SR & FLASH_SR_BSY); in blEraseSectors() 217 cr_cache = flash->CR; in blEraseSectors() 219 if (flash->CR & FLASH_CR_LOCK) { in blEraseSectors() 221 flash->KEYR = key1; in blEraseSectors() 222 flash->KEYR = key2; in blEraseSectors() [all …]
|
/device/linaro/hikey/installer/hikey/ |
D | flash-all.sh | 75 fastboot flash ptable "${INSTALLER_DIR}"/"${PTABLE}" 76 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin 77 fastboot flash nvme "${INSTALLER_DIR}"/nvme.img 78 fastboot flash boot "${OUT_IMGDIR}"/boot.img 79 fastboot flash system "${OUT_IMGDIR}"/system.img 80 fastboot flash vendor "${OUT_IMGDIR}"/vendor.img 81 fastboot flash userdata "${OUT_IMGDIR}"/userdata.img
|
/device/google/contexthub/firmware/os/platform/stm32/misc/ |
D | m3debug.script | 17 set flash-start 08000000 18 set flash-size 00080000 19 set flash-block 00000400 20 set flash-buffer 20000200 22 function flash-setup 41 function flash-erase 45 function flash-write 47 wr r1 $flash-buffer
|
/device/linaro/hikey/factory-images/ |
D | generate-factory-images-hikey960.sh | 56 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 75 fastboot flash xloader hisi-sec_xloader.img 76 fastboot flash ptable hisi-ptable.img 77 fastboot flash fastboot hisi-fastboot.img 79 fastboot flash nvme hisi-nvme.img 80 fastboot flash fw_lpm3 hisi-lpm3.img 81 fastboot flash trustfirmware hisi-bl31.bin 82 fastboot flash dts dt.img 86 fastboot flash cache cache.img 87 fastboot flash userdata userdata.img [all …]
|
D | generate-factory-images-hikey.sh | 47 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF 98 fastboot flash ptable "\${PTABLE}" 99 fastboot flash fastboot fip.bin 100 fastboot flash nvme nvme.img 106 chmod a+x tmp/$PRODUCT-$VERSION/flash-all.sh
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | SpiFlash.txt | 3 Folowing PCDs for spi flash driver configuration must be set properly: 7 Size of SPI flash address in bytes (3 or 4) 15 Size of SPI flash page 19 Id of SPI flash 23 Spi flash polling flag
|
/device/linaro/poplar/installer/ |
D | README | 1 The following instructions will help you to flash partition table and 36 $ fastboot flash mmcsda1 loader.bin 40 $ fastboot flash mmcsda2 boot.img 41 $ fastboot flash mmcsda3 system.img 42 $ fastboot flash mmcsda5 vendor.img 43 $ fastboot flash mmcsda6 cache.img 44 $ fastboot flash mmcsda7 userdata.img
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 19 - ".flash" will contain all parts of the app that go into actual flash 27 - ".ram" will contain all data that uses ram (and is not part of the flash image) 38 Our format allows apps that are up to 256MB of flash and 256MB of ram in size. 43 flash : ORIGIN = 0x10000000, LENGTH = 256K /* we write this to flash */ 50 .flash : { 79 } > flash = 0xff 108 } > ram AT > flash 118 } > flash = 0xff 122 } > flash = 0xff
|
/device/linaro/hikey/hikey960/ |
D | README | 20 $ ./flash-all.sh 22 $ fastboot flash boot out/target/product/hikey960/boot.img 23 $ fastboot flash dts out/target/product/hikey960/dt.img 24 $ fastboot flash system out/target/product/hikey960/system.img 25 $ fastboot flash vendor out/target/product/hikey960/vendor.img 26 $ fastboot flash cache out/target/product/hikey960/cache.img 27 $ fastboot flash userdata out/target/product/hikey960/userdata.img
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/PlatformFlashAccessLibNull/ |
D | PlatformFlashAccessLibNull.uni | 2 // Platform flash device access library. 4 // Platform flash device access library NULL instance. 18 #string STR_MODULE_ABSTRACT #language en-US "Platform flash device access library." 20 #string STR_MODULE_DESCRIPTION #language en-US "Platform flash device access library NULL …
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/ |
D | MicrocodeFlashAccessLibNull.uni | 2 // Microcode flash device access library. 4 // Microcode flash device access library NULL instance. 18 #string STR_MODULE_ABSTRACT #language en-US "Microcode flash device access library." 20 #string STR_MODULE_DESCRIPTION #language en-US "Microcode flash device access library NULL…
|
/device/linaro/dragonboard/installer/db845c/ |
D | flash-all-aosp.sh | 40 fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img 42 fastboot flash super "${ANDROID_PRODUCT_OUT}"/super.img 44 fastboot flash userdata "${ANDROID_PRODUCT_OUT}"/userdata.img
|
D | README | 29 then re-connect the USB-C cable so that you can flash the board. 41 Once the board is in fastboot mode, you can then flash it by 45 $ ./flash-all-aosp.sh <optional_kernel_binary> 48 This will flash the bootloader binaries, AOSP images (userdata.img 49 and super.img), and will also generate and flash boot.img if kernel 60 reason the flash-all-aosp.sh script does not work, you can do 61 a full recovery flash of the board using the following 79 This will do a recovery flash of the ptable and bootloader
|
/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/ |
D | SpiFlashCmd.uni | 40 ".TH sf 0 "Basic SPI flash command."\r\n" 42 "Read/write data from/into SPI flash.\r\n" 51 " Offset - Offset from beggining of SPI flash to store/load data\r\n" 56 "Check if there is response from SPI flash\r\n" 58 "Read 32 bytes from 0xe00000 of SPI flash into RAM at address 0x100000\r\n" 60 "Read 0x20 bytes from 0x200000 of SPI flash into RAM at address 0x300000\r\n" 62 "Erase 0x10000 bytes from offset 0x100000 of SPI flash\r\n" 64 "Write 16 bytes from 0x200000 at RAM into SPI flash at address 0x4000000\r\n" 66 "Update 100 bytes from 0x100000 at RAM in SPI flash at address 0xe00000\r\n" 68 "Read 0x3000 bytes from 0x0 of SPI flash into file fs2:file.bin\r\n" [all …]
|
/device/linaro/hikey/hikey/ |
D | README | 23 $ ./flash-all.sh /dev/ttyUSB1 [4g] 28 $ fastboot flash boot out/target/product/hikey/boot.img 29 $ fastboot flash system out/target/product/hikey/system.img 30 $ fastboot flash vendor out/target/product/hikey/vendor.img 31 $ fastboot flash cache out/target/product/hikey/cache.img 32 $ fastboot flash userdata out/target/product/hikey/userdata.img
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Feature/Capsule/SystemFirmwareUpdateConfig/ |
D | SystemFirmwareUpdateConfigGcc.ini | 28 BaseAddress = 0x00000000 # Base address offset on flash 36 BaseAddress = 0x00040000 # Base address offset on flash 44 BaseAddress = 0x000C0000 # Base address offset on flash 52 BaseAddress = 0x00110000 # Base address offset on flash 60 BaseAddress = 0x00325000 # Base address offset on flash 68 BaseAddress = 0x00390000 # Base address offset on flash
|
D | SystemFirmwareUpdateConfig.ini | 28 BaseAddress = 0x00000000 # Base address offset on flash 36 BaseAddress = 0x00040000 # Base address offset on flash 44 BaseAddress = 0x000C0000 # Base address offset on flash 52 BaseAddress = 0x00110000 # Base address offset on flash 60 BaseAddress = 0x00320000 # Base address offset on flash 68 BaseAddress = 0x00390000 # Base address offset on flash
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Feature/Capsule/SystemFirmwareUpdateConfig/ |
D | SystemFirmwareUpdateConfig.ini | 27 BaseAddress = 0x00400000 # Base address offset on flash 35 BaseAddress = 0x00500000 # Base address offset on flash 43 BaseAddress = 0x006E0000 # Base address offset on flash 51 BaseAddress = 0x00700000 # Base address offset on flash 59 BaseAddress = 0x00710000 # Base address offset on flash
|
/device/google/redbull-kernel/.prebuilt_info/kernel-and-modules/ |
D | prebuilt_info_leds-qpnp-flash-common_ko.asciipb | 5 source_file: "leds-qpnp-flash-common.ko" 7 dest_file: "leds-qpnp-flash-common.ko"
|
/device/google/barbet-kernel/.prebuilt_info/kernel-and-modules/ |
D | prebuilt_info_leds-qpnp-flash-common_ko.asciipb | 5 source_file: "leds-qpnp-flash-common.ko" 7 dest_file: "leds-qpnp-flash-common.ko"
|