Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-19 | Add experimental support for STM32F769 | Waldemar Brodkorb | |
Add single/double precision support for Cortex-M7. Mostly from Alex, some minor cleanup and kernel mini config from me. Signed-off-by: Alex Brand <tecnologic86@gmail.com> | |||
2016-12-31 | uclibc-ng: update default configs | Waldemar Brodkorb | |
2016-12-26 | uCLibc-ng includes libiconv-tiny | Waldemar Brodkorb | |
2016-12-19 | STM32F429, clearfog still experimental | Waldemar Brodkorb | |
2016-12-19 | enable thumb instruction code as default | Waldemar Brodkorb | |
2016-12-13 | uClibc-ng: switch to malloc-standard as default for MMU. applications like ↵ | Waldemar Brodkorb | |
kodi crashing with malloc | |||
2016-12-11 | rework git kernel infrastructure | Waldemar Brodkorb | |
Module loading was broken, use stable hashes and add kernel versions to allow kernel module loading. Convert kinetis-k70 to use new infrastructure. | |||
2016-12-04 | uclibc-ng: refresh configs, enable sha512 | Waldemar Brodkorb | |
2016-11-24 | add special repository short names | Waldemar Brodkorb | |
They can be used elsewhere in the code when this kernels are used or need special handling. Bug reported by Diez for RPI kernels. | |||
2016-11-15 | rpi: force --dtok to fix a trailer creation problem on Darwin, reported by Diez | Waldemar Brodkorb | |
2016-11-08 | add basic clearfog support | Waldemar Brodkorb | |
2016-09-17 | finetune wireless support for cubox-i | Waldemar Brodkorb | |
2016-09-15 | beaglebone-black: add special linux-repo, add uEnv.txt | Waldemar Brodkorb | |
2016-09-14 | beaglebone-black: some fixes, no serial output yet | Waldemar Brodkorb | |
2016-08-27 | add support for Qemu ARM noMMU | Waldemar Brodkorb | |
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now. | |||
2016-08-19 | solidrun-imx6: fix default fslc kernel build, reported by Joern | Waldemar Brodkorb | |
2016-08-15 | allow to build older kernel for qemu-arm-versatilepb without device-tree | Waldemar Brodkorb | |
2016-07-17 | solidrun-imx6: use upstream u-boot, the imx6 variant does not compile with gcc5 | Waldemar Brodkorb | |
2016-07-17 | solidrun-imx6: allow to bootup 4.6.x | Waldemar Brodkorb | |
2016-07-17 | qemu-arm: use dtb for versatile emulation, required for 4.6.x | Waldemar Brodkorb | |
2016-07-11 | rework kernel patches for rpi/imx6 | Waldemar Brodkorb | |
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig. | |||
2016-07-10 | nslu2: add microcode package for network driver | Waldemar Brodkorb | |
2016-07-10 | nslu2: fix boot (initramfs via tftp tested) | Waldemar Brodkorb | |
2016-06-26 | linux: update to 4.4.14 | Waldemar Brodkorb | |
2016-06-19 | linux: update to 3.14.72, add working solidrun patch | Waldemar Brodkorb | |
2016-06-19 | linux: update to 4.4.13, add realtime patch | Waldemar Brodkorb | |
2016-05-29 | unbreak rpi kernel support, HIGHMEM seems unusable | Waldemar Brodkorb | |
2016-05-16 | bump linux kernel versions | Waldemar Brodkorb | |
2016-05-15 | add support for qemu xilinx zynq emulation | Waldemar Brodkorb | |
2016-05-05 | rpi: add patch for 4.4.x kernel | Waldemar Brodkorb | |
2016-05-05 | rpi: enable default kernel build from github | Waldemar Brodkorb | |
2016-05-03 | update rpi kernel patch, add mkknlimg back, more fixes | Waldemar Brodkorb | |
2016-04-29 | linux: fix rejects for bcm28xx patch | Waldemar Brodkorb | |
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> |