Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-09 | add realtime patch to 4.1.x kernel | Waldemar Brodkorb | |
2015-09-09 | move serial to driver config, enable cmdline | Waldemar Brodkorb | |
2015-09-09 | enable highmem for rpi2 | Waldemar Brodkorb | |
2015-09-09 | enable VDSO globally | Waldemar Brodkorb | |
Disabled VDSO is a performance killer. Kodi get stuttering audio playback with a lot of broken pipe error messages. | |||
2015-09-09 | use 16 MB for CMA | Waldemar Brodkorb | |
2015-09-08 | symbol required for kernel cmdline | Waldemar Brodkorb | |
2015-09-08 | add fix for macb driver for avr32 from Linux git | Waldemar Brodkorb | |
2015-09-07 | update gdb to latest, set to default | Waldemar Brodkorb | |
2015-09-07 | enable spi/i2c by default | Waldemar Brodkorb | |
2015-09-04 | update patch for 4.1.6 | Waldemar Brodkorb | |
2015-09-03 | select or1k cpu | Waldemar Brodkorb | |
2015-09-03 | fix naming of file | 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-09-02 | allow to use linux defconfigs, needs more work | Waldemar Brodkorb | |
2015-09-01 | move serial support from mini.config | Waldemar Brodkorb | |
2015-09-01 | add support for beaglebone black | Waldemar Brodkorb | |
2015-09-01 | or1k: add basic qemu support | Waldemar Brodkorb | |
Kernel boots, userland not. | |||
2015-09-01 | rpi2: unbreak bootop with 4.1.x kernel | Waldemar Brodkorb | |
Add missing kernel symbols. NOL2CACHE and *BSG to allow bootup. Remove support patches for older kernels. Enable REGMAP by default. | |||
2015-09-01 | raspberry can use tty0, too | Waldemar Brodkorb | |
2015-09-01 | add dma shared buffer | Waldemar Brodkorb | |
2015-08-31 | prefix VERSION symbols, otherwise they will get into kernel .config | Waldemar Brodkorb | |
2015-08-30 | update to latest musl release | Waldemar Brodkorb | |
2015-08-27 | DMA legacy is REQUIRED! wtf. unbreak 4.x on rpi2 | Waldemar Brodkorb | |
2015-08-27 | add prompt | Waldemar Brodkorb | |
2015-08-27 | add partition types, cleanup fsnet | Waldemar Brodkorb | |
2015-08-27 | cleanup Kconfig filesystem stuff | Waldemar Brodkorb | |
2015-08-27 | allow to build ALSA, I2C, SPI as kernel modules | Waldemar Brodkorb | |
2015-08-27 | more kernel config cleanups | Waldemar Brodkorb | |
2015-08-27 | remove some unused symbols, maybe we need kernel version specific global file | Waldemar Brodkorb | |
2015-08-27 | add ATAGS | Waldemar Brodkorb | |
2015-08-27 | no PCI in raspberry pi | Waldemar Brodkorb | |
2015-08-27 | switch to rpi patch | Waldemar Brodkorb | |
2015-08-25 | update 4.1.x to latest | Waldemar Brodkorb | |
2015-08-22 | update uClibc-ng to 1.0.6, no symlinking required | Waldemar Brodkorb | |
2015-08-17 | force glibc git for hppa, as it contains a lot of fixes for hppa. x86_64 ↵ | Waldemar Brodkorb | |
works now with older versions | |||
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-08-09 | use nocona for qemu-system-x86_64 | Waldemar Brodkorb | |
2015-08-09 | fix kodi on imx6, at least startup on hummingboard works again with 4.1.x | Waldemar Brodkorb | |
2015-08-08 | with ethernet it is kind of usable | Waldemar Brodkorb | |
2015-08-08 | activate platform symbol, required | Waldemar Brodkorb | |
2015-08-08 | add ethernet driver for banana pro | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2015-08-07 | update glibc to 2.22 | 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-03 | cleanup | Waldemar Brodkorb | |
2015-08-03 | for 4.1 kernel we need older gpu lib | Waldemar Brodkorb | |
2015-08-02 | separate serial drivers, add builtin dtb. still no shell | Waldemar Brodkorb | |
2015-08-02 | remove non-lts kernel | Waldemar Brodkorb | |
2015-08-02 | virtio-blk for qemu needs pci legacy | Waldemar Brodkorb | |
2015-08-02 | update to uClibc-ng 1.0.5 | Waldemar Brodkorb | |