Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | add basic nios2 toolchain support | 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-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-03 | update to 3.12.37 | 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-27 | add basic support for opkg, update to latest stable | 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-11 | activate serial console and network driver for atmel ngw100. first boot via ↵ | Waldemar Brodkorb | |
nfs succeeds. | |||
2015-01-10 | update to latest 3.14 kernel | Waldemar Brodkorb | |
2015-01-10 | add basic support for atmel ngw100. no runtime testing yet | Waldemar Brodkorb | |
2015-01-10 | update kernel to 3.18.2 | Waldemar Brodkorb | |
2015-01-09 | add toolchain support for uClibc and microblaze without threads. | Waldemar Brodkorb | |
2015-01-05 | thumb fixes. | Waldemar Brodkorb | |
2015-01-04 | activate webserver for kodi appliance, add sata driver to hb i2ex | Waldemar Brodkorb | |
2015-01-02 | unbreak xtensa build, depend on u-boot host tool mkimage. ssl requirement ↵ | Waldemar Brodkorb | |
must be checked. | |||
2014-12-30 | improve c6x toolchain build support | Waldemar Brodkorb | |
2014-12-29 | with binutils git, uClibc toolchain does compile and link successfully. | Waldemar Brodkorb | |
2014-12-28 | bring coldfire support in shape | Waldemar 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-27 | optimize git downloader | Waldemar Brodkorb | |
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader. | |||
2014-12-27 | use static lib option for noMMU. do some style fixes. | Waldemar Brodkorb | |
2014-12-26 | disable mkimage compile, needs portability improvements | Waldemar Brodkorb | |
2014-12-25 | update to 3.17.7, rework netfilter support a little bit | Waldemar Brodkorb | |
2014-12-19 | use the new concept of appliances | Waldemar 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-13 | bump to 3.17.5 | Waldemar Brodkorb | |
2014-12-08 | bump kernel to 3.14.26 | Waldemar Brodkorb | |
2014-12-08 | use 9600 baud for rpi serial | Waldemar Brodkorb | |
2014-12-06 | update to gcc 4.9.2 | Waldemar Brodkorb | |
2014-12-05 | bump kernel to 3.17.4 | Waldemar Brodkorb | |
2014-12-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |