This is UKO's fork of U-Boot. Our current development board for ukoos needs U-Boot patches that haven't been upstreamed, and we're also making our own modifications past them.
Patches have also been applied from:
The following branches exist in this repo:
| Branch Name | Description |
|---|---|
trunk |
You are here. This is just a placeholder for documentation. |
milkv-duos-sd |
This is based on the sg200x branch of sophgo/u-boot-2021.10, with patches applied that are specific to the Milk-V Duo S when booting from microSD. |
spacemit-k1 |
This is based on the k1-bl-v2.2.7-release tag of bianbu-linux/u-boot-2022.10. |
If you're hacking on this, you might want to add upstream U-Boot and the vendor repos as remotes. Copy-paste-able block:
git clone git@github.com:UMN-Kernel-Object/u-boot.git
cd u-boot
git remote add upstream git@github.com:u-boot/u-boot.git
git remote add sophgo git@github.com:sophgo/u-boot-2021.10.git
git remote add spacemit https://gitee.com/bianbu-linux/uboot-2022.10.git
git fetch --all