Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-28 | linux: bump all kernels | Waldemar Brodkorb | |
2016-04-24 | add afboot-stm32 as bootloader for stm32 devices | Waldemar Brodkorb | |
2016-04-18 | uclibc-ng: refresh arm config, some symbols removed | Waldemar Brodkorb | |
2016-04-18 | fix kernel config for linksys nslu2 | Waldemar Brodkorb | |
2016-04-17 | some minor fixes for NSLU2 | Waldemar Brodkorb | |
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-04-04 | new bcm28xx-bootloader does not work with mknlimg, fix 4.1.20 rpi2 bootup | Waldemar Brodkorb | |
2016-04-01 | linux: update to 4.1.20, add solidrun patch for 4.4.6 | Waldemar Brodkorb | |
2016-03-19 | add basic bits and bytes for stm32f429 support | Waldemar Brodkorb | |
2016-03-16 | disable uClibc-ng obstack, gdb/binutils has its own copy | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2016-02-20 | u-boot: update to latest, allow to build for solidrun-imx6 devices | Waldemar Brodkorb | |
2016-02-10 | more stuff for kinetis k70, kernel still does not work | Waldemar Brodkorb | |
2016-02-07 | uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵ | Waldemar Brodkorb | |
1.0 config | |||
2016-01-25 | add basic qemu armv6 support | Waldemar Brodkorb | |
2016-01-24 | linux: update to 4.1.16 | Waldemar Brodkorb | |
2016-01-10 | update to uClibc-ng 1.0.11, enable argp option, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2015-12-24 | bump kernelversions | Waldemar Brodkorb | |
2015-12-15 | BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵ | Waldemar Brodkorb | |
coreutils on host | |||
2015-12-06 | solidrun-imx6: refresh patch | Waldemar Brodkorb | |
2015-11-30 | linux: update 4.1.x to latest stable upstream version | Waldemar Brodkorb | |
2015-11-12 | do not allow to build broken kernel images with compression | Waldemar Brodkorb | |
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now. | |||
2015-10-25 | uClibc-ng: disable UCLIBC_HAS_FENV in the default config | Waldemar Brodkorb | |
2015-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-10-17 | fix compile error for solidrun-imx6, when RT is enabled | Waldemar Brodkorb | |
2015-10-14 | update firmware and kernel to latest | Waldemar Brodkorb | |
2015-10-13 | fix audio on solidrun 3.14.x | Waldemar Brodkorb | |
2015-10-12 | update to latest xbian kernel patch | Waldemar Brodkorb | |
2015-10-11 | fix patch and compile error for 4.1.10 + solidrun | Waldemar Brodkorb | |
2015-10-09 | downgrade packages to a state where kodi starts with 3.14.x kernel | Waldemar Brodkorb | |
2015-10-07 | move patch dirs, too | Waldemar Brodkorb | |
2015-10-07 | update to latest github version | Waldemar Brodkorb | |
2015-10-07 | bump linux kernels | Waldemar Brodkorb | |
2015-10-06 | fix rpi1 bootup | Waldemar Brodkorb | |
2015-09-13 | sync with Xbian sources, at least console works again. kodi doesn't startup | Waldemar Brodkorb | |
2015-09-12 | allow to use a defconfig, enable always experimental support in kernel | Waldemar Brodkorb | |
2015-09-11 | enable required kernel symbols for rpi | Waldemar Brodkorb | |
2015-09-04 | update patch for 4.1.6 | Waldemar Brodkorb | |
2015-09-02 | refactor kernel mini.config. | Waldemar Brodkorb | |
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets. | |||
2015-09-02 | allow to use linux defconfigs, needs more work | Waldemar Brodkorb | |
2015-09-01 | move serial support from mini.config | Waldemar Brodkorb | |
2015-09-01 | add support for beaglebone black | Waldemar Brodkorb | |
2015-09-01 | rpi2: unbreak bootop with 4.1.x kernel | Waldemar Brodkorb | |
Add missing kernel symbols. NOL2CACHE and *BSG to allow bootup. Remove support patches for older kernels. Enable REGMAP by default. | |||
2015-08-27 | DMA legacy is REQUIRED! wtf. unbreak 4.x on rpi2 | Waldemar Brodkorb | |
2015-08-27 | allow to build ALSA, I2C, SPI as kernel modules | Waldemar Brodkorb | |
2015-08-27 | more kernel config cleanups | Waldemar Brodkorb | |
2015-08-27 | add ATAGS | Waldemar Brodkorb | |
2015-08-27 | no PCI in raspberry pi | Waldemar Brodkorb | |