Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-12-26 | split rootfs options from target config | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar Brodkorb | |
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size. | |||
2015-12-21 | opkg: update to latest, add host variant, enable gpg support | Waldemar Brodkorb | |
2015-12-14 | simplify qemu x86/x86_64 support, enable block | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-07 | sh: add support for numato mimas v2 | Waldemar Brodkorb | |
2015-11-07 | qemu-meta: add cmdline to allow input, suggested by James Hogan | Waldemar Brodkorb | |
2015-10-27 | bfin: prefer FDPIC | Waldemar Brodkorb | |
Use FDPIC by default. Limit gcc to a working one. Default to a working gdb version. Be sure to use uCLinux symbol only for BFLAT. | |||
2015-10-23 | arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵ | Waldemar Brodkorb | |
running | |||
2015-10-23 | add or1ksim basic files | Waldemar Brodkorb | |
2015-09-10 | prefix models with ADK_TARGET_MODEL | Waldemar Brodkorb | |
2015-09-02 | refactor kernel mini.config. | Waldemar Brodkorb | |
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets. | |||
2015-08-03 | cleanup | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-06-22 | add example how to run simulator | Waldemar Brodkorb | |
2015-03-15 | remove ADDON feature | Waldemar Brodkorb | |
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-22 | rework FPU/FLOAT support | Waldemar Brodkorb | |
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. | |||
2015-02-14 | do not select adkinstall | Waldemar Brodkorb | |
2015-02-14 | fix glibc build of mips32 soft-float toolchain | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
2015-02-08 | allow to select MIPSr2 ISA and Soft-Float for MIPS32 | Waldemar Brodkorb | |
2015-02-06 | rework CMDLINE generation regarding serial/vga | Waldemar Brodkorb | |
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used. | |||
2015-02-02 | update serial speed for rpi, update symbol name renaming of rpi-proto | Waldemar Brodkorb | |
2015-01-27 | add basic support for opkg, update to latest stable | Waldemar Brodkorb | |
2015-01-10 | add basic support for atmel ngw100. no runtime testing yet | Waldemar Brodkorb | |
2015-01-05 | thumb fixes. | Waldemar Brodkorb | |
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 | |