Searched refs:AP (Results 1 – 19 of 19) sorted by relevance
/u-boot/doc/ |
A D | README.i2c | 12 AP (Application Processor, meaning the main CPU) and one driven by the EC 18 Since U-Boot runs on the AP, the terminology used is 'our' claim GPIO, 19 meaning the AP's, and 'their' claim GPIO, meaning the EC's. This terminology 25 GPIO lines are shared between the AP and EC to manage the bus. The AP and EC 28 - AP_CLAIM: output from AP, signalling to the EC that the AP wants the bus 29 - EC_CLAIM: output from EC, signalling to the AP that the EC wants the bus 35 Let's say the AP wants to claim the bus. It: 39 3. Checks EC_CLAIM. If this is not asserted, then the AP has the bus, and we
|
/u-boot/arch/arm/dts/ |
A D | rk3399pro.dtsi | 10 /* Default to enabled since AP talk to NPU part over pcie */ 15 /* Default to enabled since AP talk to NPU part over pcie */
|
A D | armada-8040-puzzle-m801.dts | 73 * AP SPI0 [0-3] 74 * AP I2C [4-5] 75 * AP GPIO [6] 76 * AP UART 1 RX/TX [7-8] 77 * AP GPIO [9-10] 78 * AP GPIO [12]
|
A D | rk3399-gru.dtsi | 22 * the AP. AKA: 25 * - Rails _are_ included if the rails go to the AP even if the AP 30 * If two rails are substantially the same from the AP's point of 33 * look the same to the AP because one of these is true: 35 * long as the AP is running. 52 /* EC turns on w/ lpddr_pwr_en; always on for AP */ 91 /* EC turns on w/ pp5000_en; always on for AP */ 109 /* EC turns on w/ ap_core_en; always on for AP */ 138 /* EC turns on w/ ap_core_en; always on for AP */ 167 /* EC turns on w/ ap_core_en; always on for AP */ [all …]
|
A D | rk3399-gru-chromebook.dtsi | 15 /* EC turns on w/ pp900_ap_en; always on for AP */ 58 /* EC turns on w/ ppvar_centerlogic_en; always on for AP */ 85 /* EC turns on w/ ppvar_logic_en; always on for AP */
|
A D | exynos4210-universal_c210.dts | 212 ap32khz_reg: EN32KHz-AP { 213 regulator-name = "32KHz AP";
|
A D | sun50i-a64-amarula-relic.dts | 150 interrupts = <0 3 IRQ_TYPE_LEVEL_LOW>; /* WL-WAKE-AP: PL3 */
|
/u-boot/configs/ |
A D | integratorap_cm920t_defconfig | 16 CONFIG_SYS_PROMPT="Integrator-AP # "
|
A D | integratorap_cm926ejs_defconfig | 16 CONFIG_SYS_PROMPT="Integrator-AP # "
|
A D | integratorap_cm946es_defconfig | 16 CONFIG_SYS_PROMPT="Integrator-AP # "
|
A D | integratorap_cm720t_defconfig | 16 CONFIG_SYS_PROMPT="Integrator-AP # "
|
/u-boot/arch/arm/mach-integrator/ |
A D | Kconfig | 9 bool "Support Integrator/AP platform"
|
/u-boot/doc/mvebu/ |
A D | armada-8k-memory.txt | 15 0xF0000000 0xF0FFFFFF AP Internal registers space
|
/u-boot/tools/ |
A D | imx8image.c | 192 (*cmd == CMD_DATA) ? DATA : AP; in parse_cfg_fld() 198 (*cmd == CMD_DATA) ? DATA : AP; in parse_cfg_fld() 204 (*cmd == CMD_DATA) ? DATA : AP; in parse_cfg_fld() 551 case AP: in set_image_array_entry() 813 case AP: in build_container() 942 img_sp->option == AP || img_sp->option == DATA || in build_container()
|
/u-boot/doc/imx/mkimage/ |
A D | imx8image.txt | 18 - AP FW image
|
/u-boot/board/armltd/integrator/ |
A D | README | 13 There are two Integrator variants - Integrator/AP and Integrator/CP. 68 Integrator/AP is no longer available from ARM.
|
/u-boot/include/ |
A D | imx8image.h | 193 AP, enumerator
|
/u-boot/drivers/i2c/ |
A D | Kconfig | 36 does not allow direct access to the main PMIC from the AP. 42 On many Chromebooks the main PMIC is inaccessible to the AP. This is
|
/u-boot/doc/arch/ |
A D | x86.rst | 66 Additional application processors (AP) can be brought up by U-Boot. In order to
|
Completed in 638 milliseconds