summaryrefslogtreecommitdiff
path: root/target/sh
AgeCommit message (Collapse)Author
2014-03-04try to add support for graphical qemuWaldemar Brodkorb
2014-03-01convert to miniconfigWaldemar Brodkorb
2014-02-27add support for sh and muslWaldemar Brodkorb
2014-02-18use bin directory for host binaries only, use new firmware directory for the ↵Waldemar Brodkorb
resulting firmware
2014-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: TODO
2014-02-17update to uClibc git from 02.2014Waldemar Brodkorb
2014-02-15use newer kernel for toolchain building, fix some problems with ppc and m68k ↵Waldemar Brodkorb
toolchains
2013-10-01add support for qemu-sh4eb, linux usb is brokenWaldemar Brodkorb
2013-10-01add description for disk bootupWaldemar Brodkorb
2013-10-01enable networking for qemu-sh, fix libgcc stuffWaldemar Brodkorb
2013-10-01add support for glibc/eglibc qemu-sh systemsWaldemar Brodkorb
2013-09-29bring qemu-sh and aranym-m68k in shapeWaldemar Brodkorb
2012-09-21refresh configsWaldemar 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. ;)
2011-09-02add basic support for qemu-system-sh4Waldemar Brodkorb