Obtaining the source
The source of the U-Boot project is maintained in a Git repository.
You can download the source via
gitclonehttps://source.denx.de/u-boot/u-boot.git
A mirror of the source is maintained on Github
gitclonehttps://github.com/u-boot/u-boot
The released versions are available as tags which use the naming scheme:
v<year>.<month>
Release candidates are named:
v<year>.<month>-rc<number>
To checkout the October 2020 release you would use:
gitcheckoutv2020.10