Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | add first preview of a firefox appliance. java plugin and kiosk addon missing. | Waldemar Brodkorb | |
2015-02-17 | add new firefox appliance config, finetune the other | Waldemar Brodkorb | |
2015-02-17 | fix kbd setup | Waldemar Brodkorb | |
2015-02-16 | prepare 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-16 | fix coffee underflow error | Waldemar Brodkorb | |
2015-02-16 | allow to disable kernel commandline | Waldemar Brodkorb | |
2015-02-14 | add support for old avr32 gdb | Waldemar Brodkorb | |
2015-02-14 | do not select adkinstall | Waldemar Brodkorb | |
2015-02-14 | rework float support for ARM | Waldemar Brodkorb | |
2015-02-14 | fix vga only setup | Waldemar Brodkorb | |
2015-02-14 | disable nios2 for uClibc, not working. | Waldemar Brodkorb | |
2015-02-14 | rework float support | Waldemar 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-14 | fix glibc build of mips32 soft-float toolchain | Waldemar Brodkorb | |
2015-02-14 | rework VGA and serial output | Waldemar 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-13 | default to 3.19, only 3.14 for kodi and solidrun (gpu drivers) | Waldemar Brodkorb | |
2015-02-13 | do not blank console even on non quiet kernel boots | Waldemar Brodkorb | |
2015-02-13 | add basic nios2 toolchain support | Waldemar Brodkorb | |
2015-02-13 | make quiet | Waldemar Brodkorb | |
2015-02-12 | sync config with other archs | Waldemar Brodkorb | |
2015-02-12 | nable another bcm2709 symbol for rpi2 | Waldemar Brodkorb | |
2015-02-10 | add appliance options support | Waldemar Brodkorb | |
2015-02-10 | fix non verbose build | 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-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-02-09 | add postimage script feature | Waldemar Brodkorb | |
2015-02-08 | allow to select MIPSr2 ISA and Soft-Float for MIPS32 | Waldemar Brodkorb | |
2015-02-06 | use a hash in the config | Waldemar 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-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-04 | cleanup binfmt support, fix m68k build | Waldemar Brodkorb | |
2015-02-04 | allow kernel compression for raspberry pi, might be used with u-boot?! | Waldemar Brodkorb | |
2015-02-04 | fix kernel copy for arm | Waldemar Brodkorb | |
2015-02-04 | add DT trailer to kernel for raspberry pi with dt | Waldemar 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-03 | update to 3.12.37 | Waldemar Brodkorb | |
2015-02-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-02-03 | add debugtool, try to fix device-tree support and rpi-proto driver | Waldemar Brodkorb | |
2015-02-02 | kernel config for qemu arm nommu | Waldemar Brodkorb | |
2015-02-02 | add some fixes and inrastructure for arm nommu support | Waldemar Brodkorb | |
2015-02-02 | some device-tree overlay fixes | Waldemar Brodkorb | |
2015-02-02 | update serial speed for rpi, update symbol name renaming of rpi-proto | Waldemar Brodkorb | |
2015-02-02 | update to linux kernel 3.18.5, refresh raspberry patch set | Waldemar Brodkorb | |
2015-02-02 | add 1.0.0 release of uClibc-ng | Waldemar Brodkorb | |
2015-01-30 | update kernels, simplify dtb install, update raspberry firmware and ↵ | Waldemar Brodkorb | |
userland, fixes DMA problem fro me | |||
2015-01-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2015-01-28 | add devicetree support for raspberry pi and kernel 3.18 | Waldemar Brodkorb | |
2015-01-27 | add basic support for opkg, update to latest stable | Waldemar Brodkorb | |
2015-01-26 | enable keyboard and mouse on ibm-x40 | Waldemar Brodkorb | |
2015-01-26 | add basic config snippets for mac mini (ppc) | Waldemar Brodkorb | |
2015-01-19 | update to latest stable linux kernel | Waldemar Brodkorb | |
2015-01-17 | update to musl 1.1.6 | Waldemar Brodkorb | |
2015-01-13 | add targethelp for nfsroot on arm | Waldemar Brodkorb | |