Home
last modified time | relevance | path

Searched full:scp (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/arm-trusted-firmware/drivers/arm/css/scp/
Dcss_bom_bootloader.c21 /* Boot commands sent from AP -> SCP */
38 * for both AP -> SCP and SCP -> AP transfers; define the address of this...
69 /* Ensure that any write to the BOM payload area is seen by SCP before in scp_boot_message_send()
71 * the CPU then SCP would read stale payload data */ in scp_boot_message_send()
74 /* Send command to SCP */ in scp_boot_message_send()
84 /* Expect an SCP Boot Protocol message, reject any other protocol */ in scp_boot_message_wait()
127 VERBOSE("Send info about the SCP_BL2 image to be transferred to SCP\n"); in css_scp_boot_image_xfer()
130 * Send information about the SCP firmware image about to be transferred in css_scp_boot_image_xfer()
131 * to SCP in css_scp_boot_image_xfer()
146 VERBOSE("Detecting SCP version incompatibility\n"); in css_scp_boot_image_xfer()
[all …]
Dcss_sds.c25 ERROR("SCP SDS initialization failed\n"); in css_scp_boot_image_xfer()
29 VERBOSE("Writing SCP image metadata\n"); in css_scp_boot_image_xfer()
43 VERBOSE("Marking SCP image metadata as valid\n"); in css_scp_boot_image_xfer()
53 ERROR("SCP SDS write to SCP IMG struct failed\n"); in css_scp_boot_image_xfer()
58 * API to wait for SCP to signal till it's ready after booting the transferred
67 VERBOSE("Waiting for SCP RAM to complete its initialization process\n"); in css_scp_boot_ready()
69 /* Wait for the SCP RAM Firmware to complete its initialization process */ in css_scp_boot_ready()
91 ERROR("Timeout of %d ms expired waiting for SCP RAM Ready flag\n", in css_scp_boot_ready()
Dcss_pm_scpi.c17 * This file implements the SCP power management functions using SCPI protocol.
21 * Helper function to inform power down state to SCP.
37 * Ask the SCP to power down the appropriate components depending upon in css_scp_suspend()
63 * SCP takes care of powering up parent power domains so we in css_scp_on()
72 * by the SCP.
86 /* Query SCP */ in css_scp_get_power_state()
94 * The CPU state returned by SCP is an 8-bit bit mask in css_scp_get_power_state()
130 /* Send the power down request to the SCP */ in css_scp_sys_shutdown()
134 ERROR("CSS System Off: SCP error %u.\n", response); in css_scp_sys_shutdown()
155 /* Send the system reset request to the SCP */ in css_scp_sys_reboot()
[all …]
/external/python/cpython3/Tools/buildbot/
DremoteDeploy.bat39 for /f "USEBACKQ" %%i in (`dir PCbuild\*.bat /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_…
40 for /f "USEBACKQ" %%i in (`dir PCbuild\*.py /b`) do @scp PCBuild\%%i "%SSH_SERVER%:%REMOTE_PYTHON_D…
41 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.exe /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%RE…
42 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.pyd /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%RE…
43 for /f "USEBACKQ" %%i in (`dir PCbuild\arm32\*.dll /b`) do @scp PCBuild\arm32\%%i "%SSH_SERVER%:%RE…
44 scp -r "%PYTHON_SOURCE%Include" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Include"
45 scp -r "%PYTHON_SOURCE%Lib" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Lib"
46 scp -r "%PYTHON_SOURCE%Parser" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Parser"
47 scp -r "%PYTHON_SOURCE%Tools" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Tools"
48 scp "%PYTHON_SOURCE%Modules\Setup" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Modules"
[all …]
/external/arm-trusted-firmware/plat/brcm/common/
Dbrcm_scpi.c23 /* Header and payload addresses for commands from AP to SCP */
29 /* Header and payload addresses for responses from SCP to AP */
46 * Ensure that any write to the SCPI payload area is seen by SCP before in scpi_secure_message_send()
48 * the CPU then SCP would read stale payload data in scpi_secure_message_send()
91 /* Get a message from the SCP */ in scpi_wait_ready()
96 /* We are expecting 'SCP Ready', produce correct error if it's not */ in scpi_wait_ready()
100 ERROR("Unexpected SCP command: expected #%u, received #%u\n", in scpi_wait_ready()
112 * Send our response back to SCP. in scpi_wait_ready()
162 * SCP does not reply to this command in order to avoid MHU interrupts in scpi_set_brcm_power_state()
169 * Query and obtain power state from SCP.
[all …]
/external/arm-trusted-firmware/plat/arm/css/common/
Dcss_common.mk8 # By default, SCP images are needed by CSS platforms.
30 drivers/arm/css/scp/css_pm_scpi.c \
38 drivers/arm/css/scp/css_pm_scmi.c
48 $(eval $(call TOOL_ADD_IMG,scp_bl2u,--scp-fwu-cfg,FWU_))
52 BL2U_SOURCES += drivers/arm/css/scp/css_sds.c \
55 BL2_SOURCES += drivers/arm/css/scp/css_sds.c \
59 drivers/arm/css/scp/css_bom_bootloader.c \
63 drivers/arm/css/scp/css_bom_bootloader.c \
65 # Enable option to detect whether the SCP ROM firmware in use predates version
Dcss_bl2_setup.c21 * Transfer SCP_BL2 from Trusted RAM using the SCP Download protocol.
28 INFO("BL2: Initiating SCP_BL2 transfer to SCP\n"); in plat_arm_bl2_handle_scp_bl2()
37 INFO("BL2: SCP_BL2 transferred to SCP\n"); in plat_arm_bl2_handle_scp_bl2()
50 * SCPI/BOM SCP systems as in case of SDS, the structures remain in memory and
61 /* Save SCP Boot config before it gets overwritten by SCP_BL2 loading */ in bl2_early_platform_setup2()
63 VERBOSE("BL2: Saved SCP Boot config = 0x%x\n", scp_boot_config); in bl2_early_platform_setup2()
71 * Before releasing the AP cores out of reset, the SCP writes some data in bl2_platform_setup()
77 * - restoring the SCP boot configuration. in bl2_platform_setup()
79 VERBOSE("BL2: Restoring SCP reset data in Trusted SRAM\n"); in bl2_platform_setup()
/external/arm-trusted-firmware/drivers/arm/css/scpi/
Dcss_scpi.c22 /* Header and payload addresses for commands from AP to SCP */
28 /* Header and payload addresses for responses from SCP to AP */
45 * Ensure that any write to the SCPI payload area is seen by SCP before in scpi_secure_message_send()
47 * the CPU then SCP would read stale payload data in scpi_secure_message_send()
93 /* Get a message from the SCP */ in scpi_wait_ready()
102 /* We are expecting 'SCP Ready', produce correct error if it's not */ in scpi_wait_ready()
105 ERROR("Unexpected SCP command: expected command #%u, got command #%u\n", in scpi_wait_ready()
117 * Send our response back to SCP. in scpi_wait_ready()
166 * SCP does not reply to this command in order to avoid MHU interrupts in scpi_set_css_power_state()
174 * Query and obtain CSS power state from SCP.
[all …]
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
DTest-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All.json24 "scp",
33 "name": "scp file.txt foo@127.0.0.1:file.txt"
197 "scp",
206 "name": "scp [START_DIR]/build/dm foo@127.0.0.1:/home/chronos/user/bin/dm"
252 …argv[1] + '/*'\ndest = sys.argv[2]\nprint(subprocess.check_output(\n 'scp -r %s %s' % (src, d…
257 "name": "scp -r [START_DIR]/skia/resources foo@127.0.0.1:/home/chronos/user/resources",
265 …"@@@STEP_LOG_LINE@python.inline@ 'scp -r %s %s' % (src, dest), shell=True).decode('utf-8'))@@@",
383 …argv[1] + '/*'\ndest = sys.argv[2]\nprint(subprocess.check_output(\n 'scp -r %s %s' % (src, d…
388 "name": "scp -r [START_DIR]/skp foo@127.0.0.1:/home/chronos/user/skps",
396 …"@@@STEP_LOG_LINE@python.inline@ 'scp -r %s %s' % (src, dest), shell=True).decode('utf-8'))@@@",
[all …]
DPerf-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All.json24 "scp",
33 "name": "scp file.txt foo@127.0.0.1:file.txt"
197 "scp",
206 "name": "scp [START_DIR]/build/nanobench foo@127.0.0.1:/home/chronos/user/bin/nanobench"
252 …argv[1] + '/*'\ndest = sys.argv[2]\nprint(subprocess.check_output(\n 'scp -r %s %s' % (src, d…
257 "name": "scp -r [START_DIR]/skia/resources foo@127.0.0.1:/home/chronos/user/resources",
265 …"@@@STEP_LOG_LINE@python.inline@ 'scp -r %s %s' % (src, dest), shell=True).decode('utf-8'))@@@",
383 …argv[1] + '/*'\ndest = sys.argv[2]\nprint(subprocess.check_output(\n 'scp -r %s %s' % (src, d…
388 "name": "scp -r [START_DIR]/skp foo@127.0.0.1:/home/chronos/user/skps",
396 …"@@@STEP_LOG_LINE@python.inline@ 'scp -r %s %s' % (src, dest), shell=True).decode('utf-8'))@@@",
[all …]
/external/arm-trusted-firmware/docs/getting_started/
Dimage-terminology.rst103 SCP Boot ROM: ``SCP_BL1`` (previously ``BL0``)
106 Typically, this is the first code to execute on the SCP and cannot be modified.
108 and authenticate an updateable SCP firmware image into an executable RAM
113 This image was previously abbreviated as ``BL0`` but in some systems, the SCP
115 make sense to interleave the image terminology for AP and SCP; both AP and SCP
118 SCP RAM Firmware: ``SCP_BL2`` (previously ``BL3-0``)
121 This is the 2nd stage SCP firmware. It is currently also known as the "SCP
123 SCP needs to load/authenticate multiple 3rd level images in future.
125 This image was previously abbreviated as BL3-0 but from the SCP's point of view,
155 SCP Firmware Update Config: ``SCP_BL2U`` (previously ``BL2-U0``)
[all …]
/external/arm-trusted-firmware/docs/plat/arm/tc/
Dindex.rst6 - A `System Control Processor <https://github.com/ARM-software/SCP-firmware>`_
8 processors. The RAM firmware for SCP is included in the TF-A FIP and is
9 loaded by AP BL2 from FIP in flash to SRAM for copying by SCP (SCP has access
27 FIP to SRAM. The SCP has access to AP SRAM. The address and size of SCP_BL2
28 is communicated to SCP using SDS. SCP copies SCP_BL2 from SRAM to its own
/external/arm-trusted-firmware/tools/fiptool/
Dtbbr_config.c16 .name = "SCP Firmware Updater Configuration FWU SCP_BL2U",
18 .cmdline_name = "scp-fwu-cfg"
41 .name = "SCP Firmware SCP_BL2",
43 .cmdline_name = "scp-fw"
118 .name = "SCP Firmware key certificate",
120 .cmdline_name = "scp-fw-key-cert"
145 .name = "SCP Firmware content certificate",
147 .cmdline_name = "scp-fw-cert"
/external/arm-trusted-firmware/tools/cert_create/src/dualroot/
Dcot.c55 .opt = "scp-fw-key-cert",
56 .help_msg = "SCP Firmware Key Certificate (output file)",
57 .cn = "SCP Firmware Key Certificate",
69 .opt = "scp-fw-cert",
70 .help_msg = "SCP Firmware Content Certificate (output file)",
71 .cn = "SCP Firmware Content Certificate",
281 .ln = "SCP Firmware content certificate public key",
289 .opt = "scp-fw",
290 .help_msg = "SCP Firmware image file",
292 .ln = "SCP Firmware hash (SHA256)",
[all …]
/external/arm-trusted-firmware/docs/plat/
Dsocionext-uniphier.rst90 - System Control Processor (SCP)
92 If desired, FIP can include an SCP BL2 image. If BL2 finds an SCP BL2 image
93 in FIP, BL2 loads it into DRAM and kicks the SCP. Most of UniPhier boards
94 still work without SCP, but SCP provides better power management support.
96 To include SCP BL2, add the following option to the build command::
98 SCP_BL2=<path-to-SCP>
/external/arm-trusted-firmware/drivers/brcm/
Dscp.c57 ERROR("SCP: Could not find SCP header.\n"); in download_scp_patch()
66 ERROR("SCP: Wrong size.\n"); in download_scp_patch()
71 ERROR("SCP: Could not find SCP footer.\n"); in download_scp_patch()
75 VERBOSE("SCP image header validated successfully\n"); in download_scp_patch()
88 ERROR("SCP: Section points to outside of patch.\n"); in download_scp_patch()
/external/autotest/server/hosts/
Dabstract_ssh.py267 the style used by rsync and scp.
269 use_scp: encode for scp if true, rsync if false.
276 # rsync and scp require IPv6 brackets, even when there isn't any
351 appropriate scp command for encoding it. Remote paths must be
354 command = ("scp -rq %s -o StrictHostKeyChecking=no "
364 that will hopefully provide equivalent behaviour for scp. Does not
485 try_rsync: set to False to skip directly to using scp
487 AutoservRunError: the scp command failed
500 # If rsync is disabled or fails, try scp.
523 # for those before starting the transfer (scp does not).
[all …]
/external/curl/tests/data/
Dtest6234 SCP
5 SCP upload
19 scp
22 SCP upload failure
25 --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file%TESTNUMBER.txt scp://%HOST…
Dtest6194 SCP
12 scp
15 SCP retrieval of two files
18 …ent_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.…
Dtest6034 SCP
5 SCP upload
18 scp
21 SCP upload
24 --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file%TESTNUMBER.txt scp://%HOST…
Dtest6214 SCP
13 scp
16 SCP retrieval of missing file followed by good file
19 …nt_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/log/not-a-valid-file-…
/external/arm-trusted-firmware/plat/allwinner/common/
Dsunxi_scpi_pm.c22 * The addresses for the SCP exception vectors are defined in the or1k
32 * first instruction in the SCP firmware.
112 /* Send the power down request to the SCP. */ in sunxi_system_off()
127 /* Send the system reset request to the SCP. */ in sunxi_system_reset()
204 /* Check for a valid SCP firmware. */ in sunxi_set_scpi_psci_ops()
209 /* Program SCP exception vectors to the firmware entrypoint. */ in sunxi_set_scpi_psci_ops()
217 /* Take the SCP out of reset. */ in sunxi_set_scpi_psci_ops()
220 /* Wait for the SCP firmware to boot. */ in sunxi_set_scpi_psci_ops()
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dscp_utils.c20 #include <scp.h>
84 * First check if SCP patch has already been loaded in plat_bcm_bl2_plat_handle_scp_bl2()
91 INFO("SCP Patch is already active.\n"); in plat_bcm_bl2_plat_handle_scp_bl2()
128 VERBOSE("SCP Patch loaded OK.\n"); in plat_bcm_bl2_plat_handle_scp_bl2()
134 ERROR("SCP Patch could not initialize; error %d\n", in plat_bcm_bl2_plat_handle_scp_bl2()
139 INFO("SCP Patch successfully initialized.\n"); in plat_bcm_bl2_plat_handle_scp_bl2()
144 INFO("SCP Patch version :0x%x\n", scp_patch_version); in plat_bcm_bl2_plat_handle_scp_bl2()
202 INFO("SCP configuration after L3 RESET done.\n"); in plat_bcm_bl2_plat_handle_scp_bl2()
/external/toybox/www/
Drelease.txt11 scp toybox-$VER.tar.gz landley.net:landley.net/toybox/downloads
12 scp www/news.html landley.net:landley.net/toybox/
19 scp send/toybox-* landley.net:landley.net/toybox/downloads/binaries/$VER/
24 scp www/help.html landley.net:landley.net/toybox/
26 - scp www/status.gen landley.net:landley.net/toybox/
/external/arm-trusted-firmware/plat/socionext/synquacer/drivers/scpi/
Dsq_scpi.c39 * Ensure that any write to the SCPI payload area is seen by SCP before in scpi_secure_message_send()
41 * the CPU then SCP would read stale payload data in scpi_secure_message_send()
85 /* Get a message from the SCP */ in scpi_wait_ready()
90 /* We are expecting 'SCP Ready', produce correct error if it's not */ in scpi_wait_ready()
92 ERROR("Unexpected SCP command: expected command #%u," in scpi_wait_ready()
104 * Send our response back to SCP. in scpi_wait_ready()
143 * SCP does not reply to this command in order to avoid MHU interrupts in scpi_set_sq_power_state()

12345678910>>...13