Searched refs:clone (Results 1 – 19 of 19) sorted by relevance
| /trusted-firmware-a-latest/docs/plat/ |
| D | synquacer.rst | 53 - 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
|
| D | hikey.rst | 40 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
|
| D | qemu-sbsa.rst | 27 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
|
| D | hikey960.rst | 37 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
|
| D | qemu.rst | 34 git clone https://github.com/tianocore/edk2.git 53 git clone git://git.buildroot.net/buildroot.git
|
| D | rpi3.rst | 285 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/ |
| D | dev.h | 66 chan_t *(*clone)(chan_t *c, chan_t *nc); member 93 chan_t *clone(chan_t *c, chan_t *nc);
|
| D | devfip.c | 132 if (clone(archives[c->dev].c, &nc) == NULL) { in fipgen() 208 if (clone(fip->c, &cs) == NULL) { in fipread() 313 .clone = devclone,
|
| D | dev.c | 272 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()
|
| D | devroot.c | 90 .clone = devclone,
|
| /trusted-firmware-a-latest/docs/plat/marvell/armada/ |
| D | uart-booting.rst | 28 > 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
|
| D | build.rst | 368 > 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/ |
| D | drtm_poc.rst | 58 (1) Use the below command to clone TF-A source code - 62 $ git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git
|
| D | cmake_framework.rst | 109 clone the code repository and other dependencies. Next we have to do the
|
| /trusted-firmware-a-latest/docs/components/ |
| D | realm-management-extension.rst | 134 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/ |
| D | commit-style.rst | 140 or clone the repository using the "`Clone with commit-msg hook`" clone method,
|
| /trusted-firmware-a-latest/docs/getting_started/ |
| D | prerequisites.rst | 149 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/ |
| D | nxp-layerscape.rst | 268 - Copy/clone the repo "ddr-phy-binary" to the tfa directory for platform needing ddr-fip.
|
| /trusted-firmware-a-latest/docs/ |
| D | change-log.md | 5802 - Checked channel index before calling clone function
|