Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/docs/plat/
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
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
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
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
Dqemu.rst34 git clone https://github.com/tianocore/edk2.git
53 git clone git://git.buildroot.net/buildroot.git
Drpi3.rst285 you need to clone mbed TLS from `here <https://github.com/ARMmbed/mbedtls>`__.
306 First, clone and compile the 32-bit version of the `Raspberry Pi 3 TF-A
365 speed things up, do a shallow clone of the desired branch.
369 git clone --depth=1 -b rpi-4.18.y https://github.com/raspberrypi/linux
/trusted-firmware-a-latest/lib/debugfs/
Ddev.h66 chan_t *(*clone)(chan_t *c, chan_t *nc); member
93 chan_t *clone(chan_t *c, chan_t *nc);
Ddevfip.c132 if (clone(archives[c->dev].c, &nc) == NULL) { in fipgen()
208 if (clone(fip->c, &cs) == NULL) { in fipread()
313 .clone = devclone,
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()
Ddevroot.c90 .clone = devclone,
/trusted-firmware-a-latest/docs/plat/marvell/armada/
Duart-booting.rst28 > git clone https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git
58 > git clone https://gitlab.nic.cz/turris/mox-imager.git
92 > git clone https://github.com/pali/mvebu64boot.git
Dbuild.rst368 > git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
369 > git clone https://source.denx.de/u-boot/u-boot.git
370 > git clone https://github.com/weidai11/cryptopp.git
371 > git clone https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell.git
372 > git clone https://github.com/MarvellEmbeddedProcessors/A3700-utils-marvell.git
373 > git clone https://gitlab.nic.cz/turris/mox-boot-builder.git
/trusted-firmware-a-latest/docs/design_documents/
Ddrtm_poc.rst58 (1) Use the below command to clone TF-A source code -
62 $ git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
Dcmake_framework.rst109 clone the code repository and other dependencies. Next we have to do the
/trusted-firmware-a-latest/docs/components/
Drealm-management-extension.rst134 To clone `RMM`_ and build using the default build options for FVP:
138 git clone --recursive https://git.trustedfirmware.org/TF-RMM/tf-rmm.git
158 git clone https://git.trustedfirmware.org/TF-A/tf-a-tests.git
185 git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
343 git clone --recurse-submodules https://git.trustedfirmware.org/hafnium/hafnium.git
/trusted-firmware-a-latest/docs/process/
Dcommit-style.rst140 or clone the repository using the "`Clone with commit-msg hook`" clone method,
/trusted-firmware-a-latest/docs/getting_started/
Dprerequisites.rst149 TrustedFirmware.org. To clone this repository from the server, run the following
154 git clone "https://review.trustedfirmware.org/TF-A/trusted-firmware-a"
/trusted-firmware-a-latest/docs/plat/nxp/
Dnxp-layerscape.rst268 - Copy/clone the repo "ddr-phy-binary" to the tfa directory for platform needing ddr-fip.
/trusted-firmware-a-latest/docs/
Dchange-log.md5802 - Checked channel index before calling clone function