Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-20 | add fpu settings, fix symlinks | Waldemar Brodkorb | |
2014-03-18 | strip static libraries, use cortex a9 for toolchains | 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-14 | rework armhf stuff | Waldemar Brodkorb | |
2014-03-14 | a bunch of adk-test-framework fixes. | Waldemar Brodkorb | |
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2014-03-04 | be consistent with names for the ABI | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-01 | add missing toolchain description file | Waldemar Brodkorb | |
2014-03-01 | remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵ | Waldemar Brodkorb | |
toolchain archive creation issues, remove unneeded files before packaging. | |||
2014-02-26 | rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵ | Waldemar Brodkorb | |
(hard float) | |||
2014-02-18 | add initial stuff for cubox-i, still waiting for the hardware, so fully untested | Waldemar Brodkorb | |
2014-02-16 | rename raspberry pi bootloader package | Waldemar Brodkorb | |
2014-02-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2014-02-15 | add more todos | Waldemar Brodkorb | |
2014-01-22 | remove unneeded symbols | Waldemar Brodkorb | |
2014-01-22 | convert raspberry-pi to miniconfig | Waldemar Brodkorb | |
2014-01-16 | disable seldom used targets, which are not well tested. can be enabled ↵ | Waldemar Brodkorb | |
again. send email to me | |||
2014-01-06 | add full perl, first half of supported archs | Waldemar Brodkorb | |
2013-12-19 | build static binaries for transcend wifi sdcard | Waldemar Brodkorb | |
2013-12-17 | add dependency to bcm2835-vc, remove bcm2835-vc as default | Waldemar Brodkorb | |
2013-11-10 | foxg20 use Image target | Waldemar Brodkorb | |
2013-11-10 | fix zImage targets in target/arm | Waldemar Brodkorb | |
2013-11-04 | resolve merge conflict | Waldemar Brodkorb | |
2013-10-18 | use new symbol, too for foxg20 | Waldemar Brodkorb | |
2013-09-17 | enable swap on raspberry pi to avoid OOM killer | Waldemar Brodkorb | |
2013-07-23 | fix hard float support | Waldemar Brodkorb | |
2013-07-22 | revert last commit | Waldemar Brodkorb | |
2013-07-22 | fix symbol name | Waldemar Brodkorb | |
2013-07-16 | enable PREEMPT for raspberry kernels | Waldemar Brodkorb | |
2013-07-11 | add broadcom vc utils | Waldemar Brodkorb | |
2013-07-10 | enable USB keyboard for raspberry pi | Waldemar Brodkorb | |
2013-07-09 | add USB support, make eglibc the only C library for now | Waldemar Brodkorb | |
2013-07-09 | make a bootable system configuration for raspberry pi | Waldemar Brodkorb | |
2013-07-02 | add firmware for bcm2835 | Waldemar Brodkorb | |
2013-05-06 | add toolchain support for raspberry pi | Waldemar Brodkorb | |
2011-09-16 | add support for sharp zaurus (tested on terrier cl-3200) | Waldemar Brodkorb | |
2011-09-04 | add support for Qemu Versatile with network emulation | Waldemar Brodkorb | |
2011-09-02 | add support for qemu-arm, fix usage of xz compressed initramfs, which is now ↵ | Waldemar Brodkorb | |
the default here | |||
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-04-29 | rework toolchain only option | Waldemar Brodkorb | |
2011-04-26 | fix arm for bulkall | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-01-02 | fix typo, arm is little endian | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) |