summaryrefslogtreecommitdiff
path: root/target/config/Config.in.target
AgeCommit message (Collapse)Author
2015-08-03cleanupWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-06-22add example how to run simulatorWaldemar Brodkorb
2015-03-15remove ADDON featureWaldemar Brodkorb
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-22rework FPU/FLOAT supportWaldemar Brodkorb
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
2015-02-14do not select adkinstallWaldemar Brodkorb
2015-02-14fix glibc build of mips32 soft-float toolchainWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar 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-08allow to select MIPSr2 ISA and Soft-Float for MIPS32Waldemar Brodkorb
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.
2015-02-02update serial speed for rpi, update symbol name renaming of rpi-protoWaldemar Brodkorb
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-10add basic support for atmel ngw100. no runtime testing yetWaldemar Brodkorb
2015-01-05thumb fixes.Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar 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-08use 9600 baud for rpi serialWaldemar Brodkorb
2014-10-22rework 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-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-09-28enable serial console on RpiWaldemar Brodkorb
2014-09-26add support for toolchain building for crisv32 architectureWaldemar 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-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-15switch back to 5208. strange works now.Waldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar Brodkorb
2014-08-14add elf2flt, use it for m68k-nommu. bootup in qemu still fails.Waldemar Brodkorb
2014-08-11initramfs can be used on raspberry piWaldemar Brodkorb
2014-07-29fix initrdramfsarchive targetWaldemar 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-07-23add support for qemu ppc bambooWaldemar Brodkorb
2014-07-23add qemu support for ppc virtex ml507Waldemar Brodkorb
2014-07-22initrd is supported for xtensa in qemu 2.1betaWaldemar Brodkorb
2014-07-11make nfsroot for apu hopefully workingWaldemar Brodkorb
2014-07-05add different arm architectures for toolchain buildingWaldemar Brodkorb
2014-07-04add basic support for pcengines apu, only usb boot tested.Waldemar Brodkorb
2014-06-30disable relro+bind now, needs more startup time testing, fix gpu mem settingWaldemar Brodkorb
2014-06-27automatically choose 128 MB gpuWaldemar Brodkorb
2014-06-25use console=tty1 hereWaldemar Brodkorb
2014-06-23allow initramfs for qemu-git + patchesWaldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-08rename qemu-sh4 to qemu-sh, to simplify build for all qemu-archsWaldemar Brodkorb
2014-06-08be consistent, do not use - in rootfs namesWaldemar Brodkorb
2014-06-03update vc libraries and firmware for raspberry pi, make GPU mem configurableWaldemar Brodkorb
2014-06-02use correct -march for x86_64Waldemar Brodkorb
2014-05-31fix toolchain build, need to set -mcpuWaldemar Brodkorb
2014-05-31fix qemu spitz emulation, add emulation for terrierWaldemar Brodkorb
2014-05-31set tar.xz as defaultWaldemar Brodkorb
2014-05-26hide addon patches, move yaffs2 to addon style patch-Waldemar Brodkorb
2014-05-25fix qemu for x86_64Waldemar Brodkorb