summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Collapse)Author
2015-02-12nable another bcm2709 symbol for rpi2Waldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-02-06rework CMDLINE generation regarding serial/vgaWaldemar Brodkorb
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used.
2015-02-04fix kernel copy for armWaldemar Brodkorb
2015-02-04add DT trailer to kernel for raspberry pi with dtWaldemar Brodkorb
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine.
2015-02-03update to 3.12.37Waldemar Brodkorb
2015-02-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-03add debugtool, try to fix device-tree support and rpi-proto driverWaldemar Brodkorb
2015-02-02kernel config for qemu arm nommuWaldemar Brodkorb
2015-02-02update serial speed for rpi, update symbol name renaming of rpi-protoWaldemar Brodkorb
2015-02-02update to linux kernel 3.18.5, refresh raspberry patch setWaldemar Brodkorb
2015-01-30update kernels, simplify dtb install, update raspberry firmware and ↵Waldemar Brodkorb
userland, fixes DMA problem fro me
2015-01-28add devicetree support for raspberry pi and kernel 3.18Waldemar Brodkorb
2015-01-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-13add targethelp for nfsroot on armWaldemar Brodkorb
2015-01-10update to latest 3.14 kernelWaldemar Brodkorb
2015-01-10update kernel to 3.18.2Waldemar Brodkorb
2015-01-03choose usb keyboard and evdev support for kodi, better descriptionWaldemar Brodkorb
2014-12-27enable getopt longWaldemar Brodkorb
2014-12-25update to 3.17.7, rework netfilter support a little bitWaldemar Brodkorb
2014-12-13bump to 3.17.5Waldemar Brodkorb
2014-12-09update to rc3, kodi now works on cubox-iWaldemar Brodkorb
2014-12-08bump kernel to 3.14.26Waldemar Brodkorb
2014-12-05bump kernel to 3.17.4Waldemar Brodkorb
2014-12-05add basic support for linksys nslu2 (arm big endian platform)Waldemar Brodkorb
2014-12-03add dtb for quad cpu hummingboardWaldemar Brodkorb
2014-12-03add bit and bytes to allow rpi-proto driver building. no runtime tests done.Waldemar Brodkorb
2014-12-03update 3.12.x kernel to 3.12.33Waldemar Brodkorb
Add latest changes to raspberry-pi support patch. Add rpi-proto driver patch.
2014-10-28update kernelsWaldemar Brodkorb
2014-10-22rework toolchain support for ARM.Waldemar Brodkorb
Use --with-cpu for gcc to have optimized code for requested ARM cpus. Add some basic support for cortex-m3.
2014-10-11rework audio driver loading on rpiWaldemar Brodkorb
seems that i2s driver does not behave correctly when builtin. Add back driver modules for audio boards on rpi.
2014-10-07bump to 3.16.4Waldemar Brodkorb
2014-10-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-10-06another try to fix iqaudio supportWaldemar Brodkorb
2014-10-05add basic support for arm in big endian mode (toolchain build)Waldemar Brodkorb
2014-10-04make sound support monolithicWaldemar Brodkorb
It is really hard to get it right, with the dependencies in this case. So if a user wants sound support, he will just get it included in the kernel. If not, just do not activate it.
2014-10-03fix example, provide datadirWaldemar Brodkorb
2014-09-28always enable pthread debug support as discussed with tgWaldemar Brodkorb
2014-09-28enable serial console on RpiWaldemar Brodkorb
2014-09-28use new install scriptWaldemar Brodkorb
2014-09-17add 3.16.x patch for rpiWaldemar Brodkorb
2014-09-11sync kernel patch, maybe analog audio works for hummingboardWaldemar Brodkorb
2014-09-09fix audio module compileWaldemar Brodkorb
2014-09-09sync patch with upstreamWaldemar Brodkorb
2014-09-08bump all kernels, remove 3.15Waldemar Brodkorb
2014-09-08sync with uClibc Makefile, config files will be compatibleWaldemar Brodkorb
2014-09-04add info about writable partitionWaldemar Brodkorb
2014-08-25disable XSI_MATH, prevent testsuite linking failures.Waldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-22no sdio on humminboardWaldemar Brodkorb