summaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Collapse)Author
2014-04-24pci is defaultWaldemar Brodkorb
2014-04-07grub2 by default offWaldemar Brodkorb
2014-04-02remove some unsupported root filesystems, use archive and install/create ↵Waldemar Brodkorb
scripts instead
2014-03-29use xz instead of gzip, remove grub for qemu, add it only to ibm-x40Waldemar Brodkorb
2014-03-28kernel endianess is automatically choosenWaldemar Brodkorb
2014-03-26test framework fixesWaldemar Brodkorb
2014-03-26add all abi combinations for mips64 and x86_64Waldemar Brodkorb
2014-03-23make optimiztion compiler flags configurable, default -Os -pipeWaldemar Brodkorb
2014-03-23fix dhcp client, when root is ro without cfgfs, simplify ipkg tmpdir stuffWaldemar Brodkorb
2014-03-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-18use archive without kernelWaldemar Brodkorb
2014-03-17remove kernel choice, always use 64 bit for 64bit targetWaldemar Brodkorb
2014-03-17fix boot from disk for qemu targetsWaldemar Brodkorb
2014-03-17use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanupWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-16remove ADK_TARGET_WITH from qemu configs, is more dynamic. remove device ↵Waldemar Brodkorb
node creation for initramfs.
2014-03-14convert to miniconfigWaldemar 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-12convert lemote yeelong to miniconfigWaldemar Brodkorb
2014-03-06Merge branch 'master' of git+ssh://openadk.org:/git/openadkWaldemar Brodkorb
2014-03-06add more toolchaind escriptionsWaldemar Brodkorb
2014-03-06fix parallel using of different mips abiWaldemar Brodkorb
2014-03-06remove comment, sdc should be fineWaldemar Brodkorb
2014-03-06cleanup uclibc.config mess. just use one and edit via sedWaldemar Brodkorb
2014-03-01move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵Waldemar Brodkorb
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup
2014-02-26disable hostfwd in qemu call, otherwise it conflicts running multiple qemusWaldemar Brodkorb
2014-02-26fix disk bootupWaldemar Brodkorb
2014-02-19add mips64 toolchains, and microblaezelWaldemar 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
2014-01-16disable seldom used targets, which are not well tested. can be enabled ↵Waldemar Brodkorb
again. send email to me
2014-01-06add full perl, first half of supported archsWaldemar Brodkorb
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