From b4013e72b4bf1503b39e3922bc7e411e48ab16dc Mon Sep 17 00:00:00 2001 From: Daniel Maslowski Date: Fri, 1 Apr 2022 01:33:50 +0200 Subject: [PATCH] Add u-root and cpu as git submodules Signed-off-by: Daniel Maslowski --- .gitmodules | 6 ++++++ cpu | 1 + u-root | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 cpu create mode 160000 u-root diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3ebcd98 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "u-root"] + path = u-root + url = https://github.com/u-root/u-root +[submodule "cpu"] + path = cpu + url = https://github.com/u-root/cpu diff --git a/cpu b/cpu new file mode 160000 index 0000000..3285a2d --- /dev/null +++ b/cpu @@ -0,0 +1 @@ +Subproject commit 3285a2d39b9d1a4bf678c954164f813a64a4651b diff --git a/u-root b/u-root new file mode 160000 index 0000000..3ed70c3 --- /dev/null +++ b/u-root @@ -0,0 +1 @@ +Subproject commit 3ed70c35ac04d13f82b464fb48cfbc9ef8cf217b