summaryrefslogtreecommitdiff
path: root/target/config
AgeCommit message (Collapse)Author
2015-02-09add basic support for raspberry pi2Waldemar 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-08allow to select MIPSr2 ISA and Soft-Float for MIPS32Waldemar Brodkorb
2015-02-06use a hash in the configWaldemar Brodkorb
This avoids breakage when using a # in the password. And no sensitive data is saved in clear on the target. Suggested by a Achim Marikar.
2015-02-06rework CMDLINE generation regarding serial/vgaWaldemar 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.
2015-02-04cleanup binfmt support, fix m68k buildWaldemar Brodkorb
2015-02-03update to 3.12.37Waldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2015-02-02some device-tree overlay fixesWaldemar Brodkorb
2015-02-02update serial speed for rpi, update symbol name renaming of rpi-protoWaldemar Brodkorb
2015-02-02update to linux kernel 3.18.5, refresh raspberry patch setWaldemar Brodkorb
2015-02-02add 1.0.0 release of uClibc-ngWaldemar Brodkorb
2015-01-30update kernels, simplify dtb install, update raspberry firmware and ↵Waldemar Brodkorb
userland, fixes DMA problem fro me
2015-01-27add basic support for opkg, update to latest stableWaldemar Brodkorb
2015-01-26add basic config snippets for mac mini (ppc)Waldemar Brodkorb
2015-01-19update to latest stable linux kernelWaldemar Brodkorb
2015-01-17update to musl 1.1.6Waldemar Brodkorb
2015-01-11activate serial console and network driver for atmel ngw100. first boot via ↵Waldemar Brodkorb
nfs succeeds.
2015-01-10update to latest 3.14 kernelWaldemar Brodkorb
2015-01-10add basic support for atmel ngw100. no runtime testing yetWaldemar Brodkorb
2015-01-10update kernel to 3.18.2Waldemar Brodkorb
2015-01-09add toolchain support for uClibc and microblaze without threads.Waldemar Brodkorb
2015-01-05thumb fixes.Waldemar Brodkorb
2015-01-04activate webserver for kodi appliance, add sata driver to hb i2exWaldemar Brodkorb
2015-01-02unbreak xtensa build, depend on u-boot host tool mkimage. ssl requirement ↵Waldemar Brodkorb
must be checked.
2014-12-30improve c6x toolchain build supportWaldemar Brodkorb
2014-12-29with binutils git, uClibc toolchain does compile and link successfully.Waldemar Brodkorb
2014-12-28bring coldfire support in shapeWaldemar Brodkorb
Binutils 2.24 is required to get a working kernel. Ethernet in Qemu is still broken. Qemu Patch is still rquired in 2.2.0. Only kernel+initramfs is working. It seems the signal handler problem is gone with sash and simpleinit.
2014-12-27optimize git downloaderWaldemar Brodkorb
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader.
2014-12-27use static lib option for noMMU. do some style fixes.Waldemar Brodkorb
2014-12-26disable mkimage compile, needs portability improvementsWaldemar Brodkorb
2014-12-25update to 3.17.7, rework netfilter support a little bitWaldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
2014-12-13bump to 3.17.5Waldemar Brodkorb
2014-12-08bump kernel to 3.14.26Waldemar Brodkorb
2014-12-08use 9600 baud for rpi serialWaldemar Brodkorb
2014-12-06update to gcc 4.9.2Waldemar Brodkorb
2014-12-05bump kernel to 3.17.4Waldemar Brodkorb
2014-12-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-12-06add some basic untested dragino ms14s supportWaldemar Brodkorb
2014-12-05add basic support for linksys nslu2 (arm big endian platform)Waldemar Brodkorb
2014-12-06add basic bits for c6x toolchains supportWaldemar Brodkorb
2014-12-05depend on armWaldemar Brodkorb
2014-12-03rename package collection dependenciesWaldemar Brodkorb
2014-12-03update 3.12.x kernel to 3.12.33Waldemar Brodkorb
Add latest changes to raspberry-pi support patch. Add rpi-proto driver patch.
2014-12-03expose serial device and speed in runtime configurationWaldemar Brodkorb
2014-11-08fix serial console, when virtio is used f.e. sparc64 qemuWaldemar Brodkorb
2014-10-28update kernelsWaldemar Brodkorb
2014-10-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-10-22rework toolchain support for ARM.Waldemar Brodkorb
Use --with-cpu for gcc to have optimized code for requested ARM cpus. Add some basic support for cortex-m3.
2014-10-22prefer dc233cWaldemar Brodkorb