summaryrefslogtreecommitdiff
path: root/target/x86_64
AgeCommit message (Collapse)Author
2014-04-30fix 32 bit userland with 64 bit kernel supportWaldemar Brodkorb
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one.
2014-04-14add serial command line flagWaldemar Brodkorb
2014-04-13add pregenerated core.img, there is no portable way to do it right nowWaldemar Brodkorb
2014-03-29use xz instead of gzip, remove grub for qemu, add it only to ibm-x40Waldemar Brodkorb
2014-03-28x86-64 32bit needs more work, fix armhfWaldemar Brodkorb
2014-03-28add unique descriptionWaldemar Brodkorb
2014-03-26test framework fixesWaldemar Brodkorb
2014-03-26add all abi combinations for mips64 and x86_64Waldemar Brodkorb
2014-03-25add support for x86_64 toolchain with 32 bit abiWaldemar Brodkorb
2014-03-23make optimiztion compiler flags configurable, default -Os -pipeWaldemar Brodkorb
2014-03-21fix x86_64 toolchain buildingWaldemar 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-08some work on qemu with graphicWaldemar Brodkorb
2014-03-01add basic support for x86_64 x32 abi, convert to miniconfigWaldemar Brodkorb
2014-02-26disable hostfwd in qemu call, otherwise it conflicts running multiple qemusWaldemar 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
2013-11-09use bzImage target for x86, disable some unused systems for nowWaldemar Brodkorb
2013-11-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-11-07update 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-06enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵Waldemar Brodkorb
qemu-x86/qemu-x86-64
2013-02-28fix build for qemu-x86_64 and usbWaldemar Brodkorb
2013-02-01add support for desktop pcWaldemar Brodkorb
2013-01-31refresh kernel configWaldemar Brodkorb
2012-10-12use TARGET_CFLAGS_LIBC without ABI cflags for glibcWaldemar Brodkorb
2012-10-10fix 32 Bit multilib buildsWaldemar Brodkorb
2012-10-08finetune multilib support a lot, cleanup eglibc/glibc Makefiles while thereWaldemar Brodkorb
2012-10-05make 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-21refresh configsWaldemar Brodkorb
2012-08-17enable create.sh from Thorsten, fixes cfgfs issuesWaldemar Brodkorb
2012-03-12enable usb boot for shuttleWaldemar Brodkorb
2012-01-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar 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-15add 3.2.x supportWaldemar Brodkorb
2012-01-15target/x86_64/Makefile: fix blocking typoPhil Sutter
2011-10-19make virsh, virt-install and kvm usable on shuttle pcWaldemar Brodkorb
2011-10-15allow more than one kernel to be configured, add shuttle pc supportWaldemar Brodkorb
2011-10-12update gdbWaldemar Brodkorb
2011-08-07add some meta data for x86_64Waldemar Brodkorb