Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-05 | add better gcc language support, allow to build objc/fortran | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2015-11-23 | VGA_CONSOLE seems to be no longer a problem with Lemote Yeelong | Waldemar Brodkorb | |
2015-10-26 | add net support for qemu | Waldemar Brodkorb | |
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-03 | rework serial support for h8300 sim and qemu support | Waldemar Brodkorb | |
2015-06-22 | add serial support for h8-sim | 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-07 | add support for h8/300 architecture | Waldemar Brodkorb | |
2015-06-04 | add some bits and bytes to allow to choose bfin-sim. not functional, yet | Waldemar Brodkorb | |
2015-05-04 | add a bunch of bfin cpu definitions for toolchains | Waldemar Brodkorb | |
2015-03-23 | allow to select CPU flavour for toolchain building via env | Waldemar Brodkorb | |
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around. | |||
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. | |||
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit. | |||
2014-12-27 | use static lib option for noMMU. do some style fixes. | 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-26 | add sash, simpleinit and a uclibc config for nonmmu case | 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-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-05-18 | convert mips to use new targethelp make target, useful to just show the help ↵ | Waldemar Brodkorb | |
text after building | |||
2014-05-18 | add shell script to install adk on flash/block | Waldemar Brodkorb | |
2014-05-14 | add nfsroot support for rpi | Waldemar Brodkorb | |
2014-05-14 | use boolean, add NFS_V3 symbol | Waldemar Brodkorb | |
2014-05-13 | some kernel abstraction layer fixes, partially for ibm x40 bootup | Waldemar Brodkorb | |
2014-05-09 | readd mikrotik rb532 support | Waldemar Brodkorb | |
2014-05-06 | allow output from initscripts to serial | Waldemar Brodkorb | |
2014-05-03 | reorder qemu config | Waldemar Brodkorb | |
2014-04-30 | rework thumb2 support | Waldemar Brodkorb | |
do not change gcc defaults, discussed with phil, make the resulting toolchains more conform. | |||
2014-04-30 | combine cubox-i kernel configs, make SMP, PREEMPT and HIGHMEM configurable | Waldemar Brodkorb | |
2014-04-30 | fix 32 bit userland with 64 bit kernel support | Waldemar Brodkorb | |
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one. | |||
2014-04-26 | split ethernet and wireless config, split qemu and hardware stuff | Waldemar Brodkorb | |
2014-04-26 | move thumb mode to toolchain options | Waldemar Brodkorb | |
2014-04-26 | enable framebuffer for cubox-i, .15rc1+rmk patches required | Waldemar Brodkorb | |
2014-04-24 | add network support to cubox, working for 3.14.1 | Waldemar Brodkorb | |
2014-04-23 | fix bootup from sd | Waldemar Brodkorb | |
2014-04-23 | work in progress patches for cubox-i | Waldemar Brodkorb | |
2014-04-23 | fix usb keyboard for qemu-system-sh4 | Waldemar Brodkorb | |
2014-04-15 | fix superh big endian compile for musl | Waldemar Brodkorb | |
2014-04-15 | add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵ | Waldemar Brodkorb | |
kernel works, userland broken. | |||
2014-04-11 | fix boot with grub2 source package | Waldemar Brodkorb | |
2014-04-07 | add submenu for qemu configuration | Waldemar Brodkorb | |
2014-04-07 | fix disk boot | Waldemar Brodkorb | |
2014-04-06 | use one kernel config | Waldemar Brodkorb | |
2014-04-05 | add qemu-i486 | Waldemar Brodkorb | |
2014-04-05 | add generic pc | Waldemar Brodkorb | |