summaryrefslogtreecommitdiff
path: root/target/config/Config.in
AgeCommit message (Collapse)Author
2022-02-15remove virtualbox supportWaldemar Brodkorb
2017-10-17finetune some stuff for generic targetsWaldemar Brodkorb
2016-10-09bfin: fix some issues so that it can be used to do some basic testing with ↵Waldemar Brodkorb
embedded-test
2016-04-05add better gcc language support, allow to build objc/fortranWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar 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-23VGA_CONSOLE seems to be no longer a problem with Lemote YeelongWaldemar Brodkorb
2015-10-26add net support for qemuWaldemar Brodkorb
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-07-03rework serial support for h8300 sim and qemu supportWaldemar Brodkorb
2015-06-22add serial support for h8-simWaldemar Brodkorb
2015-06-10add simulator target for h8/300, reorg no-MMUWaldemar 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-07add support for h8/300 architectureWaldemar Brodkorb
2015-06-04add some bits and bytes to allow to choose bfin-sim. not functional, yetWaldemar Brodkorb
2015-05-04add a bunch of bfin cpu definitions for toolchainsWaldemar Brodkorb
2015-03-23allow to select CPU flavour for toolchain building via envWaldemar Brodkorb
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around.
2015-02-06rework CMDLINE generation regarding serial/vgaWaldemar 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-28bring coldfire support in shapeWaldemar 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-27use static lib option for noMMU. do some style fixes.Waldemar Brodkorb
2014-08-26we 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-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar 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-11make vbox target usable againWaldemar Brodkorb
2014-05-23fix symbol renaming bugsWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-23split targethelp from install targetWaldemar Brodkorb
cleanup target/*/Makefile stuff.
2014-05-18convert mips to use new targethelp make target, useful to just show the help ↵Waldemar Brodkorb
text after building
2014-05-18add shell script to install adk on flash/blockWaldemar Brodkorb
2014-05-14add nfsroot support for rpiWaldemar Brodkorb
2014-05-14use boolean, add NFS_V3 symbolWaldemar Brodkorb
2014-05-13some kernel abstraction layer fixes, partially for ibm x40 bootupWaldemar Brodkorb
2014-05-09readd mikrotik rb532 supportWaldemar Brodkorb
2014-05-06allow output from initscripts to serialWaldemar Brodkorb
2014-05-03reorder qemu configWaldemar Brodkorb
2014-04-30rework thumb2 supportWaldemar Brodkorb
do not change gcc defaults, discussed with phil, make the resulting toolchains more conform.
2014-04-30combine cubox-i kernel configs, make SMP, PREEMPT and HIGHMEM configurableWaldemar Brodkorb
2014-04-30fix 32 bit userland with 64 bit kernel supportWaldemar 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-26split ethernet and wireless config, split qemu and hardware stuffWaldemar Brodkorb
2014-04-26move thumb mode to toolchain optionsWaldemar Brodkorb
2014-04-26enable framebuffer for cubox-i, .15rc1+rmk patches requiredWaldemar Brodkorb
2014-04-24add network support to cubox, working for 3.14.1Waldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb
2014-04-23work in progress patches for cubox-iWaldemar Brodkorb
2014-04-23fix usb keyboard for qemu-system-sh4Waldemar Brodkorb
2014-04-15fix superh big endian compile for muslWaldemar Brodkorb
2014-04-15add basic support for aarch64 with ARMv8 foundation model, toolchain and ↵Waldemar Brodkorb
kernel works, userland broken.
2014-04-11fix boot with grub2 source packageWaldemar Brodkorb
2014-04-07add submenu for qemu configurationWaldemar Brodkorb
2014-04-07fix disk bootWaldemar Brodkorb