Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-15 | linux: update 4.x kernel, add m68k patch and allow one memory flat | Waldemar Brodkorb | |
2016-07-04 | bfin: has msep-data support | Waldemar Brodkorb | |
2016-06-18 | binfmt: finetune selection | Waldemar Brodkorb | |
m68k one memory region generates broken code with SIGILL exceptions. bfin is only one memory region only. | |||
2016-04-24 | bfin: msep-data can be used | Waldemar Brodkorb | |
2016-04-23 | disable DOPIC for coldfire flat | Waldemar Brodkorb | |
2016-04-04 | add binfmt suffix for bfin | 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 ;) | |||
2015-12-28 | resolve circular dependency | Waldemar Brodkorb | |
2015-12-28 | v850: add basic newlib toolchain support | Waldemar Brodkorb | |
2015-12-25 | default to ELF for MMU architectures, unbreak bootup with missing ELF kernel ↵ | Waldemar Brodkorb | |
support | |||
2015-12-04 | no BFLT for FR-V | Waldemar Brodkorb | |
2015-12-02 | bfin/tile: fix toolchain building | Waldemar Brodkorb | |
2015-12-02 | simplify toolchain building | Waldemar Brodkorb | |
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken. | |||
2015-11-16 | fix logic, do not allow bflat choice for FDPIC | Waldemar Brodkorb | |
2015-11-04 | xtensa: allow playing with noMMU configuration | Waldemar Brodkorb | |
2015-11-04 | sh2: fix toolchain building, using bFLT | Waldemar Brodkorb | |
2015-10-30 | resolve recursive dependencies | Waldemar Brodkorb | |
2015-10-27 | add frv arch support (very experimental) | Waldemar Brodkorb | |
2015-10-27 | bfin: prefer FDPIC | Waldemar Brodkorb | |
Use FDPIC by default. Limit gcc to a working one. Default to a working gdb version. Be sure to use uCLinux symbol only for BFLAT. | |||
2015-10-19 | use binfmt flat for lm32 | Waldemar Brodkorb | |
2015-07-03 | h8300 only support plain FLAT | Waldemar Brodkorb | |
2015-06-10 | add simulator target for h8/300, reorg no-MMU | Waldemar Brodkorb | |
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol. | |||
2015-03-11 | enable binfmt flat for bfin, fdpic test-suite compile fail | Waldemar Brodkorb | |
2015-02-19 | respect TARGET_LDFLAGS | Waldemar Brodkorb | |
2015-02-04 | cleanup binfmt support, fix m68k build | Waldemar Brodkorb | |
2015-02-02 | add some fixes and inrastructure for arm nommu support | Waldemar Brodkorb | |
2014-12-30 | improve c6x toolchain build support | 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. |