Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | allow to use a defconfig, enable always experimental support in kernel | Waldemar Brodkorb | |
2015-09-02 | refactor kernel mini.config. | Waldemar Brodkorb | |
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets. | |||
2015-09-02 | allow to use linux defconfigs, needs more work | Waldemar Brodkorb | |
2015-09-01 | add support for beaglebone black | Waldemar Brodkorb | |
2015-08-27 | allow to build ALSA, I2C, SPI as kernel modules | Waldemar Brodkorb | |
2015-08-27 | no PCI in raspberry pi | Waldemar Brodkorb | |
2015-08-13 | kernel: make net and block support optional | Waldemar Brodkorb | |
2015-08-08 | with ethernet it is kind of usable | Waldemar Brodkorb | |
2015-07-30 | added ADK_HOST_BUILD_U_BOOT to bananapro default config | Martin Thomas | |
Signed-off-by: Martin Thomas <mthomas@conet.de> | |||
2015-07-30 | uImage is mandatory, add LOADADDR | Waldemar Brodkorb | |
2015-07-27 | add some basic support for emcraft kinetis | Waldemar Brodkorb | |
2015-07-26 | update u-boot to latest stable release | Waldemar Brodkorb | |
2015-07-25 | mark boards as experimental | Waldemar Brodkorb | |
2015-07-03 | do not enable PCI in kernel by default | Waldemar Brodkorb | |
2015-04-26 | add some basic banana pro support | 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-04-03 | rework FPU support for ARM again | Waldemar Brodkorb | |
With this commit I broke Kodi support for cubox-i: 4f93b213f2d3393fbb0b7ca200988f475e6cef83 I found following info regarding VFP and NEON: http://community.arm.com/groups/tools/blog/2013/04/15/arm-cortex-a-processors-and-gcc-command-lines Try to implement with this table in mind. | |||
2015-03-06 | forgot to rename symbols | Waldemar Brodkorb | |
2015-03-03 | convert to upper case symbols, remove lower case ADK_big/ADK_little | Waldemar Brodkorb | |
2015-02-22 | rework FPU/FLOAT support | Waldemar Brodkorb | |
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. | |||
2015-02-21 | add missing CPU symbols, sort by alphabetical order | Waldemar Brodkorb | |
2015-02-19 | cleanup FPU support for ARM targets. | Waldemar Brodkorb | |
2015-02-18 | remove eabi/softfloat stuff from here | Waldemar Brodkorb | |
2015-02-14 | rework float support for ARM | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar Brodkorb | |
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release. | |||
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-05 | add basic support for linksys nslu2 (arm big endian platform) | Waldemar Brodkorb | |
2014-10-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-10-06 | another try to fix iqaudio support | Waldemar Brodkorb | |
2014-10-05 | add basic support for arm in big endian mode (toolchain build) | Waldemar Brodkorb | |
2014-08-23 | combine cubox-i and hummingboard support, same linux patches are required | Waldemar Brodkorb | |
2014-08-22 | no sdio on humminboard | Waldemar Brodkorb | |
2014-08-20 | add u-boot update for hummingboardrd, add some basic infrastructure | Waldemar Brodkorb | |
2014-06-07 | fix eabi/eabihf handling for qemu-arm | Waldemar Brodkorb | |
2014-06-04 | add ADK_TARGET_WITH_WIFI | Waldemar Brodkorb | |
2014-06-01 | add watchdog support for cubox, inlude weim by default | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |