Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-08 | fix microblaze compile from glibc git | Waldemar Brodkorb | |
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-02 | separate serial drivers, add builtin dtb. still no shell | Waldemar Brodkorb | |
2015-08-02 | update to uClibc-ng 1.0.5 | Waldemar Brodkorb | |
2015-07-29 | update gcc/binutils to latest synopsis github version | Waldemar Brodkorb | |
2015-07-27 | add new binutils version | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-24 | enable fast-math together with ARM neon | Waldemar Brodkorb | |
2015-07-22 | update binutils to latest stable version | Waldemar Brodkorb | |
2015-07-22 | update to gcc 5.2.0 | Waldemar Brodkorb | |
2015-07-22 | update uClibc-config for h8300 1.0 branch, add new gdb patch from upstream ↵ | Waldemar Brodkorb | |
author | |||
2015-07-15 | update to 1.0.4 | Waldemar Brodkorb | |
2015-07-13 | add basic toolchain support for or1k arch with musl libc | Waldemar Brodkorb | |
2015-07-09 | add support for metag architecture | Waldemar Brodkorb | |
2015-07-08 | locale support must be enabled, when libc iconv used | Waldemar Brodkorb | |
2015-07-06 | enable-sim-stdio | Waldemar Brodkorb | |
2015-07-01 | update gcc 4.8/4.9 | Waldemar Brodkorb | |
2015-06-28 | add gdb patch for h8300 | Waldemar Brodkorb | |
2015-06-28 | more h8300 fixes | Waldemar Brodkorb | |
2015-06-25 | lto couldn't be used for gcc itself | Waldemar Brodkorb | |
2015-06-22 | fix git version for gdb | Waldemar Brodkorb | |
2015-06-16 | make the patch uClibc specific | Waldemar Brodkorb | |
2015-06-15 | add support for glibc 2.19, suggested as workaround by joerg s. | Waldemar Brodkorb | |
2015-06-15 | fix download url | Waldemar Brodkorb | |
2015-06-13 | update uClibc-ng to 1.0.3, remove older versions | Waldemar Brodkorb | |
2015-06-10 | only install simulator when simulator target used | Waldemar Brodkorb | |
2015-06-10 | update gdb, enable sim only for supported architectures | Waldemar Brodkorb | |
2015-06-10 | use local git fork of elf2flt with h8300 support | Waldemar Brodkorb | |
2015-06-10 | add simulator target for h8/300, reorg no-MMU | Waldemar Brodkorb | |
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol. | |||
2015-06-10 | add the ability to build uClibc-ng toolchain for microblaze (only static ↵ | Waldemar Brodkorb | |
binaries are working for now) | |||
2015-06-07 | disable for non SIM targets | Waldemar Brodkorb | |
2015-06-07 | install simulator | Waldemar Brodkorb | |
2015-06-07 | add support for h8/300 architecture | Waldemar Brodkorb | |
2015-06-07 | pkgsite missing | Waldemar Brodkorb | |
2015-06-07 | gcc 4.5.4 is the only working compiler for bfin at the moment | Waldemar Brodkorb | |
2015-06-05 | update musl to latest release | Waldemar Brodkorb | |
2015-06-04 | add some bits and bytes to allow to choose bfin-sim. not functional, yet | Waldemar Brodkorb | |
2015-06-04 | add basic infrastructure for superh toolchains with sh2/sh3/sh4a cpus | Waldemar Brodkorb | |
2015-06-04 | add uClibc-ppc patch for gcc 4.9.2, too | Waldemar Brodkorb | |
2015-05-31 | better handling for no-thread compiles of toolchain | Waldemar Brodkorb | |
2015-05-31 | enable microblaze for uClibc-ng for testing | Waldemar Brodkorb | |
2015-05-31 | another distfiles url fix | Waldemar Brodkorb | |
2015-05-31 | fix distfiles url | Waldemar Brodkorb | |
2015-05-29 | use new uclibcng-testrunner | Waldemar Brodkorb | |
2015-05-28 | fix qemu-m68k build, add required patches for kernel | Waldemar Brodkorb | |
2015-05-26 | fix cris32 build | Waldemar Brodkorb | |
2015-05-25 | use shell based testrunner for uClibc-ng git | Waldemar Brodkorb | |
2015-05-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-05-15 | add more coldfire toolchain targets | Waldemar Brodkorb | |