summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-09use nocona for qemu-system-x86_64Waldemar Brodkorb
2015-08-09fix kodi on imx6, at least startup on hummingboard works again with 4.1.xWaldemar Brodkorb
2015-08-08with ethernet it is kind of usableWaldemar Brodkorb
2015-08-08activate platform symbol, requiredWaldemar Brodkorb
2015-08-08add ethernet driver for banana proWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2015-08-07update glibc to 2.22Waldemar Brodkorb
2015-08-03rework kernel module infrastructureWaldemar 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-03simplifyWaldemar Brodkorb
2015-08-03cleanupWaldemar Brodkorb
2015-08-03for 4.1 kernel we need older gpu libWaldemar Brodkorb
2015-08-02separate serial drivers, add builtin dtb. still no shellWaldemar Brodkorb
2015-08-02remove non-lts kernelWaldemar Brodkorb
2015-08-02virtio-blk for qemu needs pci legacyWaldemar Brodkorb
2015-08-02update to uClibc-ng 1.0.5Waldemar Brodkorb
2015-08-02add uclibc.config for meta, disable gcc honour copts for this old gccWaldemar Brodkorb
2015-08-02add basic support for qemu-metagWaldemar Brodkorb
2015-08-02set suffix for OABIWaldemar Brodkorb
2015-08-02default to 4.1.3Waldemar Brodkorb
2015-08-01cleanup, add general patches for 4.1.3Waldemar Brodkorb
2015-08-01remove testkernelWaldemar Brodkorb
2015-08-01update to 4.1.3, which will be the base for stable branchWaldemar Brodkorb
2015-07-30added ADK_HOST_BUILD_U_BOOT to bananapro default configMartin Thomas
Signed-off-by: Martin Thomas <mthomas@conet.de>
2015-07-30enable kuser_helper and MMC driver for banana piWaldemar Brodkorb
2015-07-30style changesWaldemar Brodkorb
2015-07-30uImage is mandatory, add LOADADDRWaldemar Brodkorb
2015-07-29update gcc/binutils to latest synopsis github versionWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-07-27mikrotik-rb4xx: update kernel patchesPhil Sutter
* fix conflict in existing patch * add build fix for newer binutils Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-26mikrotik-rb4xx: update kernel patchesPhil Sutter
- add zboot support - workaround link state bug Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-26update u-boot to latest stable releaseWaldemar Brodkorb
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-07-25mark boards as experimentalWaldemar Brodkorb
2015-07-25mk/modules.mk: add missing ip_tunnel.koPhil Sutter
Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-25add experimental imgtec ci20 supportWaldemar Brodkorb
2015-07-24add experimental kernel for solidrun devices, to check kodi audioWaldemar Brodkorb
2015-07-24binutils 2.25 does not work with crisv10Waldemar Brodkorb
2015-07-24fix typoWaldemar Brodkorb
2015-07-24allow DAEMON mode to be used when m selectedWaldemar Brodkorb
2015-07-24update to latestWaldemar Brodkorb
2015-07-22update binutils to latest stable versionWaldemar Brodkorb
2015-07-22update to gcc 5.2.0Waldemar Brodkorb
2015-07-22latest binutils works fine againWaldemar Brodkorb
2015-07-22move patch to correct directoryWaldemar Brodkorb
2015-07-22update uClibc-config for h8300 1.0 branch, add new gdb patch from upstream ↵Waldemar Brodkorb
author
2015-07-17use libiconv-tiny as default for uClibc-ngWaldemar Brodkorb
2015-07-16add qmi_wwan moduleWaldemar Brodkorb
2015-07-16fix usb install to pcengines-apuWaldemar Brodkorb
2015-07-16add some kernel modules for sierra wirelessWaldemar Brodkorb
2015-07-16fix CEC for solidrun, from OpenElec patchesWaldemar Brodkorb