summaryrefslogtreecommitdiff
path: root/target/arm/kernel
AgeCommit message (Collapse)Author
2015-07-26u-boot for BananaPro pls. check target/arm/kernel/banana-pro if ↵Martin Thomas
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_SUNXI=y make sense together Signed-off-by: Martin Thomas <mthomas@hamtam.de>
2015-05-23fix qemu arm emulation for vexpress-a9Waldemar Brodkorb
2015-05-16CONFIG_CMDLINE_FORCE is required to set consoleblank=0, kernel/init output ↵Waldemar Brodkorb
via serial console
2015-05-04extend bootloader cmdline for solidrun kernelWaldemar Brodkorb
2015-04-26add some basic banana pro supportWaldemar Brodkorb
2015-04-05kuser helpers required for uClibc-ngWaldemar Brodkorb
2015-04-05simplify config.txt generation, finetune kernel config for rpi2Waldemar Brodkorb
2015-04-05always enable device tree for raspberry pi{,2}. enable only 3.18 kernelWaldemar Brodkorb
2015-03-22remove Qemu stellaris support, not usabel for Linux, this was a mistake.Waldemar Brodkorb
2015-03-15add some useful bits and bytes for rpi2 supportWaldemar Brodkorb
2015-03-13remove Linus only symbol ARCH_BCM2835 for raspberryWaldemar Brodkorb
2015-03-11sync patches with rpi upstreamWaldemar Brodkorb
2015-02-19cleanup FPU support for ARM targets.Waldemar Brodkorb
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-02kernel config for qemu arm nommuWaldemar Brodkorb
2014-12-09update to rc3, kodi now works on cubox-iWaldemar Brodkorb
2014-12-05add basic support for linksys nslu2 (arm big endian platform)Waldemar Brodkorb
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-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-09-28enable serial console on RpiWaldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-20add u-boot update for hummingboardrd, add some basic infrastructureWaldemar Brodkorb
2014-06-28EABI is on for arm architectureWaldemar Brodkorb
2014-06-25try to overwrite cmdlineWaldemar Brodkorb
2014-05-31fix qemu spitz emulation, add emulation for terrierWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-30combine cubox-i kernel configs, make SMP, PREEMPT and HIGHMEM configurableWaldemar Brodkorb
2014-04-26enable rtc for cubox-iWaldemar Brodkorb
2014-04-25enable highmemWaldemar Brodkorb
2014-04-24add network support to cubox, working for 3.14.1Waldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb
2014-04-23more fixes and drivers for cubox-iWaldemar Brodkorb
2014-04-23work in progress patches for cubox-iWaldemar Brodkorb
2014-03-26fix musl on arm, requires kuser_helper. thx to fabled via #muslWaldemar Brodkorb
2014-03-17remove kernel choice, always use 64 bit for 64bit targetWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-14a bunch of adk-test-framework fixes.Waldemar Brodkorb
2014-03-11remove PREEMPT here, make it choosable via menu laterWaldemar Brodkorb
2014-03-09add the stable cubox-i kernel 3.10.30, add kernel patch from solidrun gitWaldemar Brodkorb
2014-03-05fix networking support in vexpress emulation, new style is not working here.Waldemar Brodkorb
2014-02-26rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵Waldemar Brodkorb
(hard float)
2014-02-18add initial stuff for cubox-i, still waiting for the hardware, so fully untestedWaldemar Brodkorb
2014-01-26highres timer breaks pulseaudio rtp stream sync on raspberry piWaldemar Brodkorb
2014-01-25enable kuser helpersWaldemar Brodkorb
2014-01-22convert raspberry-pi to miniconfigWaldemar Brodkorb
2014-01-06add full perl, first half of supported archsWaldemar Brodkorb