Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-12-08 | use 9600 baud for rpi serial | 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-09-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-09-28 | enable serial console on Rpi | Waldemar Brodkorb | |
2014-09-26 | add support for toolchain building for crisv32 architecture | Waldemar Brodkorb | |
2014-08-26 | we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken ↵ | Waldemar Brodkorb | |
executables (f.e. sash) with a wrong data start are created by elf2flt) | |||
2014-08-23 | combine cubox-i and hummingboard support, same linux patches are required | Waldemar Brodkorb | |
2014-08-15 | switch back to 5208. strange works now. | Waldemar Brodkorb | |
2014-08-15 | use 5307 for now, which results in a working userland. need to investigate. | Waldemar Brodkorb | |
2014-08-14 | add elf2flt, use it for m68k-nommu. bootup in qemu still fails. | Waldemar Brodkorb | |
2014-08-11 | initramfs can be used on raspberry pi | Waldemar Brodkorb | |
2014-07-29 | fix initrdramfsarchive target | Waldemar Brodkorb | |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-23 | add support for qemu ppc bamboo | Waldemar Brodkorb | |
2014-07-23 | add qemu support for ppc virtex ml507 | Waldemar Brodkorb | |
2014-07-22 | initrd is supported for xtensa in qemu 2.1beta | Waldemar Brodkorb | |
2014-07-11 | make nfsroot for apu hopefully working | Waldemar Brodkorb | |
2014-07-05 | add different arm architectures for toolchain building | Waldemar Brodkorb | |
2014-07-04 | add basic support for pcengines apu, only usb boot tested. | Waldemar Brodkorb | |
2014-06-30 | disable relro+bind now, needs more startup time testing, fix gpu mem setting | Waldemar Brodkorb | |
2014-06-27 | automatically choose 128 MB gpu | Waldemar Brodkorb | |
2014-06-25 | use console=tty1 here | Waldemar Brodkorb | |
2014-06-23 | allow initramfs for qemu-git + patches | Waldemar Brodkorb | |
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-06-08 | rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archs | Waldemar Brodkorb | |
2014-06-08 | be consistent, do not use - in rootfs names | Waldemar Brodkorb | |
2014-06-03 | update vc libraries and firmware for raspberry pi, make GPU mem configurable | Waldemar Brodkorb | |
2014-06-02 | use correct -march for x86_64 | Waldemar Brodkorb | |
2014-05-31 | fix toolchain build, need to set -mcpu | Waldemar Brodkorb | |
2014-05-31 | fix qemu spitz emulation, add emulation for terrier | Waldemar Brodkorb | |
2014-05-31 | set tar.xz as default | Waldemar Brodkorb | |
2014-05-26 | hide addon patches, move yaffs2 to addon style patch- | Waldemar Brodkorb | |
2014-05-25 | fix qemu for x86_64 | Waldemar Brodkorb | |
2014-05-24 | use e1000 for qemu-ppc, fix libstdcxx compile | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |