Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-03 | toolchain: add newlib support | Waldemar Brodkorb | |
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet. | |||
2015-12-02 | bfin/tile: fix toolchain building | Waldemar Brodkorb | |
2015-12-02 | or1k: try with openrisc linux version, minimize defconfig | Waldemar Brodkorb | |
2015-12-02 | simplify toolchain building | Waldemar 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-30 | bfin: only allow to choose latest kernel, others don't work with gcc git ↵ | Waldemar Brodkorb | |
without patching | |||
2015-11-30 | bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵ | Waldemar Brodkorb | |
hardware | |||
2015-11-30 | bfin: separate serial driver from kernel config | Waldemar Brodkorb | |
2015-11-30 | kodi: pyexpat required for mediathek addon | Waldemar Brodkorb | |
2015-11-30 | linux: update 4.1.x to latest stable upstream version | Waldemar Brodkorb | |
2015-11-29 | Add support for Atheros/Attansic L1 Gigabit Ethernet | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-29 | Add SMP to x86_64 | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-11-29 | Add support for Intel IOMMU | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-27 | bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵ | Waldemar Brodkorb | |
disable it for now. | |||
2015-11-27 | Add support for radeon DRM/KMS | Oliver Schib | |
Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-11-23 | VGA_CONSOLE seems to be no longer a problem with Lemote Yeelong | Waldemar Brodkorb | |
2015-11-21 | sparc64: simplify kernel config, fix virtio disk boot | Waldemar Brodkorb | |
2015-11-17 | default to 4.3, works fine with a patch on gdb h8/300 simulator | Waldemar Brodkorb | |
2015-11-16 | fix toolchain only building for sh2 | Waldemar Brodkorb | |
2015-11-16 | fix logic, do not allow bflat choice for FDPIC | Waldemar Brodkorb | |
2015-11-16 | default to simpleinit+sash for noMMU targets | Waldemar 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-16 | always build testsuite for uClibc-ng | Waldemar Brodkorb | |
2015-11-15 | uclibc-ng: update to 1.0.9 | Waldemar Brodkorb | |
2015-11-13 | disable iconv for noMMU | Waldemar Brodkorb | |
2015-11-13 | disable big endian for kinetis k70 | Waldemar Brodkorb | |
2015-11-13 | bump Linux 4.2.x kernel | Waldemar Brodkorb | |
2015-11-12 | qemu-sparc64: switch to e1000 driver (idea from buildroot), move serial symbols. | Waldemar Brodkorb | |
2015-11-12 | linux: add support for version 4.3 | Waldemar Brodkorb | |
2015-11-12 | limit workaround to h8/300, move 4.2.x patches to get used | Waldemar Brodkorb | |
2015-11-12 | sparc: we need at least 4.2.x, 4.1 is broken | Waldemar Brodkorb | |
2015-11-12 | mips64: update default config for uClibc-ng 1.0.x | Waldemar Brodkorb | |
2015-11-12 | do not allow to build broken kernel images with compression | Waldemar 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-12 | metag: set correct compiler flags | Waldemar Brodkorb | |
2015-11-11 | qemu-mips: cleanup kernel config, fix disk boot | Waldemar Brodkorb | |
2015-11-11 | adktest: enable printk | Waldemar Brodkorb | |
It is rather useful for debugging. So enable printk and timing by default. | |||
2015-11-10 | use gcc 4.8.5 for c6x, enable static libgcc for DSBT binary format | Waldemar Brodkorb | |
2015-11-08 | generic pc normally have ACPI | Waldemar Brodkorb | |
2015-11-08 | rework generic pc configs, add x86_64 config | Waldemar Brodkorb | |
2015-11-07 | qemu-meta: add cmdline to allow input, suggested by James Hogan | Waldemar Brodkorb | |
2015-11-07 | use low latency kernel for kodi | Waldemar Brodkorb | |
2015-11-06 | or1k: use special gcc branches for uClibc-ng/musl | Waldemar Brodkorb | |
2015-11-06 | fix sh3 toolchain building | Waldemar Brodkorb | |
2015-11-05 | preempt kernel options, add missing options, make a choice | Waldemar Brodkorb | |
2015-11-05 | generic-pc: better handling of ATA/serial drivers | Waldemar Brodkorb | |
2015-11-04 | xtensa: allow playing with noMMU configuration | Waldemar Brodkorb | |
2015-11-04 | prefer MIPS32r2 | Waldemar Brodkorb | |
2015-11-04 | sh2: fix toolchain building, using bFLT | Waldemar Brodkorb | |
2015-11-02 | sh4a: add support for toolchain building | Waldemar Brodkorb | |
2015-11-02 | sh2a is big endian only | Waldemar Brodkorb | |
2015-11-02 | sh3 has a MMU | Waldemar Brodkorb | |
2015-11-01 | select hush when hush is used for rootfs | Waldemar Brodkorb | |