Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-07 | better help for kodi appliance | Waldemar Brodkorb | |
2015-05-20 | add dtb handling for Qemu Vexpress | Waldemar Brodkorb | |
2015-04-26 | add some basic banana pro support | 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-05 | simplify config.txt generation, finetune kernel config for rpi2 | 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-02-28 | extend KERNEL_MAKE_OPTS by the target directory | Phil Sutter | |
This change is straightforward but in toolchain/kernel-headers/Makefile which seems to be called before ${BUILD_DIR}/linux symlink exists. Therefore define LINUX_DIR to the correct value in between inclusion of vars.mk (through rules.mk) and kernel-vars.mk. | |||
2015-02-04 | fix kernel copy for arm | Waldemar Brodkorb | |
2015-02-04 | add DT trailer to kernel for raspberry pi with dt | Waldemar Brodkorb | |
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine. | |||
2015-01-30 | update kernels, simplify dtb install, update raspberry firmware and ↵ | Waldemar Brodkorb | |
userland, fixes DMA problem fro me | |||
2015-01-28 | add devicetree support for raspberry pi and kernel 3.18 | Waldemar Brodkorb | |
2015-01-13 | add targethelp for nfsroot on arm | Waldemar Brodkorb | |
2015-01-03 | choose usb keyboard and evdev support for kodi, better description | Waldemar Brodkorb | |
2014-12-03 | add dtb for quad cpu hummingboard | Waldemar Brodkorb | |
2014-10-22 | rework toolchain support for ARM. | Waldemar Brodkorb | |
Use --with-cpu for gcc to have optimized code for requested ARM cpus. Add some basic support for cortex-m3. | |||
2014-10-03 | fix example, provide datadir | Waldemar Brodkorb | |
2014-09-28 | use new install script | Waldemar Brodkorb | |
2014-09-04 | add info about writable partition | Waldemar Brodkorb | |
2014-08-23 | combine cubox-i and hummingboard support, same linux patches are required | Waldemar Brodkorb | |
2014-08-20 | add u-boot update for hummingboardrd, add some basic infrastructure | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-08 | be consistent, do not use - in rootfs names | Waldemar Brodkorb | |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-31 | add disk support to qemu-arm spitz and terrier | Waldemar Brodkorb | |
2014-05-31 | fix qemu spitz emulation, add emulation for terrier | Waldemar Brodkorb | |
2014-05-31 | allow to disable tcp fastopen, so that AES is not required to builtin in the ↵ | Waldemar Brodkorb | |
kernel | |||
2014-05-28 | add command with data partition | Waldemar Brodkorb | |
2014-05-24 | fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | fix cubox-i archive target | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-05-14 | add nfsroot support for rpi | Waldemar Brodkorb | |
2014-04-26 | enable framebuffer for cubox-i, .15rc1+rmk patches required | Waldemar Brodkorb | |
2014-04-23 | more fixes and drivers for cubox-i | Waldemar Brodkorb | |
2014-04-23 | work in progress patches for cubox-i | Waldemar Brodkorb | |
2014-04-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-07 | do not tell a specific sd device | Waldemar Brodkorb | |
2014-04-07 | grub2 by default off | Waldemar Brodkorb | |
2014-03-18 | use archive without kernel | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-15 | startup fixes | Waldemar Brodkorb | |
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused | |||
2014-03-05 | fix networking support in vexpress emulation, new style is not working here. | Waldemar Brodkorb | |
2014-02-26 | disable hostfwd in qemu call, otherwise it conflicts running multiple qemus | Waldemar Brodkorb | |
2014-02-26 | rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵ | Waldemar Brodkorb | |
(hard float) | |||
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2013-11-10 | fix zImage targets in target/arm | Waldemar Brodkorb | |