summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2015-12-02simplify toolchain buildingWaldemar Brodkorb
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken.
2015-11-30bfin: only allow to choose latest kernel, others don't work with gcc git ↵Waldemar Brodkorb
without patching
2015-11-30bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵Waldemar Brodkorb
hardware
2015-11-30bfin: separate serial driver from kernel configWaldemar Brodkorb
2015-11-30kodi: pyexpat required for mediathek addonWaldemar Brodkorb
2015-11-30linux: update 4.1.x to latest stable upstream versionWaldemar Brodkorb
2015-11-29Add support for Atheros/Attansic L1 Gigabit EthernetOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-29Add SMP to x86_64Oliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-11-29Add support for Intel IOMMUOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-27bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵Waldemar Brodkorb
disable it for now.
2015-11-27Add support for radeon DRM/KMSOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2015-11-23VGA_CONSOLE seems to be no longer a problem with Lemote YeelongWaldemar Brodkorb
2015-11-21sparc64: simplify kernel config, fix virtio disk bootWaldemar Brodkorb
2015-11-17default to 4.3, works fine with a patch on gdb h8/300 simulatorWaldemar Brodkorb
2015-11-16fix toolchain only building for sh2Waldemar Brodkorb
2015-11-16fix logic, do not allow bflat choice for FDPICWaldemar Brodkorb
2015-11-16default to simpleinit+sash for noMMU targetsWaldemar Brodkorb
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :)
2015-11-16always build testsuite for uClibc-ngWaldemar Brodkorb
2015-11-15uclibc-ng: update to 1.0.9Waldemar Brodkorb
2015-11-13disable iconv for noMMUWaldemar Brodkorb
2015-11-13disable big endian for kinetis k70Waldemar Brodkorb
2015-11-13bump Linux 4.2.x kernelWaldemar Brodkorb
2015-11-12qemu-sparc64: switch to e1000 driver (idea from buildroot), move serial symbols.Waldemar Brodkorb
2015-11-12linux: add support for version 4.3Waldemar Brodkorb
2015-11-12limit workaround to h8/300, move 4.2.x patches to get usedWaldemar Brodkorb
2015-11-12sparc: we need at least 4.2.x, 4.1 is brokenWaldemar Brodkorb
2015-11-12mips64: update default config for uClibc-ng 1.0.xWaldemar Brodkorb
2015-11-12do not allow to build broken kernel images with compressionWaldemar Brodkorb
Some targets do not support compressed kernels or initramfs. OpenADK combines both, there is no support for mixed setups. For example Kernel with gzip, initramfs with xz. Qemu-Metag f.e. can only use uncompressed initramfs. The kernel could be compressed, but mixed setup isn't available for now.
2015-11-12metag: set correct compiler flagsWaldemar Brodkorb
2015-11-11qemu-mips: cleanup kernel config, fix disk bootWaldemar Brodkorb
2015-11-11adktest: enable printkWaldemar Brodkorb
It is rather useful for debugging. So enable printk and timing by default.
2015-11-10use gcc 4.8.5 for c6x, enable static libgcc for DSBT binary formatWaldemar Brodkorb
2015-11-08generic pc normally have ACPIWaldemar Brodkorb
2015-11-08rework generic pc configs, add x86_64 configWaldemar Brodkorb
2015-11-07qemu-meta: add cmdline to allow input, suggested by James HoganWaldemar Brodkorb
2015-11-07use low latency kernel for kodiWaldemar Brodkorb
2015-11-06or1k: use special gcc branches for uClibc-ng/muslWaldemar Brodkorb
2015-11-06fix sh3 toolchain buildingWaldemar Brodkorb
2015-11-05preempt kernel options, add missing options, make a choiceWaldemar Brodkorb
2015-11-05generic-pc: better handling of ATA/serial driversWaldemar Brodkorb
2015-11-04xtensa: allow playing with noMMU configurationWaldemar Brodkorb
2015-11-04prefer MIPS32r2Waldemar Brodkorb
2015-11-04sh2: fix toolchain building, using bFLTWaldemar Brodkorb
2015-11-02sh4a: add support for toolchain buildingWaldemar Brodkorb
2015-11-02sh2a is big endian onlyWaldemar Brodkorb
2015-11-02sh3 has a MMUWaldemar Brodkorb
2015-11-01select hush when hush is used for rootfsWaldemar Brodkorb
2015-11-01fix fec problem in qemu-m68k-mcf5208Waldemar Brodkorb
2015-11-01default to static device nodes for noMMU systems, add basic device nodes to ↵Waldemar Brodkorb
initramfs
2015-11-01use busybox hush as default on noMMUWaldemar Brodkorb