AllWinner A10 Kernel Source code
- The GPL Linux kernel source code can be cloned using
https://github.com/linux-sunxi/linux-sunxirepository and build instructions are available at this page:http://rhombus-tech.net/allwinner_a10/kernel_compile/.
The recommended branch is allwinner-v3.0-android-v2 (default) for both Linux and Android.
You can report bugs and feature requests at https://github.com/linux-sunxi/linux-sunxi/issues. The list of changes made to the kernel is available at https://github.com/linux-sunxi/linux-sunxi/commits
u-boot
- The recommended u-boot source code is available at
https://github.com/linux-sunxi/u-boot-sunxiand build instructions can be found here:https://github.com/linux-sunxi/u-boot-sunxi/wiki.
You can report bugs and feature requests at https://github.com/linux-sunxi/u-boot-sunxi/issues. The list of changes made to u-boot is available at https://github.com/linux-sunxi/u-boot-sunxi/commits
Tools
- AllWinner A10 tools source code and scripts can be retrieved from
https://github.com/linux-sunxi/sunxi-tools
You can report bugs and feature requests at https://github.com/linux-sunxi/sunxi-tools/issues. The list of changes made to A10 tools is available at https://github.com/linux-sunxi/sunxi-tools/commits
X11
G2D and DirectFB
There is a DirectFB patch which supports the A10's G2D (2D Graphics Engine): https://github.com/allwinner-ics/lichee_buildroot/tree/master/package/directfb
It appears to be a re-use (or rewrite) of the vmware DirectFB driver, which is a little strange but at least the code is there.
Video
An effort to reverse engineer the CedarX Video decoding drivers is ongoing
- cedarxalloc
https://github.com/iainb/open_cdxalloc
Other Info
Analysis of the GPL Linux Source code is ongoing here:
http://rhombus-tech.net/allwinner_a10/lychee-sources/.Open A10 register guide (work in progress, help needed)
Proprietary libraries (HW Video playback and Opengl/OpenGL) can be found at
http://rhombus-tech.net/allwinner_a10/proprietary_libraries/Analysis of the A10 bootloader and it's FEL protocol is ongoing here:
https://github.com/hno/allwinner-info/. Tools resulting from this is found in sunxi-tools mentioned above.