diff options
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | 2020-10-08 13:16:25 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-22 09:54:53 -0400 |
commit | c4bd51e2ae8dcd4e9f833f54cb31074f4d5a6fa8 (patch) | |
tree | 8f8af904f19de09298d27bc57186b67873692593 /README | |
parent | 6681bbb5e928c16e4bb07934d193cdd5403c79cf (diff) | |
download | u-boot-c4bd51e2ae8dcd4e9f833f54cb31074f4d5a6fa8.tar.gz |
README: Update source code location
This patch include these updates
- Git repository has moved to GitLab
- HTTPS access to the file server is allowed
- pre-built images are no longer available
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -58,16 +58,14 @@ Where to get source code: ========================= The U-Boot source code is maintained in the Git repository at -git://www.denx.de/git/u-boot.git ; you can browse it online at -http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary +https://gitlab.denx.de/u-boot/u-boot.git ; you can browse it online at +https://gitlab.denx.de/u-boot/u-boot -The "snapshot" links on this page allow you to download tarballs of +The "Tags" links on this page allow you to download tarballs of any version you might be interested in. Official releases are also -available for FTP download from the ftp://ftp.denx.de/pub/u-boot/ -directory. - -Pre-built (and tested) images are available from -ftp://ftp.denx.de/pub/u-boot/images/ +available from the DENX file server through HTTPS or FTP. +https://ftp.denx.de/pub/u-boot/ +ftp://ftp.denx.de/pub/u-boot/ Where we come from: |