Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 25 of 95) sorted by relevance

1234

/device/common/
Dgenerate-factory-images-common.sh87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
107 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
113 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
123 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
124 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
128 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
132 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
133 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.img
136 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
[all …]
/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c181 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in _blEraseSectors() local
197 flash->CR = (flash->CR & ~(FLASH_CR_SNB_MASK)) | in _blEraseSectors()
199 func(&flash->CR, flash->CR | FLASH_CR_STRT, &flash->SR); in _blEraseSectors()
200 flash->CR &= ~(FLASH_CR_SNB_MASK | FLASH_CR_SER); in _blEraseSectors()
208 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in blEraseSectors() local
216 while (flash->SR & FLASH_SR_BSY); in blEraseSectors()
218 cr_cache = flash->CR; in blEraseSectors()
220 if (flash->CR & FLASH_CR_LOCK) { in blEraseSectors()
222 flash->KEYR = key1; in blEraseSectors()
223 flash->KEYR = key2; in blEraseSectors()
[all …]
/device/linaro/hikey/installer/hikey/
Dflash-all.sh74 fastboot flash ptable "${INSTALLER_DIR}"/"${PTABLE}"
75 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin
76 fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
77 fastboot flash boot "${OUT_IMGDIR}"/boot.img
78 fastboot flash system "${OUT_IMGDIR}"/system.img
79 fastboot flash cache "${OUT_IMGDIR}"/cache.img
80 fastboot flash userdata "${OUT_IMGDIR}"/userdata.img
DREADME34 Run the flash-all.sh script after building AOSP for hikey with the right
36 $ ./flash-all.sh /dev/ttyUSBX [4g]
/device/google/contexthub/firmware/os/platform/stm32/misc/
Dm3debug.script17 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/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr19 - ".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/huawei/angler/
Dinit.angler.sensorhub.rc6 start flash-sh-fw
13 start flash-sh-fw
15 service flash-sh-fw /vendor/bin/sensortool.angler -f /vendor/firmware/nano4x1.bin
Dinit.angler.nanohub.rc6 start flash-nanohub-fw
13 service flash-nanohub-fw /vendor/bin/nanoapp_cmd download
/device/linaro/hikey/factory-images/
Dgenerate-factory-images-hikey.sh47 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/hikey/hikey/
DREADME28 $ ./flash-all.sh /dev/ttyUSB1 [4g]
33 $ fastboot flash boot out/target/product/hikey/boot.img
34 $ fastboot flash system out/target/product/hikey/system.img
35 $ fastboot flash cache out/target/product/hikey/cache.img
36 $ fastboot flash userdata out/target/product/hikey/userdata.img
/device/lge/bullhead/
Dinit.bullhead.sensorhub.rc6 start flash-sh-fw
8 service flash-sh-fw /vendor/bin/sensortool.bullhead -f /vendor/firmware/nano4x1.bin
Dinit.bullhead.nanohub.rc6 start flash-nanohub-fw
13 service flash-nanohub-fw /vendor/bin/nanoapp_cmd download
/device/lge/bullhead/camera/QCamera2/
DQCamera2Factory.cpp452 QCameraFlash& flash = QCameraFlash::getInstance(); in setTorchMode() local
464 retVal = flash.initFlash(cameraIdInt); in setTorchMode()
467 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode()
479 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode()
482 retVal = flash.deinitFlash(cameraIdInt); in setTorchMode()
/device/huawei/angler/camera/QCamera2/
DQCamera2Factory.cpp452 QCameraFlash& flash = QCameraFlash::getInstance(); in setTorchMode() local
464 retVal = flash.initFlash(cameraIdInt); in setTorchMode()
467 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode()
479 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode()
482 retVal = flash.deinitFlash(cameraIdInt); in setTorchMode()
/device/google/marlin/
Dinit.common.nanohub.rc5 start flash-nanohub-fw
12 service flash-nanohub-fw /vendor/bin/nanoapp_cmd download
/device/google/marlin/camera/QCamera2/
DQCamera2Factory.cpp526 QCameraFlash& flash = QCameraFlash::getInstance(); in setTorchMode() local
538 retVal = flash.initFlash(cameraIdInt); in setTorchMode()
541 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode()
553 retVal = flash.setFlashMode(cameraIdInt, on); in setTorchMode()
556 retVal = flash.deinitFlash(cameraIdInt); in setTorchMode()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
DFaultTolerantWriteDxe.uni6 …ntation depends on the full functionality FVB protocol that support read, write/erase flash access.
22 …tation depends on the full functionality FVB protocol that support read, write/erase flash access."
DSmmFaultTolerantWriteDxe.uni7 // flash access.
23 …on depends on the full functionality SMM FVB protocol that support read, write/erase flash access."
/device/linaro/bootloader/edk2/ArmPlatformPkg/
DArmPlatformPkg.fdf18 # defines one flash "device" image. A flash device image may be one of
22 # flash) or an Update ("Capsule") image that will be used to update and
23 # existing system flash.
37 # images within the flash device.
67 # images within the flash device.
89 # [FV] section is used to define what components or modules are placed within a flash
DArmPlatformPkg-2ndstage.fdf18 # defines one flash "device" image. A flash device image may be one of
22 # flash) or an Update ("Capsule") image that will be used to update and
23 # existing system flash.
39 # images within the flash device.
61 # [FV] section is used to define what components or modules are placed within a flash
/device/google/contexthub/util/stm32_flash/
DAndroid.mk24 flash.c \
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Application/FirmwareUpdate/
DFirmwareUpdate.inf2 # Implements a Tunnel Mountain specific flash update program. This will allow
3 # users to update all regions of the flash as needed in a given update.
/device/google/contexthub/firmware/build/
Dapp_config.mk26 LOCAL_OBJCOPY_SECT_cortexm4 := .flash .data .relocs .dynsym
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/
DBeagleBoardPkg.fdf19 # defines one flash "device" image. A flash device image may be one of
23 # flash) or an Update ("Capsule") image that will be used to update and
24 # existing system flash.
39 # images within the flash device.
59 # [FV] section is used to define what components or modules are placed within a flash
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DBeagleBoardPkg.fdf20 # defines one flash "device" image. A flash device image may be one of
24 # flash) or an Update ("Capsule") image that will be used to update and
25 # existing system flash.
40 # images within the flash device.
69 # [FV] section is used to define what components or modules are placed within a flash

1234