Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-04 | try to add support for graphical qemu | Waldemar Brodkorb | |
2014-02-05 | add option for linux logo | Waldemar Brodkorb | |
2013-12-28 | convert microblaze to miniconfig kernel config generation, add support for ↵ | Waldemar Brodkorb | |
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations | |||
2013-12-06 | STAGING is needed for Lemote framebuffer driver | Waldemar Brodkorb | |
2013-11-08 | unbreak mips64 o32, VGA_CONSOLE enabled breaks serial bootup | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2013-08-11 | preliminary musl support | Waldemar Brodkorb | |
2013-07-11 | use boolean for kernel options | Waldemar Brodkorb | |
2013-07-09 | make a bootable system configuration for raspberry pi | Waldemar Brodkorb | |
2013-04-22 | varios fixes | Waldemar Brodkorb | |
2013-04-04 | fix lemote boot, update parted | Waldemar Brodkorb | |
2013-02-01 | add support for desktop pc | Waldemar Brodkorb | |
2012-09-21 | do not default to vga, breaks framebuffer on lemote | Waldemar Brodkorb | |
2012-07-31 | add support for virtualbox emulator | Waldemar Brodkorb | |
2011-09-11 | add PXA frambuffer | Waldemar Brodkorb | |
2011-09-05 | enable graphic mode in qemu-i686 | Waldemar Brodkorb | |
2011-08-27 | added intel atom target | warhog | |
2011-07-14 | fix native kernel build for IBM X40 | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-01-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-03 | add mtrr support, mask some drivers not useful for ibm x40 | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-12-13 | optimize for ibm x40 hardware profile | Waldemar Brodkorb | |
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. | |||
2010-11-25 | make intel driver work on ibm x40 | Waldemar Brodkorb | |
- add kernel support for AGP/DRM/KMS - update intel driver - fix MesaLib (add the correct driver) | |||
2010-11-13 | unify alix support | Waldemar Brodkorb | |
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets. |