mirror of
https://github.com/tailix/libkernaux.git
synced 2026-08-15 11:00:07 -04:00
Add submodule "vendor/u-boot"
This commit is contained in:
parent
638006ece7
commit
a29b68d806
3 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -70,6 +70,7 @@
|
||||||
!/vendor/limine
|
!/vendor/limine
|
||||||
!/vendor/opensbi
|
!/vendor/opensbi
|
||||||
!/vendor/sha256sums.txt
|
!/vendor/sha256sums.txt
|
||||||
|
!/vendor/u-boot
|
||||||
!/vendor/wget.txt
|
!/vendor/wget.txt
|
||||||
|
|
||||||
/vendor/cross/*
|
/vendor/cross/*
|
||||||
|
|
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -4,3 +4,6 @@
|
||||||
[submodule "vendor/opensbi"]
|
[submodule "vendor/opensbi"]
|
||||||
path = vendor/opensbi
|
path = vendor/opensbi
|
||||||
url = https://github.com/riscv-software-src/opensbi.git
|
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
1
vendor/u-boot
vendored
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0962da92a1dfb210eef8c936e33862812fa1b208
|
||||||
Loading…
Add table
Add a link
Reference in a new issue