Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | add support for sharp zaurus (tested on terrier cl-3200) | Waldemar Brodkorb | |
2011-09-05 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-09-05 | some sparc help fixes | Waldemar Brodkorb | |
2011-09-04 | enable disk support for qemu arm versatile | Waldemar Brodkorb | |
2011-09-04 | resolve conflict | Waldemar Brodkorb | |
2011-09-04 | add support for Qemu Versatile with network emulation | Waldemar Brodkorb | |
2011-09-02 | resolve conflict | Waldemar Brodkorb | |
2011-09-02 | fix serial output for qemu-i686 | Waldemar Brodkorb | |
2011-09-02 | add support for qemu-arm, fix usage of xz compressed initramfs, which is now ↵ | Waldemar Brodkorb | |
the default here | |||
2011-09-02 | add basic support for qemu-system-sh4 | Waldemar Brodkorb | |
2011-08-30 | add infrastructure for qemu-cris (still broken) | Waldemar Brodkorb | |
2011-08-29 | resolve conflict | Waldemar Brodkorb | |
2011-08-27 | enable serial output again | Waldemar Brodkorb | |
2011-08-27 | added intel atom target | warhog | |
2011-08-24 | add qemu sparc support | Waldemar Brodkorb | |
2011-08-24 | better ppc64 support, qemu still hangs @ returning from prom_init | Waldemar Brodkorb | |
2011-08-22 | implement submodel for foxboard lx. resolves duplicate full build for this ↵ | Waldemar Brodkorb | |
systems | |||
2011-08-22 | uClibc nowadays works for pagesize != 4kb, so lemote is supported | Waldemar Brodkorb | |
2011-08-09 | some powerpc fixes found via make bulk | Waldemar Brodkorb | |
2011-08-07 | add some meta data for x86_64 | Waldemar Brodkorb | |
2011-08-06 | add qemu support for basic testing | Waldemar Brodkorb | |
2011-08-01 | different make bulkallmod fixes | Waldemar Brodkorb | |
2011-07-18 | add reasonable defaults for ALIX boards | Waldemar Brodkorb | |
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-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-04-29 | rework toolchain only option | Waldemar Brodkorb | |
2011-04-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-27 | fix allconfig for foxg20 | Waldemar Brodkorb | |
2011-04-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2011-04-26 | fix arm for bulkall | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-13 | use the right TARGET_CFLAGS | wbx | |
2011-04-12 | resolve merge conflict | wbx | |
2011-04-12 | refresh lemote yeelong support | wbx | |
2011-04-12 | add basic support for Fonera devices (nfsroot) via OpenWrt/FreeWRT kernel ↵ | Waldemar Brodkorb | |
patches | |||
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-01-20 | fix brcm targets. add LZMA and flashmap code patches. | Waldemar Brodkorb | |
* add support for Linksys WRT54GS the automatic rflash size recognition is still open. | |||
2011-01-10 | allow disabling kernel customisation completely | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-03 | add mtrr support, mask some drivers not useful for ibm x40 | Waldemar Brodkorb | |
2011-01-02 | more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵ | Waldemar Brodkorb | |
targets | |||
2011-01-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2011-01-01 | alix1c is bootable via USB stick | Waldemar Brodkorb | |
2011-01-01 | enable ACPI for ALIX1c board. | Waldemar Brodkorb | |
This is required for correct IRQ routing. After this MFGPT get its interrupt 7 and the watchdog works fine. Bug closed. | |||
2010-12-31 | fix native library stuff | Waldemar Brodkorb | |
2010-12-31 | fix native builds | 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 ;) |