summaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Collapse)Author
2013-12-08add support for microblaze architecture, tested with qemu-system-microblaze{,el}Waldemar Brodkorb
2013-12-05kernel update and different fixes for lemoteWaldemar Brodkorb
2013-11-08use e1000 network card, use new qemu syntaxWaldemar Brodkorb
2013-11-08enable variable kernel target name, qemu-mips targets use vmlinuzWaldemar Brodkorb
2013-11-08unbreak mips64 o32, VGA_CONSOLE enabled breaks serial bootupWaldemar Brodkorb
2013-11-05set to 4kb pagesizeWaldemar Brodkorb
2013-10-25fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systemsWaldemar Brodkorb
2013-09-13use 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-07-10update kernel 3.4.x, fix netfilter nat modulesWaldemar Brodkorb
2013-04-05make qemu mips64 work again, allow xfsprogs to build with uclibc, add partprobeWaldemar Brodkorb
2013-04-04fix lemote boot, update partedWaldemar Brodkorb
2012-10-13fix qemu mips64 big buildWaldemar Brodkorb
2012-10-12use TARGET_CFLAGS_LIBC without ABI cflags for glibcWaldemar Brodkorb
2012-10-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-10-11add 64 Bit kernel config for mipsWaldemar Brodkorb
2012-10-10add 32 bit kernel configWaldemar Brodkorb
2012-10-08add qemu-mips64el, show multilib support only for 64 bit systemsWaldemar Brodkorb
2012-09-23disable ld.so debug outputWaldemar Brodkorb
2012-09-21refresh configsWaldemar Brodkorb
2012-09-21update uClibc to 0.9.33.2Waldemar Brodkorb
2012-09-20add basic support for qemu-mips64Waldemar Brodkorb
2012-08-18use create.sh as non-rootWaldemar Brodkorb
2012-07-30refresh kernel config, verified on qemu-mipsel with 3.5Waldemar Brodkorb
2012-06-02remove wrong symbolWaldemar Brodkorb
2012-03-20no configurable pci slot in a lemote yeelongWaldemar Brodkorb
2012-03-13add comment about bootingWaldemar Brodkorb
2012-01-17make broadcom devices work with selfrelocatable bootloader (even Asus WL500gp)Waldemar Brodkorb
2012-01-15mk/image.mk: improve and simplify initramfs generationPhil Sutter
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;)
2012-01-09update to 3.1.8, add lzma-loader for brcm47xx, kernel stuff + patches does ↵Waldemar Brodkorb
not work on Asus WL500gp
2011-10-11add help for network bootWaldemar Brodkorb
2011-08-30fix network config for qemu-mipsWaldemar Brodkorb
2011-08-29set pagesize to 4 kb for qemuWaldemar Brodkorb
2011-08-24sync patch with OpenWrt, combine both targets (rb411/rb433)Waldemar Brodkorb
2011-08-22fix the help for usb boot, root= is required for nowWaldemar Brodkorb
2011-08-05activate fts in uClibcWaldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-05-15fix bulktoolchain targetWaldemar Brodkorb
2011-05-09make bulk fixesWaldemar Brodkorb
2011-05-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-05-05fix lemote targetWaldemar Brodkorb
2011-05-05add kernel-install for fon targetWaldemar Brodkorb
2011-04-29rework toolchain only optionWaldemar Brodkorb
2011-04-28add sections for rb4xxWaldemar Brodkorb
2011-04-26add model support for broadcom devicesWaldemar Brodkorb
2011-04-26fix parallel build, readd squashfs/cf fs targets for mipsWaldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-04-12add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵Waldemar Brodkorb
patches
2011-02-01needed for gdbWaldemar Brodkorb
2011-01-05update mips qemu targets. 64 Bit kernels still does not boot completelyWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar Brodkorb