Home
last modified time | relevance | path

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

/rk3399_ARM-atf/docs/plat/
H 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
H 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
H 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
H 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
H A Dqemu.rst34 git clone https://github.com/tianocore/edk2.git
53 git clone git://git.buildroot.net/buildroot.git
H A 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
/rk3399_ARM-atf/lib/debugfs/
H A Ddev.h66 chan_t *(*clone)(chan_t *c, chan_t *nc); member
93 chan_t *clone(chan_t *c, chan_t *nc);
H 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,
H 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()
H A Ddevroot.c90 .clone = devclone,
/rk3399_ARM-atf/tools/qti/
H A Dgenerate_fip_elf.sh13 git clone https://github.com/msm8916-mainline/qtestsign.git ${PWD}/qtestsign
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A 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
H A 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
/rk3399_ARM-atf/docs/plat/st/
H A Dstm32mp2.rst157 You can either clone the repository to the default directory:
161 …git clone https://github.com/STMicroelectronics/stm32-ddr-phy-binary.git drivers/st/ddr/phy/firmwa…
163 Or clone it somewhere else, and add ``STM32MP_DDR_FW_PATH=`` in your make command
/rk3399_ARM-atf/docs/getting_started/
H A Dprerequisites.rst15 `TrustedFirmware.org`_. To clone this repository from the server, run the following
20 git clone "https://review.trustedfirmware.org/TF-A/trusted-firmware-a"
202 git clone --recurse-submodules "https://git.trustedfirmware.org/TF-A/trusted-firmware-a"
/rk3399_ARM-atf/docs/process/
H A Dcommit-style.rst143 or clone the repository using the "`Clone with commit-msg hook`" clone method,
/rk3399_ARM-atf/docs/design_documents/
H A Dcmake_framework.rst105 clone the code repository and other dependencies. Next we have to do the
H A Dmeasured_boot_dtpm_poc.rst74 git clone https://github.com/u-boot/u-boot.git
/rk3399_ARM-atf/docs/plat/nxp/
H A Dnxp-layerscape.rst268 - Copy/clone the repo "ddr-phy-binary" to the tfa directory for platform needing ddr-fip.
/rk3399_ARM-atf/docs/
H A Dchange-log.md10153 - Checked channel index before calling clone function