commit 6190b4ad22c8470d4cc0fb26307efa946f1687cb Author: Jianhui Zhao Date: Thu Sep 1 09:59:26 2022 +0800 init from https://github.com/mtk-openwrt Signed-off-by: Jianhui Zhao diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..6b587f8c7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "u-boot"] + path = u-boot + url = https://github.com/mtk-openwrt/u-boot +[submodule "arm-trusted-firmware"] + path = arm-trusted-firmware + url = https://github.com/mtk-openwrt/arm-trusted-firmware diff --git a/README.md b/README.md new file mode 100644 index 000000000..740d12763 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# mt798x diff --git a/arm-trusted-firmware b/arm-trusted-firmware new file mode 160000 index 000000000..753934848 --- /dev/null +++ b/arm-trusted-firmware @@ -0,0 +1 @@ +Subproject commit 7539348480af57c6d0db95aba6381f3ee7483779 diff --git a/u-boot b/u-boot new file mode 160000 index 000000000..cac27537e --- /dev/null +++ b/u-boot @@ -0,0 +1 @@ +Subproject commit cac27537e11f8023d065a88ea2381a0a1e72d984