Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-09 | imgtec-ci20: u-boot / mkimage required to create uImage kernel | Waldemar Brodkorb | |
2017-01-14 | add basic SGI indy support | Waldemar Brodkorb | |
2016-06-04 | ci20 fixes | Waldemar Brodkorb | |
2016-05-13 | fix building for imgtec ci20, add helper header for Darwin | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar Brodkorb | |
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;) | |||
2016-02-19 | update older 2.6.x and 3.2.x kernels | Waldemar Brodkorb | |
2016-01-10 | mikrotik rb532 is mips32 not mips32r2 | Waldemar Brodkorb | |
2016-01-09 | fix openjdk8 build for rb532 | Waldemar Brodkorb | |
2015-12-06 | ath79 board support | Waldemar Brodkorb | |
Use full OpenWrt patch for it, as it works better on 4.1.13 kernel. Deduplicate the patches for atheros devices. | |||
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-10-24 | add new symbol for systems with tcp/ip but without netdevice. like arc ↵ | Waldemar Brodkorb | |
simulator running test-suites with network functions | |||
2015-09-17 | add 4.1.x patches for mikrotik-rb4xx, finetune mini.config, drivers should ↵ | Waldemar Brodkorb | |
go into target/linux/config | |||
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-07-26 | mikrotik-rb4xx: update kernel patches | Phil Sutter | |
- add zboot support - workaround link state bug Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2015-07-25 | mark boards as experimental | Waldemar Brodkorb | |
2015-07-25 | add experimental imgtec ci20 support | Waldemar Brodkorb | |
2015-07-03 | do not enable PCI in kernel by default | Waldemar Brodkorb | |
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
2015-04-25 | refactor the lower case symbols out | Waldemar Brodkorb | |
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now. | |||
2015-03-03 | convert to upper case symbols, remove lower case ADK_big/ADK_little | Waldemar Brodkorb | |
2015-02-08 | allow to select MIPSr2 ISA and Soft-Float for MIPS32 | Waldemar Brodkorb | |
2015-02-06 | rework CMDLINE generation regarding serial/vga | Waldemar Brodkorb | |
Use one place and not hard coded for each device. There exist use cases where on a specific device like raspberry pi, not the default 115200 baud rate is used. | |||
2014-12-06 | add some basic untested dragino ms14s support | Waldemar Brodkorb | |
2014-06-18 | add support for mikrotik rb4xx | Phil Sutter | |
Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-05-24 | fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |