Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-03 | or1k: allow kernel compression | Waldemar Brodkorb | |
2017-11-30 | arc: switch to upstream binutils and gcc | Waldemar Brodkorb | |
2017-11-27 | uclibc-ng: update to 1.0.27 | Waldemar Brodkorb | |
2017-11-24 | csky: ck610 doesn't support FPU. | Guo Ren | |
1. No FPU for ck610 2. Only little endian is supported. 3. linux-4.9.56 for now. Signed-off-by: Guo Ren <ren_guo@c-sky.com> | |||
2017-11-19 | or1k: default to 4.13 | Waldemar Brodkorb | |
2017-11-19 | h8300: more RAM for gdb simulating h8300/h | Waldemar Brodkorb | |
2017-11-18 | use latest 4.13 for or1k, for working atomics support | Waldemar Brodkorb | |
2017-11-18 | linux: update 4.13.x | Waldemar Brodkorb | |
2017-11-12 | linux: forgot to move 4.4.x patch directory after bump | Waldemar Brodkorb | |
2017-11-06 | use Linux 4.4 for ARMv6 emulation | Waldemar Brodkorb | |
2017-11-06 | ppc: add more cpu types, add mpc8544ds qemu sample | Waldemar Brodkorb | |
2017-11-04 | linux: bump kernel versions | Waldemar Brodkorb | |
2017-11-04 | gdb: update to 8.0.1 | Waldemar Brodkorb | |
2017-11-03 | arc: update toolchain to 2017.09 | Waldemar Brodkorb | |
2017-11-02 | musl: update to 1.1.18 | Waldemar Brodkorb | |
2017-10-25 | arm: add cortex-m0 cpu type | Waldemar Brodkorb | |
2017-10-23 | musl: update to 1.1.17 | Waldemar Brodkorb | |
2017-10-23 | ppc: add more cpu variants | Waldemar Brodkorb | |
2017-10-17 | finetune some stuff for generic targets | Waldemar Brodkorb | |
2017-10-17 | allow lz4 commpression for x86_64 | Waldemar Brodkorb | |
2017-10-17 | csky: fine tune support | Waldemar Brodkorb | |
2017-10-08 | frosted: add support for stm32f429-discovery | Waldemar Brodkorb | |
2017-10-07 | kernel: add filesystem options | Waldemar Brodkorb | |
2017-10-06 | nds32: update toolchain and kernel | Waldemar Brodkorb | |
2017-10-05 | stlink: add hosttool for stm32 flashing | Waldemar Brodkorb | |
2017-10-03 | binutils 2.29 seems to break Linux kernel in thumb2 only mode, fallback to 2.28 | Waldemar Brodkorb | |
2017-10-03 | frosted: add ADK prefix, separate kernel/userland in the menu | Waldemar Brodkorb | |
2017-10-03 | frosted: add support for stm32f407 discovery board | Waldemar Brodkorb | |
2017-10-03 | j2/sh2: fix toolchain compiling | Waldemar Brodkorb | |
2017-10-01 | frosted: fix config for qemu | Waldemar Brodkorb | |
2017-09-30 | lm32: add patch for kernel and elf2flt | Waldemar Brodkorb | |
2017-09-28 | add phytec wega sample | Waldemar Brodkorb | |
2017-09-27 | update kinetis k70 sample, remove gcc 4.x | Waldemar Brodkorb | |
2017-09-27 | sample for SUN JavaStation | Waldemar Brodkorb | |
2017-09-27 | add gdb sim sample for h8s | Waldemar Brodkorb | |
2017-09-23 | binutils: update to 2.29.1 | Waldemar Brodkorb | |
2017-09-23 | linux: required h8300 patch for edosk2674 | Waldemar Brodkorb | |
2017-09-18 | linux: allow to select IO scheduler, default to deadline | Waldemar Brodkorb | |
2017-09-17 | edosk2674: add RAMBASE patch to 4.13.x | Waldemar Brodkorb | |
2017-09-17 | edosk2674: use correct dtb | Waldemar Brodkorb | |
2017-09-17 | remove -fhonour-copts usage | Waldemar Brodkorb | |
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. | |||
2017-09-16 | linux: bump all lts / stable to latest | Waldemar Brodkorb | |
2017-09-11 | linux: update to 4.13.1 | Waldemar Brodkorb | |
2017-09-06 | riscv: use glibc 2.26 branch and latest git sources for linux kernel | Waldemar Brodkorb | |
2017-09-06 | linux: add 4.13, update 4.12 | Waldemar Brodkorb | |
2017-09-06 | imx6: update graphics support kernel symbols | Waldemar Brodkorb | |
2017-09-06 | frosted: finetune, remove menuconfig warnings | Waldemar Brodkorb | |
2017-09-04 | add different defconfigs for upstream and solidrun linux kernel | Waldemar Brodkorb | |
2017-08-27 | add ft32 baremetal toolchain support | Waldemar Brodkorb | |
2017-08-27 | add basic support for frosted operating system | Waldemar Brodkorb | |
https://github.com/insane-adding-machines/frosted Rework our architecture selection and os dependent logic a little bit to be cleaner. As only arm is supported, we only modify arm systems to comply with new changeset. |