Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | default to soft-float for ARM | Waldemar Brodkorb | |
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-22 | rework FPU/FLOAT support | Waldemar Brodkorb | |
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. | |||
2015-02-21 | use uppercase symbols, fix target suffix for arm | Waldemar Brodkorb | |
2015-02-21 | add missing CPU symbols, sort by alphabetical order | Waldemar Brodkorb | |
2015-02-20 | add support for oldest supported kernel | Waldemar Brodkorb | |
2015-02-20 | allow gcc 4.7.4 for sparc, reorder | Waldemar Brodkorb | |
2015-02-20 | add another old kernel, still no go on voyager | Waldemar Brodkorb | |
2015-02-20 | depend on CPU_WITH_FPU | Waldemar Brodkorb | |
2015-02-20 | add kbd and xdotool to firefox appliance | Waldemar Brodkorb | |
2015-02-20 | default to 3.18.x as long the qemu-arm problem is unresolved | Waldemar Brodkorb | |
2015-02-20 | use MALLOC with GLIBC_COMPAT for all archs | Waldemar Brodkorb | |
Use MALLOC for uClibc/uClibc-ng 1.0. Choice will be removed in uClibc-ng git. | |||
2015-02-19 | add support for coldfire with gcc 4.9.2/binutils 2.25 | Waldemar Brodkorb | |
The annoying kernel panic after boot is back :( | |||
2015-02-19 | respect TARGET_LDFLAGS | Waldemar Brodkorb | |
2015-02-19 | add some basic infrastructure for hppa/parisc toolchain building | Waldemar Brodkorb | |
2015-02-19 | cleanup FPU support for ARM targets. | Waldemar Brodkorb | |
2015-02-18 | fix recursive selects | Waldemar Brodkorb | |
2015-02-18 | add support for uClibc-ng git master | Waldemar Brodkorb | |
Add new configs for uClibc-ng master. New symbol UCLIBC_HAS_LINUXTHREADS added. LT.new is removed in master, only LT.old and NPTL exist. CLeanup MMU/NPTL/LT support symbols. Tested with toolchain building for all supported architectures. | |||
2015-02-18 | remove eabi/softfloat stuff from here | Waldemar Brodkorb | |
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 | |