summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2015-02-18remove eabi/softfloat stuff from hereWaldemar Brodkorb
2015-02-17add first preview of a firefox appliance. java plugin and kiosk addon missing.Waldemar Brodkorb
2015-02-17add new firefox appliance config, finetune the otherWaldemar Brodkorb
2015-02-17fix kbd setupWaldemar Brodkorb
2015-02-16prepare for Sun Voyager.Waldemar Brodkorb
Bootloader needs a.out formatted kernel. Unfortunately I get "Illegal instruction" after loading a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine.
2015-02-16fix coffee underflow errorWaldemar Brodkorb
2015-02-16allow to disable kernel commandlineWaldemar Brodkorb
2015-02-14add support for old avr32 gdbWaldemar Brodkorb
2015-02-14do not select adkinstallWaldemar Brodkorb
2015-02-14rework float support for ARMWaldemar Brodkorb
2015-02-14fix vga only setupWaldemar Brodkorb
2015-02-14disable nios2 for uClibc, not working.Waldemar Brodkorb
2015-02-14rework float supportWaldemar Brodkorb
ARM, MIPS and PPC have support for soft or hard float configuration of toolchain and system. Generalize the support for this in OpenADK.
2015-02-14fix glibc build of mips32 soft-float toolchainWaldemar Brodkorb
2015-02-14rework VGA and serial outputWaldemar Brodkorb
The Linux kernel can output messages to serial devices and vga devices in parallel. The latest console= entry decides which console output is used for init via /dev/console character device. Let the developer configure what he wants. If you use f.e. Kodi, be sure output/input is used for VGA, other wise kodi startsup, but you end up with a black screen.
2015-02-13default to 3.19, only 3.14 for kodi and solidrun (gpu drivers)Waldemar Brodkorb
2015-02-13do not blank console even on non quiet kernel bootsWaldemar Brodkorb
2015-02-13add basic nios2 toolchain supportWaldemar Brodkorb
2015-02-13make quietWaldemar Brodkorb
2015-02-12sync config with other archsWaldemar Brodkorb
2015-02-12nable another bcm2709 symbol for rpi2Waldemar Brodkorb
2015-02-10add appliance options supportWaldemar Brodkorb
2015-02-10fix non verbose buildWaldemar 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-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-09add postimage script featureWaldemar Brodkorb
2015-02-08allow to select MIPSr2 ISA and Soft-Float for MIPS32Waldemar Brodkorb
2015-02-06use a hash in the configWaldemar Brodkorb
This avoids breakage when using a # in the password. And no sensitive data is saved in clear on the target. Suggested by a Achim Marikar.
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-04cleanup binfmt support, fix m68k buildWaldemar Brodkorb
2015-02-04allow kernel compression for raspberry pi, might be used with u-boot?!Waldemar Brodkorb
2015-02-04fix kernel copy for armWaldemar Brodkorb
2015-02-04add DT trailer to kernel for raspberry pi with dtWaldemar Brodkorb
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine.
2015-02-03update to 3.12.37Waldemar Brodkorb
2015-02-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-02-03add debugtool, try to fix device-tree support and rpi-proto driverWaldemar Brodkorb
2015-02-02kernel config for qemu arm nommuWaldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2015-02-02some device-tree overlay fixesWaldemar Brodkorb
2015-02-02update serial speed for rpi, update symbol name renaming of rpi-protoWaldemar Brodkorb
2015-02-02update to linux kernel 3.18.5, refresh raspberry patch setWaldemar Brodkorb
2015-02-02add 1.0.0 release of uClibc-ngWaldemar Brodkorb
2015-01-30update kernels, simplify dtb install, update raspberry firmware and ↵Waldemar Brodkorb
userland, fixes DMA problem fro me
2015-01-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2015-01-28add devicetree support for raspberry pi and kernel 3.18Waldemar Brodkorb
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-26enable keyboard and mouse on ibm-x40Waldemar Brodkorb
2015-01-26add basic config snippets for mac mini (ppc)Waldemar Brodkorb
2015-01-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-17update to musl 1.1.6Waldemar Brodkorb