summaryrefslogtreecommitdiff
path: root/target/ppc64
AgeCommit message (Collapse)Author
2014-03-01remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵Waldemar Brodkorb
toolchain archive creation issues, remove unneeded files before packaging.
2014-02-18use bin directory for host binaries only, use new firmware directory for the ↵Waldemar Brodkorb
resulting firmware
2014-02-15use newer kernel for toolchain building, fix some problems with ppc and m68k ↵Waldemar Brodkorb
toolchains
2014-01-22add perl support for ppc64 eglibcWaldemar Brodkorb
2014-01-06add full perl, first half of supported archsWaldemar Brodkorb
2013-11-01fixup ppc64 qemu configWaldemar Brodkorb
2013-09-25fix ppc64 toolchain build, refresh kernel configWaldemar 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-08-24ppc64 works with latest qemu, fix kernel configWaldemar Brodkorb
2011-08-24better ppc64 support, qemu still hangs @ returning from prom_initWaldemar Brodkorb
2011-04-29rework toolchain only optionWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2010-12-31 should be without path, just the name of the kernelWaldemar Brodkorb
2010-12-31fix native buildsWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar 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 ;)
2010-11-21add more generic arch support, barely testedWaldemar Brodkorb