summaryrefslogtreecommitdiff
path: root/target/x86
AgeCommit message (Collapse)Author
2012-02-17choose kernel for toolchain only buildsWaldemar 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-31fix qemu-i686 network/block configWaldemar Brodkorb
2011-08-29rename to be found by update-scriptWaldemar Brodkorb
2011-08-27added intel atom targetwarhog
2011-08-06fix conflictWaldemar Brodkorb
2011-08-06use XZ instead of LZMA as defaultWaldemar Brodkorb
2011-08-05activate fts in uClibcWaldemar Brodkorb
2011-07-14refresh kernel configWaldemar Brodkorb
2011-06-12update default kernel to 2.6.39Waldemar Brodkorb
2011-04-29rework toolchain only optionWaldemar Brodkorb
2011-02-11ibm x40 have pci/mini-pciWaldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-01-03add mtrr support, mask some drivers not useful for ibm x40Waldemar Brodkorb
2011-01-02fix native builds, enable hardware choices. enable parallelport for ibm-x40Waldemar Brodkorb
2011-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2011-01-01alix1c is bootable via USB stickWaldemar Brodkorb
2011-01-01enable 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 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-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar Brodkorb
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped.
2010-11-30fix sound on ibm x40Waldemar Brodkorb
2010-11-30disable powermanagement in default configWaldemar Brodkorb
2010-11-26add support for imagemagick packageWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar 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-25make intel driver work on ibm x40Waldemar Brodkorb
- add kernel support for AGP/DRM/KMS - update intel driver - fix MesaLib (add the correct driver)
2010-11-23add runtime option for inittab configurationWaldemar Brodkorb
2010-11-22enable cfgfs for x86/x86_64 targetsWaldemar Brodkorb
fix a bug, where the wrong cfgfs partition was used, when more than one cfgfs partition is available. Always use the cfgfs partition from the block device, the system is booted.
2010-11-21archive rootfs includes kernel in tarballWaldemar Brodkorb
2010-11-21use tty1 for ash job controlWaldemar Brodkorb
2010-11-20do not build GRUB 2Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb
2010-11-18convert qemu for x86/x86_64 to hardware profilesWaldemar Brodkorb
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.