git access for DENX Source Code
DENX provide access to our development source code using
"git",
the new distributed software configuration management tool developed for
the Linux kernel.
We provide full access to the complete source tree for the U-Boot boot loader and the Linux kernel for PowerPC, MIPS and ARM processors including all additional information like history, change logs and older versions.
This allows you much better and more direct access to a lot of information which is especially important for software engineers.
You can browse the "git" repositories at
http://git.denx.de/
The trees can be accessed through the git, HTTP and rsync protocols.
We recommend to use
git protocol.
For example you can use one of the following commands to create a local clone of
one of the source trees:
git clone git://git.denx.de/<project_name> <your_repository_name>/
For details please see
here.
Available "git" repositories:
Linux & U-Boot
Xenomai: Real-Time framework for Linux
Other projects