Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-24 | bump kernelversions | Waldemar Brodkorb | |
2015-11-30 | linux: update 4.1.x to latest stable upstream version | Waldemar Brodkorb | |
2015-11-12 | do not allow to build broken kernel images with compression | Waldemar Brodkorb | |
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now. | |||
2015-11-01 | fix fec problem in qemu-m68k-mcf5208 | Waldemar Brodkorb | |
2015-10-25 | disable UCLIBC_HAS_FENV for git configs, too | Waldemar Brodkorb | |
2015-10-25 | uClibc-ng: disable UCLIBC_HAS_FENV in the default config | Waldemar Brodkorb | |
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-10-07 | move patch dirs, too | Waldemar Brodkorb | |
2015-09-02 | refactor kernel mini.config. | Waldemar Brodkorb | |
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets. | |||
2015-08-13 | kernel: make net and block support optional | 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-02 | remove non-lts kernel | Waldemar Brodkorb | |
2015-07-03 | do not enable PCI in kernel by default | Waldemar Brodkorb | |
2015-06-26 | patch not required, when qemu is patched correctly | Waldemar Brodkorb | |
2015-06-24 | bump all kernel versions | Waldemar Brodkorb | |
2015-06-17 | add kernel config | Waldemar Brodkorb | |
2015-06-15 | add support for m68k q800 emulation (experimental) | Waldemar Brodkorb | |
2015-06-13 | update kernel to 4.0.5 | Waldemar Brodkorb | |
2015-06-03 | update kernel to 3.18.14, refresh realtime and rpi patches | Waldemar Brodkorb | |
2015-05-30 | enable FPU for Aranym | Waldemar Brodkorb | |
2015-05-28 | fix qemu-m68k build, add required patches for kernel | Waldemar Brodkorb | |
2015-05-28 | use 68040 for Aranym | Waldemar Brodkorb | |
2015-05-25 | update kernel to 3.14.43 | Waldemar Brodkorb | |
2015-05-02 | update kernel versions, add separate modules-<version>.mk files to abstract ↵ | Waldemar Brodkorb | |
patch name changes | |||
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
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-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 | for uClinux m68k we need to use MALLOC_STANDARD for uClibc-ng 1.0 | Waldemar Brodkorb | |
2015-03-07 | update all kernel versions | Waldemar Brodkorb | |
2015-03-02 | update to latest stable 3.18.x kernel | Waldemar Brodkorb | |
2015-02-21 | add missing CPU symbols, sort by alphabetical order | Waldemar Brodkorb | |
2015-02-20 | use MALLOC with GLIBC_COMPAT for all archs | Waldemar Brodkorb | |
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git. | |||
2015-02-19 | add support for coldfire with gcc 4.9.2/binutils 2.25 | Waldemar Brodkorb | |
The annoying kernel panic after boot is back :( | |||
2015-02-18 | add support for uClibc-ng git master | Waldemar Brodkorb | |
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures. | |||
2015-02-09 | add basic support for raspberry pi2 | Waldemar 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-02 | update to linux kernel 3.18.5, refresh raspberry patch set | Waldemar Brodkorb | |
2015-01-30 | update kernels, simplify dtb install, update raspberry firmware and ↵ | Waldemar Brodkorb | |
userland, fixes DMA problem fro me | |||
2015-01-19 | update to latest stable linux kernel | Waldemar Brodkorb | |
2015-01-11 | refresh patch | Waldemar Brodkorb | |
2015-01-10 | update kernel to 3.18.2 | Waldemar Brodkorb | |
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-12-27 | enable getopt long | Waldemar Brodkorb | |
2014-12-25 | update to 3.17.7, rework netfilter support a little bit | Waldemar Brodkorb | |
2014-12-13 | bump to 3.17.5 | Waldemar Brodkorb | |
2014-12-05 | bump kernel to 3.17.4 | Waldemar Brodkorb | |