Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 16 of 16) sorted by relevance

/tf-a-ffa_el3_spmc/docs/plat/
A Dsynquacer.rst53 - Run the following commands to clone the source code:
58 git clone https://github.com/ARM-software/arm-trusted-firmware -b master
59 git clone https://github.com/tianocore/edk2.git -b master
60 git clone https://github.com/tianocore/edk2-platforms.git -b master
61 git clone https://github.com/tianocore/edk2-non-osi.git -b master
A Dhikey.rst40 git clone https://github.com/ARM-software/arm-trusted-firmware -b integration
41 git clone https://github.com/OP-TEE/optee_os
42 git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5
43 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4
44 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
45 git clone https://github.com/96boards-hikey/atf-fastboot
A Dqemu-sbsa.rst27 git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git tfa
36 git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git tfa
54 git clone https://github.com/tianocore/edk2-platforms.git
A Dhikey960.rst37 git clone https://github.com/ARM-software/arm-trusted-firmware -b integration
38 git clone https://github.com/OP-TEE/optee_os
39 git clone https://github.com/96boards-hikey/edk2 -b testing/hikey960_v2.5
40 git clone https://github.com/96boards-hikey/OpenPlatformPkg -b testing/hikey960_v1.3.4
41 git clone https://github.com/96boards-hikey/l-loader -b testing/hikey960_v1.2
A Dqemu.rst34 git clone https://github.com/tianocore/edk2.git
53 git clone git://git.buildroot.net/buildroot.git
A Drpi3.rst285 you need to clone mbed TLS from `here <https://github.com/ARMmbed/mbedtls>`__.
311 First, clone and compile the 32-bit version of the `Raspberry Pi 3 TF-A
370 speed things up, do a shallow clone of the desired branch.
374 git clone --depth=1 -b rpi-4.18.y https://github.com/raspberrypi/linux
/tf-a-ffa_el3_spmc/lib/debugfs/
A Ddev.h66 chan_t *(*clone)(chan_t *c, chan_t *nc); member
93 chan_t *clone(chan_t *c, chan_t *nc);
A Ddevfip.c132 if (clone(archives[c->dev].c, &nc) == NULL) { in fipgen()
208 if (clone(fip->c, &cs) == NULL) { in fipread()
313 .clone = devclone,
A Ddev.c272 channel = clone(&slash_channel, NULL); in path_to_channel()
313 clone(mnt, channel); in path_to_channel()
334 chan_t *clone(chan_t *c, chan_t *nc) in clone() function
340 return devtab[c->index]->clone(c, nc); in clone()
841 cloned_channel = clone(channel, &slash_channel); in debugfs_init()
A Ddevroot.c90 .clone = devclone,
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/
A Dbuild.rst325 > git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
326 > git clone https://source.denx.de/u-boot/u-boot.git
327 > git clone https://github.com/weidai11/cryptopp.git
328 > git clone https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
329 > git clone https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git
330 > git clone https://gitlab.nic.cz/turris/mox-boot-builder.git
/tf-a-ffa_el3_spmc/
A DPROTOTYPE_README18 Steps to clone the relevant repos
35 git clone $ATF_FFA_REL_PROTO_REPO trusted-firmware-a
41 git clone $LINUX_FFA_EL3_SPMC_PROTO_REPO linux_kernel
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dprerequisites.rst124 TrustedFirmware.org. To clone this repository from the server, run the following
129 git clone "https://review.trustedfirmware.org/TF-A/trusted-firmware-a"
/tf-a-ffa_el3_spmc/docs/design_documents/
A Dcmake_framework.rst109 clone the code repository and other dependencies. Next we have to do the
/tf-a-ffa_el3_spmc/docs/process/
A Dcontributing.rst67 cloned the repository with the "`Clone with commit-msg hook`" clone method
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst655 - Checked channel index before calling clone function

Completed in 21 milliseconds