Add submodule "vendor/u-boot"

This commit is contained in:
Alex Kotov 2022-01-15 18:42:10 +05:00
parent 638006ece7
commit a29b68d806
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -70,6 +70,7 @@
!/vendor/limine
!/vendor/opensbi
!/vendor/sha256sums.txt
!/vendor/u-boot
!/vendor/wget.txt
/vendor/cross/*

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "vendor/opensbi"]
path = vendor/opensbi
url = https://github.com/riscv-software-src/opensbi.git
[submodule "vendor/u-boot"]
path = vendor/u-boot
url = https://source.denx.de/u-boot/u-boot.git

1
vendor/u-boot vendored Submodule

@ -0,0 +1 @@
Subproject commit 0962da92a1dfb210eef8c936e33862812fa1b208