Home
last modified time | relevance | path

Searched refs:board (Results 1 – 25 of 59) sorted by relevance

123

/device/linaro/hikey-kernel/
Dupdate-prebuilts.sh5 local board="${1}" && shift
8 …wget https://ci.android.com/builds/submitted/${build_num}/kernel_${board}/latest/raw/${target_name…
14 local board="hikey960"
15 mkdir -p ${board}/${kernel_version}
16 wget_wrapper ${build_num} ${board} Image.gz-dtb ${board}/${kernel_version}/Image.gz-dtb
17 …wget_wrapper ${build_num} ${board} hi3660-hikey960.dtb ${board}/${kernel_version}/hi3660-hikey960.…
18 …wget_wrapper ${build_num} ${board} manifest_${build_num}.xml ${board}/${kernel_version}/manifest_$…
25 local board="hikey"
26 mkdir -p ${board}/${kernel_version}
27 wget_wrapper ${build_num} ${board} Image.gz-dtb ${board}/${kernel_version}/Image.gz-dtb
[all …]
/device/google/contexthub/firmware/os/platform/stm32/
Dspi.c109 const struct StmSpiBoardCfg *board; member
130 gpioConfigAlt(pdev->miso, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiDataPullMode()
131 gpioConfigAlt(pdev->mosi, dataSpeed, dataPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiDataPullMode()
136 gpioConfigAlt(pdev->sck, sckSpeed, sckPull, GPIO_OUT_PUSH_PULL, pdev->board->gpioFunc); in stmSpiSckPullMode()
238 stmSpiDataPullMode(pdev, pdev->board->gpioSpeed, pdev->board->gpioPull); in stmSpiMasterStartSync()
239 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, mode->cpol ? GPIO_PULL_UP : GPIO_PULL_DOWN); in stmSpiMasterStartSync()
245 … gpioConfigOutput(pdev->nss, pdev->board->gpioSpeed, pdev->board->gpioPull, GPIO_OUT_PUSH_PULL, 1); in stmSpiMasterStartSync()
255 stmSpiDataPullMode(pdev, pdev->board->gpioSpeed, GPIO_PULL_NONE); in stmSpiSlaveStartSync()
256 stmSpiSckPullMode(pdev, pdev->board->gpioSpeed, GPIO_PULL_NONE); in stmSpiSlaveStartSync()
259 … pdev->nss = stmSpiGpioInit(pdev->board->gpioNss, pdev->board->gpioSpeed, pdev->board->gpioFunc); in stmSpiSlaveStartSync()
[all …]
Di2c.c177 const struct StmI2cBoardCfg *board; member
516 if (pdev->board->sleepDev >= 0) in stmI2cMasterTxRxDone()
517 platReleaseDevInSleepMode(pdev->board->sleepDev); in stmI2cMasterTxRxDone()
538 if (pdev->board->sleepDev >= 0) in stmI2cMasterTxRxDone()
539 platRequestDevInSleepMode(pdev->board->sleepDev, 12); in stmI2cMasterTxRxDone()
588 dmaStop(I2C_DMA_BUS, pdev->board->dmaRx.stream); in stmI2cMasterDmaCancel()
590 pdev->board->dmaRx.stream); in stmI2cMasterDmaCancel()
591 dmaStop(I2C_DMA_BUS, pdev->board->dmaTx.stream); in stmI2cMasterDmaCancel()
593 pdev->board->dmaTx.stream); in stmI2cMasterDmaCancel()
645 stmI2cMasterStartDma(pdev, &pdev->board->dmaTx, state->tx.cbuf, in stmI2cMasterSentAddr()
[all …]
/device/google/bonito/
Dutils.mk78 define get-vendor-board-platforms
84 define is-board-platform
90 define is-not-board-platform
96 define is-board-platform-in-list
102 define is-vendor-board-platform
105 $(call get-vendor-board-platforms,$(1)) \
115 define is-chipset-in-board-platform
129 define is-chipset-prefix-in-board-platform
Dboard-info.txt1 require board=bonito|sargo
/device/google/crosshatch/
Dutils.mk78 define get-vendor-board-platforms
84 define is-board-platform
90 define is-not-board-platform
96 define is-board-platform-in-list
102 define is-vendor-board-platform
105 $(call get-vendor-board-platforms,$(1)) \
115 define is-chipset-in-board-platform
129 define is-chipset-prefix-in-board-platform
Dboard-info.txt1 require board=crosshatch|blueline
/device/google/coral/
Dutils.mk80 define get-vendor-board-platforms
86 define is-board-platform
92 define is-not-board-platform
98 define is-board-platform-in-list
104 define is-vendor-board-platform
107 $(call get-vendor-board-platforms,$(1)) \
117 define is-chipset-in-board-platform
131 define is-chipset-prefix-in-board-platform
Dboard-info.txt1 require board=coral|flame
/device/google/wahoo/
Dutils.mk78 define get-vendor-board-platforms
84 define is-board-platform
90 define is-not-board-platform
96 define is-board-platform-in-list
102 define is-vendor-board-platform
105 $(call get-vendor-board-platforms,$(1)) \
115 define is-chipset-in-board-platform
129 define is-chipset-prefix-in-board-platform
/device/linaro/dragonboard/installer/db845c/
DREADME8 Boot the board into fastboot mode:
13 functionality may depend on the software installed on the board
20 * To manually boot the board into fastboot mode, press DOWN arrow
21 key over serial UART console when restarting the board.
25 * Disconnect the power *and* USB-C cable. Flip the board over, and
28 button. The board should then boot to fastboot mode. Be sure to
29 then re-connect the USB-C cable so that you can flash the board.
39 Flash the board:
41 Once the board is in fastboot mode, you can then flash it by
59 * If you cannot get the board into fastboot mode, or for some
[all …]
/device/linaro/hikey/installer/hikey960/
DREADME7 Both are located at the bottom side of the board.
13 * Always power off the board before changing the switches or
20 To flash the OS to the board, set the jumpers to fastboot mode, and
29 After that completes, power the board off, and set the switches back
47 you may need to do a board recovery. This is hopefully uncommon, but
48 may be necessary in some cases (like if your board has pre-release
/device/generic/x86/
DBoardConfig.mk37 BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
38 BOARD_SEPOLICY_DIRS += build/target/board/generic_x86/sepolicy
/device/linaro/hikey/hikey/
DREADME1 Running Android on hikey board:
21 Power the board
24 Remove link 3-4 and power the board
33 Remove jumper 5-6 and power the board
Dboard-info.txt1 require board=hikey
/device/linaro/poplar/installer/
DREADME2 prebuilt bootloader onto Poplar board.
8 Poplar board with button S3 (USB_BOOT) pressed until following
25 installation or board unbricking. Once the initial installation is
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/
Dmin-rt.parm1 // Memory map file to generate linker scripts for programs without board I/O.
12 // Show more details if configuration targets the XT2000 board:
/device/linaro/hikey/hikey960/
Dboard-info.txt1 require board=hikey960
/device/google/taimen/
Dboard-info.txt1 require board=taimen
/device/google/muskie/
Dboard-info.txt1 require board=muskie|walleye
/device/linaro/hikey/hikey32/
Dboard-info.txt1 require board=hikey
/device/linaro/hikey/hikey64/
Dboard-info.txt1 require board=hikey
/device/amlogic/yukawa/sei510/
Dboard-info.txt1 require board=sei510
/device/amlogic/yukawa/sei610/
Dboard-info.txt1 require board=sei610
/device/ti/beagle_x15/
Dboard-info.txt1 require board=beagle_x15|beagle_x15_revb1|beagle_x15_revc|am57xx_evm_reva3|am57xx_evm|am574x_idk|am…

123