Searched refs:AP (Results 1 – 24 of 24) 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 | 27 * the AP. AKA: 30 * - Rails _are_ included if the rails go to the AP even if the AP 35 * If two rails are substantially the same from the AP's point of 38 * look the same to the AP because one of these is true: 40 * long as the AP is running. 57 /* EC turns on w/ lpddr_pwr_en; always on for AP */ 96 /* EC turns on w/ pp5000_en; always on for AP */ 114 /* EC turns on w/ ap_core_en; always on for AP */ 143 /* EC turns on w/ ap_core_en; always on for AP */ 172 /* EC turns on w/ ap_core_en; always on for AP */ [all …]
|
| A D | sun8i-h2-plus-bananapi-m2-zero.dts | 243 "BT-UART-RTS", "BT-UART-CTS", "WL-WAKE-AP", "BT-WAKE-AP", 244 "BT-RST-N", "AP-WAKE-BT", "", "",
|
| 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 | cn9130-crb.dtsi | 64 * AP related configuration
|
| A D | cn9130-db.dtsi | 117 * AP related configuration
|
| A D | sun50i-a64-amarula-relic.dts | 150 interrupts = <0 3 IRQ_TYPE_LEVEL_LOW>; /* WL-WAKE-AP: PL3 */
|
| /u-boot/arch/sandbox/dts/ |
| A D | sandbox_vpl.dtsi | 25 description = "AP firmware"; 62 description = "AP Firmware v1";
|
| /u-boot/configs/ |
| A D | integratorap_cm720t_defconfig | 11 CONFIG_SYS_PROMPT="Integrator-AP # "
|
| A D | integratorap_cm920t_defconfig | 11 CONFIG_SYS_PROMPT="Integrator-AP # "
|
| A D | integratorap_cm926ejs_defconfig | 11 CONFIG_SYS_PROMPT="Integrator-AP # "
|
| A D | integratorap_cm946es_defconfig | 11 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/doc/imx/mkimage/ |
| A D | imx8image.txt | 18 - AP FW image
|
| /u-boot/tools/ |
| A D | imx8image.c | 198 (*cmd == CMD_DATA) ? DATA : AP; in parse_cfg_fld() 204 (*cmd == CMD_DATA) ? DATA : AP; in parse_cfg_fld() 210 (*cmd == CMD_DATA) ? DATA : AP; in parse_cfg_fld() 571 case AP: in set_image_array_entry() 861 case AP: in build_container() 988 img_sp->option == AP || img_sp->option == DATA || in build_container()
|
| /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 | 196 AP, enumerator
|
| /u-boot/arch/mips/dts/ |
| A D | mrvl,octeon-nic23.dts | 172 * AP Max limit = 127 decimal 175 /* Set AP Min limit = 32 decimal */
|
| /u-boot/drivers/i2c/ |
| A D | Kconfig | 108 does not allow direct access to the main PMIC from the AP. 114 On many Chromebooks the main PMIC is inaccessible to the AP. This is
|
| /u-boot/doc/arch/ |
| A D | x86.rst | 57 Additional application processors (AP) can be brought up by U-Boot. In order to
|
Completed in 36 milliseconds