Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-16 | remove ADK_TARGET_WITH from qemu configs, is more dynamic. remove device ↵ | Waldemar Brodkorb | |
node creation for initramfs. | |||
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2014-03-12 | convert lemote yeelong to miniconfig | Waldemar Brodkorb | |
2014-03-06 | add more toolchaind escriptions | Waldemar Brodkorb | |
2014-03-06 | fix parallel using of different mips abi | Waldemar Brodkorb | |
2014-02-19 | add mips64 toolchains, and microblaezel | Waldemar Brodkorb | |
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2014-01-16 | disable seldom used targets, which are not well tested. can be enabled ↵ | Waldemar Brodkorb | |
again. send email to me | |||
2014-01-06 | add full perl, first half of supported archs | Waldemar Brodkorb | |
2013-12-08 | add support for microblaze architecture, tested with qemu-system-microblaze{,el} | Waldemar Brodkorb | |
2013-11-08 | enable variable kernel target name, qemu-mips targets use vmlinuz | Waldemar Brodkorb | |
2013-11-08 | unbreak mips64 o32, VGA_CONSOLE enabled breaks serial bootup | Waldemar Brodkorb | |
2013-11-05 | set to 4kb pagesize | Waldemar Brodkorb | |
2013-10-25 | fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems | Waldemar Brodkorb | |
2013-09-13 | use a PAGE_SIZE of 4kb for qemu mips, musl f.e. only works with that ↵ | Waldemar Brodkorb | |
pagesize, thx goes to #musl in irc | |||
2013-04-05 | make qemu mips64 work again, allow xfsprogs to build with uclibc, add partprobe | Waldemar Brodkorb | |
2012-10-08 | add qemu-mips64el, show multilib support only for 64 bit systems | Waldemar Brodkorb | |
2012-09-20 | add basic support for qemu-mips64 | Waldemar Brodkorb | |
2012-06-02 | remove wrong symbol | Waldemar Brodkorb | |
2012-03-20 | no configurable pci slot in a lemote yeelong | Waldemar Brodkorb | |
2011-08-29 | set pagesize to 4 kb for qemu | 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-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-05-09 | make bulk fixes | Waldemar Brodkorb | |
2011-04-29 | rework toolchain only option | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-12 | add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵ | Waldemar Brodkorb | |
patches | |||
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | 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 ;) |