From 6190b4ad22c8470d4cc0fb26307efa946f1687cb Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 1 Sep 2022 09:59:26 +0800 Subject: [PATCH] init from https://github.com/mtk-openwrt Signed-off-by: Jianhui Zhao --- .gitmodules | 6 ++++++ README.md | 1 + arm-trusted-firmware | 1 + u-boot | 1 + 4 files changed, 9 insertions(+) create mode 100644 .gitmodules create mode 100644 README.md create mode 160000 arm-trusted-firmware create mode 160000 u-boot 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