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. |
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 [email protected]:UMN-Kernel-Object/u-boot.git
cd u-boot
git remote add upstream [email protected]:u-boot/u-boot.git
git remote add sophgo [email protected]:sophgo/u-boot-2021.10.git
git fetch --all