Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |