Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | update 4.1.x to latest | Waldemar Brodkorb | |
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-08-08 | with ethernet it is kind of usable | Waldemar Brodkorb | |
2015-08-03 | rework kernel module infrastructure | Waldemar Brodkorb | |
Instead of maintaining mk/modules.mk which defines compilations of related kernel modules to pack together into a single package, follow an automatic approach: For every kernel module found in the modules installation directory, create a single package. There are a few caveats to cover: === Module Loading Order === Upon bootup, module loading is ordered based on the number-prefixed files in /etc/modules.d/. The correct number was previously managed in mk/modules.mk on a per-collection basis. The new approach is to have levels which modules are to be assigned to. Level 0 contains modules with no dependencies at all. Level 1 contains modules which have only level 0 dependencies, and so on. This information is determined at compile-time by make-module-ipkgs.sh. === Module Installation to Target RootFS === Since module packages are created automatically from the modules the script finds, ADK build system has no knowledge about the connection between what the user has selected in menuconfig and the actual module packages. Therefore the earlier approach to install selected packages into rootfs does not hold anymore. Instead, use wildcards to find all packages in firmware directory prefixed by 'kmod-' and install them all (hopefully doing the right thing). === Kernel Version === KERNEL_VERSION now contains KERNEL_RELEASE already By creating a localversion file, make KERNEL_RELEASE part of the kernel's version number (so KERNEL_VERSION is correct in most situations) Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-08-03 | simplify | Waldemar Brodkorb | |
2015-08-02 | remove non-lts kernel | Waldemar Brodkorb | |
2015-08-01 | cleanup, add general patches for 4.1.3 | Waldemar Brodkorb | |
2015-08-01 | remove testkernel | Waldemar Brodkorb | |
2015-08-01 | update to 4.1.3, which will be the base for stable branch | Waldemar Brodkorb | |
2015-07-30 | added ADK_HOST_BUILD_U_BOOT to bananapro default config | Martin Thomas | |
Signed-off-by: Martin Thomas <mthomas@conet.de> | |||
2015-07-30 | enable kuser_helper and MMC driver for banana pi | Waldemar Brodkorb | |
2015-07-30 | uImage is mandatory, add LOADADDR | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-26 | update u-boot to latest stable release | Waldemar Brodkorb | |
2015-07-26 | u-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-07-25 | mark boards as experimental | Waldemar Brodkorb | |
2015-07-24 | add experimental kernel for solidrun devices, to check kodi audio | Waldemar Brodkorb | |
2015-07-24 | update to latest | Waldemar Brodkorb | |
2015-07-16 | fix CEC for solidrun, from OpenElec patches | Waldemar Brodkorb | |
2015-07-07 | better help for kodi appliance | Waldemar Brodkorb | |
2015-07-03 | do not enable PCI in kernel by default | Waldemar Brodkorb | |
2015-06-25 | move patch | Waldemar Brodkorb | |
2015-06-24 | bump all kernel versions | Waldemar Brodkorb | |
2015-06-13 | a lot of bugfixes and package updates | Waldemar Brodkorb | |
2015-06-03 | update kernel to 3.18.14, refresh realtime and rpi patches | Waldemar Brodkorb | |
2015-05-25 | update kernel to 3.14.43 | Waldemar Brodkorb | |
2015-05-23 | fix qemu arm emulation for vexpress-a9 | Waldemar Brodkorb | |
2015-05-20 | add dtb handling for Qemu Vexpress | Waldemar Brodkorb | |
2015-05-16 | disable RPC | Waldemar Brodkorb | |
2015-05-16 | CONFIG_CMDLINE_FORCE is required to set consoleblank=0, kernel/init output ↵ | Waldemar Brodkorb | |
via serial console | |||
2015-05-06 | add UCLIBC_HAS_CONTEXT_FUNCS for mongrel2 | Waldemar Brodkorb | |
2015-05-04 | extend bootloader cmdline for solidrun kernel | Waldemar Brodkorb | |
2015-05-02 | update kernel versions, add separate modules-<version>.mk files to abstract ↵ | Waldemar Brodkorb | |
patch name changes | |||
2015-04-26 | add some basic banana pro support | Waldemar Brodkorb | |
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
2015-04-26 | remove -C $(LINUX_DIR) from OPTS variable | Waldemar Brodkorb | |
Otherwise toolchain only compiling of gcc is failing while trying to install header files. | |||
2015-04-25 | refactor the lower case symbols out | Waldemar Brodkorb | |
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now. | |||
2015-04-14 | enable LDSO_RUNPATH_OF_EXECUTABLE for uClibc-ng git, too | Waldemar Brodkorb | |
2015-04-14 | LDSO_RUNPATH_OF_EXECUTABLE is required f.e. for samba | Waldemar Brodkorb | |
2015-04-05 | kuser helpers required for uClibc-ng | Waldemar Brodkorb | |
2015-04-05 | simplify config.txt generation, finetune kernel config for rpi2 | Waldemar Brodkorb | |
2015-04-05 | always enable device tree for raspberry pi{,2}. enable only 3.18 kernel | Waldemar Brodkorb | |
2015-04-03 | rework FPU support for ARM again | Waldemar Brodkorb | |
With this commit I broke Kodi support for cubox-i: 4f93b213f2d3393fbb0b7ca200988f475e6cef83 I found following info regarding VFP and NEON: http://community.arm.com/groups/tools/blog/2013/04/15/arm-cortex-a-processors-and-gcc-command-lines Try to implement with this table in mind. | |||
2015-04-02 | remove deprecated symbols | Waldemar Brodkorb | |
2015-03-29 | enable UCLIBC_HAS_UTMP for uClibc-ng | Waldemar Brodkorb | |
2015-03-27 | update to 3.18.10, sync rpi patch | Waldemar Brodkorb | |
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without. | |||
2015-03-23 | uClibc added a new symbol for utmp support | Waldemar Brodkorb | |
2015-03-22 | remove Qemu stellaris support, not usabel for Linux, this was a mistake. | Waldemar Brodkorb | |
2015-03-15 | add some useful bits and bytes for rpi2 support | Waldemar Brodkorb | |
2015-03-13 | remove Linus only symbol ARCH_BCM2835 for raspberry | Waldemar Brodkorb | |