Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-14 | add serial command line flag | Waldemar Brodkorb | |
2014-04-13 | add pregenerated core.img, there is no portable way to do it right now | Waldemar Brodkorb | |
2014-03-29 | use xz instead of gzip, remove grub for qemu, add it only to ibm-x40 | Waldemar Brodkorb | |
2014-03-28 | x86-64 32bit needs more work, fix armhf | Waldemar Brodkorb | |
2014-03-28 | add unique description | Waldemar Brodkorb | |
2014-03-26 | test framework fixes | Waldemar Brodkorb | |
2014-03-26 | add all abi combinations for mips64 and x86_64 | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-21 | fix x86_64 toolchain building | Waldemar Brodkorb | |
2014-03-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-18 | use archive without kernel | Waldemar Brodkorb | |
2014-03-17 | remove kernel choice, always use 64 bit for 64bit target | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-17 | use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup | Waldemar Brodkorb | |
2014-03-17 | optimize miniconfigs, enable netstuff by default | Waldemar Brodkorb | |
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
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-08 | some work on qemu with graphic | Waldemar Brodkorb | |
2014-03-01 | add basic support for x86_64 x32 abi, convert to miniconfig | Waldemar Brodkorb | |
2014-02-26 | disable hostfwd in qemu call, otherwise it conflicts running multiple qemus | Waldemar Brodkorb | |
2014-02-19 | add mips64 toolchains, and microblaezel | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: TODO | |||
2014-02-17 | update to uClibc git from 02.2014 | Waldemar Brodkorb | |
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2013-11-09 | use bzImage target for x86, disable some unused systems for now | Waldemar Brodkorb | |
2013-11-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-11-07 | update valgrind to latest upstream version, strlen is not a function in ↵ | Waldemar Brodkorb | |
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO | |||
2013-11-06 | enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵ | Waldemar Brodkorb | |
qemu-x86/qemu-x86-64 | |||
2013-02-28 | fix build for qemu-x86_64 and usb | Waldemar Brodkorb | |
2013-02-01 | add support for desktop pc | Waldemar Brodkorb | |
2013-01-31 | refresh kernel config | Waldemar Brodkorb | |
2012-10-12 | use TARGET_CFLAGS_LIBC without ABI cflags for glibc | Waldemar Brodkorb | |
2012-10-10 | fix 32 Bit multilib builds | Waldemar Brodkorb | |
2012-10-08 | finetune multilib support a lot, cleanup eglibc/glibc Makefiles while there | Waldemar Brodkorb | |
2012-10-05 | make libgcc static for busybox, make librt separate package, remove ↵ | Waldemar Brodkorb | |
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64 | |||
2012-09-21 | refresh configs | Waldemar Brodkorb | |
2012-08-17 | enable create.sh from Thorsten, fixes cfgfs issues | Waldemar Brodkorb | |
2012-03-12 | enable usb boot for shuttle | Waldemar Brodkorb | |
2012-01-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-01-15 | mk/image.mk: improve and simplify initramfs generation | Phil 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-15 | add 3.2.x support | Waldemar Brodkorb | |
2012-01-15 | target/x86_64/Makefile: fix blocking typo | Phil Sutter | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-10-15 | allow more than one kernel to be configured, add shuttle pc support | Waldemar Brodkorb | |
2011-10-12 | update gdb | Waldemar Brodkorb | |
2011-08-07 | add some meta data for x86_64 | Waldemar Brodkorb | |
2011-08-05 | activate fts in uClibc | Waldemar Brodkorb | |