Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newtag #7

Merged
1 commit merged into from
Oct 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ $ repo sync
```

### 2.1 Targets
* QEMU: default.xml
* FVP: fvp.xml
* Hikey: hikey.xml
* MediaTek MT8173 EVB Board: mt8173-evb.xml
* QEMU: default.xml and default_stable.xml. default.xml is pointed out to
the master branch of all OP-TEE components. default_stable.xml is the
latest known stable version of OP-TEE. OP-TEE components are pointing
to the latest version tag
* FVP: fvp.xml and fvp_stable.xml
* Hikey: hikey.xml and hikey_stable.xml
* MediaTek MT8173 EVB Board: mt8173-evb.xml and mt8173-evb_stable.xml

### 2.2 Branches
Currently we are only using one branch, i.e, the master branch.
Expand Down
32 changes: 32 additions & 0 deletions default_stable.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="busybox" fetch="git://busybox.net" />
<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
<remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" />
<remote name="optee" fetch="https://github.com/OP-TEE" />

<default remote="optee" revision="MUST ALWAYS USE STABLE REVISION" />

<!-- OP-TEE gits -->
<project path="optee_os" name="optee_os.git" revision="refs/tags/1.0.0" />
<project path="optee_client" name="optee_client.git" revision="refs/tags/1.0.0" />
<project path="optee_linuxdriver" name="optee_linuxdriver.git" revision="refs/tags/1.0.0" />
<project path="optee_test" name="optee_test.git" revision="refs/tags/1.0.0" />

<!-- busybox -->
<project remote="busybox" path="busybox" name="busybox.git" revision="3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788"/>

<!-- Linux kernel -->
<project remote="linux" path="linux" name="linux.git" revision="refs/tags/v4.1-rc1"/>

<!-- linaro-swg gits -->
<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="3410709e6932facda8cb1802126630e40e9f1ba4"/>
<project remote="linaro-swg" path="soc_term" name="soc_term.git" revision="7f2da75e9f106bc3e7ed81dd0ff541a49e04dd8c" />
<project remote="linaro-swg" path="bios_qemu_tz_arm" name="bios_qemu_tz_arm.git" revision="baf44144616e8b9b4f92e12d8a4e80379a5506b6" />
<project remote="linaro-swg" path="qemu" name="qemu.git" revision="c00ed157431a4a6e0c4c481ba1c809623cbf908f"/>

<!-- Build -->
<project remote="optee" path="build" name="build.git" revision="refs/tags/1.0.0">
<linkfile src="qemu.mk" dest="build/Makefile" />
</project>
</manifest>
36 changes: 36 additions & 0 deletions fvp_stable.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="arm" fetch="https://github.com/ARM-software" />
<remote name="busybox" fetch="git://busybox.net" />
<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
<remote name="linux" fetch="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds" />
<remote name="optee" fetch="https://github.com/OP-TEE" />

<default remote="optee" revision="MUST ALWAYS USE STABLE REVISION" />

<!-- OP-TEE gits -->
<project path="optee_os" name="optee_os.git" revision="refs/tags/1.0.0" />
<project path="optee_client" name="optee_client.git" revision="refs/tags/1.0.0" />
<project path="optee_linuxdriver" name="optee_linuxdriver.git" revision="refs/tags/1.0.0" />
<project path="optee_test" name="optee_test.git" revision="refs/tags/1.0.0" />

<!-- busybox -->
<project remote="busybox" path="busybox" name="busybox.git" revision="3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788" />

<!-- ARM gits, FVP -->
<project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware.git" revision="7e4d69163cd93ae2e18555749fc5d7a658139e3c" />

<!-- Tianocore, EDK2 -->
<project remote="arm" path="edk2" name="edk2.git" revision="refs/tags/v2.1-rc0" />

<!-- Linux kernel -->
<project remote="linux" path="linux" name="linux.git" revision="refs/tags/v3.18-rc1"/>

<!-- Filesystem -->
<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="3410709e6932facda8cb1802126630e40e9f1ba4" />

<!-- Build -->
<project remote="optee" path="build" name="build.git" revision="refs/tags/1.0.0">
<linkfile src="fvp.mk" dest="build/Makefile" />
</project>
</manifest>
48 changes: 48 additions & 0 deletions hikey_stable.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- remote name="arm" fetch="https://github.com/ARM-software" /-->
<remote name="busybox" fetch="git://busybox.net" />
<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
<remote name="optee" fetch="https://github.com/OP-TEE" />
<remote name="96boards" fetch="https://github.com/96boards" />

<!-- strace -->
<remote name="sfnet" fetch="git://git.code.sf.net/p/strace" />

<default remote="optee" revision="MUST ALWAYS USE STABLE REVISION" />

<!-- strace -->
<project remote="sfnet" path="strace" name="code" revision="refs/tags/v4.10" />

<!-- l-loader -->
<project remote="linaro-swg" path="l-loader" name="l-loader" revision="e30c7749dcb15a761f8d4220fd1483ce725b58f4" />

<!-- burn-boot -->
<project remote="96boards" path="burn-boot" name="burn-boot" revision="91d58af156fba97f4311f44de92a50f1163d9de0" />

<!-- OP-TEE gits -->
<project path="optee_os" name="optee_os" revision="refs/tags/1.0.0" />
<project path="optee_client" name="optee_client" revision="refs/tags/1.0.0" />
<project path="optee_linuxdriver" name="optee_linuxdriver" revision="refs/tags/1.0.0" />
<project path="optee_test" name="optee_test" revision="refs/tags/1.0.0" />

<!-- busybox -->
<project remote="busybox" path="busybox" name="busybox.git" revision="3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788" />

<!-- ARM gits -->
<project remote="linaro-swg" path="arm-trusted-firmware" name="arm-trusted-firmware" revision="38fc0955a31bd822ab8917a0d35ca3b8683d104c" />

<!-- Tianocore, EDK2 -->
<project remote="linaro-swg" path="edk2" name="edk2" revision="1690ce66b9e87cd3143b4343487653f98de57f70" />

<!-- Linux kernel -->
<project remote="linaro-swg" path="linux" name="linux" revision="405225aac61c16372c3363ebc142f2ffde094f48"/>

<!-- Filesystem -->
<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs" revision="3410709e6932facda8cb1802126630e40e9f1ba4" />

<!-- Build -->
<project remote="optee" path="build" name="build.git" revision="refs/tags/1.0.0" >
<linkfile src="hikey.mk" dest="build/Makefile" />
</project>
</manifest>
32 changes: 32 additions & 0 deletions mt8173-evb_stable.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="busybox" fetch="git://busybox.net" />
<remote name="linaro-swg" fetch="https://github.com/linaro-swg" />
<remote name="optee" fetch="https://github.com/OP-TEE" />

<default remote="optee" revision="MUST ALWAYS USE STABLE REVISION" />

<!-- OP-TEE gits -->
<project path="optee_os" name="optee_os.git" revision="refs/tags/1.0.0" />
<project path="optee_client" name="optee_client.git" revision="refs/tags/1.0.0" />
<project path="optee_linuxdriver" name="optee_linuxdriver.git" revision="refs/tags/1.0.0" />
<project path="optee_test" name="optee_test.git" revision="refs/tags/1.0.0" />

<!-- busybox -->
<project remote="busybox" path="busybox" name="busybox.git" revision="3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788" />

<!-- MediaTek Download Tool -->
<project remote="linaro-swg" path="mtk_tools" name="mtk_tools.git" revision="eb788871d483de9f0804d3ed77636168bed600eb" />

<!-- Linux kernel -->
<project remote="linaro-swg" path="linux" name="linux.git" revision="4.0rc1"/>
<project remote="linaro-swg" path="patches-upstream" name="patches-upstream.git" revision="4.0rc1"/>

<!-- Filesystem -->
<project remote="linaro-swg" path="gen_rootfs" name="gen_rootfs.git" revision="3410709e6932facda8cb1802126630e40e9f1ba4" />

<!-- Build -->
<project remote="optee" path="build" name="build.git" revision="refs/tags/1.0.0" >
<linkfile src="mediatek.mk" dest="build/Makefile" />
</project>
</manifest>