Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-24 | grasshopper: move kernel symbols to target/linux/config | Waldemar Brodkorb | |
2016-07-10 | add back some basic support for Foxboard-LX832 | Waldemar Brodkorb | |
2016-02-10 | more stuff for kinetis k70, kernel still does not work | Waldemar Brodkorb | |
2015-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-27 | various microblaze related fixes add back some missing patches | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2015-10-11 | style changes, boolean -> bool, no prompt where not strictly required | Waldemar Brodkorb | |
2015-10-11 | add license header | 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. | |||
2014-07-25 | disable microblaze for uClibc*, fix flash boot related issues | Waldemar Brodkorb | |
2014-05-23 | rb532 fixes | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-05-17 | add flash driver to menu | Waldemar Brodkorb | |
2014-05-17 | bump lts kernels, add yaffs2 kernel patch | Waldemar Brodkorb | |
2014-04-06 | CONFIG_BLOCK is always on | Waldemar Brodkorb | |
2014-03-23 | fix squashfs root for qemu-microblaze | Waldemar Brodkorb | |
2014-03-22 | a bunch of microblaze fixes | Waldemar Brodkorb | |
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2013-12-30 | default to 0 | Waldemar Brodkorb | |
2013-12-28 | convert microblaze to miniconfig kernel config generation, add support for ↵ | Waldemar Brodkorb | |
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations | |||
2012-01-17 | enable LZMA/BZIP2/LZO support for brcm, enable other flash types which ↵ | Waldemar Brodkorb | |
allows booting on Asus WL500gp with LZMA kernel (size 1.8 mb incl. base image) | |||
2011-08-30 | add infrastructure for qemu-cris (still broken) | Waldemar Brodkorb | |
2011-08-24 | sync patch with OpenWrt, combine both targets (rb411/rb433) | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) |