summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Collapse)Author
2016-09-17finetune wireless support for cubox-iWaldemar Brodkorb
2016-09-15beaglebone-black: add special linux-repo, add uEnv.txtWaldemar Brodkorb
2016-09-14beaglebone-black: some fixes, no serial output yetWaldemar Brodkorb
2016-08-27add support for Qemu ARM noMMUWaldemar Brodkorb
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now.
2016-08-19solidrun-imx6: fix default fslc kernel build, reported by JoernWaldemar Brodkorb
2016-08-15allow to build older kernel for qemu-arm-versatilepb without device-treeWaldemar Brodkorb
2016-07-17solidrun-imx6: use upstream u-boot, the imx6 variant does not compile with gcc5Waldemar Brodkorb
2016-07-17solidrun-imx6: allow to bootup 4.6.xWaldemar Brodkorb
2016-07-17qemu-arm: use dtb for versatile emulation, required for 4.6.xWaldemar Brodkorb
2016-07-11rework kernel patches for rpi/imx6Waldemar Brodkorb
Instead of trying to recreate patchsets for newer kernels just use upstream non-official kernel trees. Working on the patchsets does take to much time. You can choose between hardware specific github tree and defconfig or upstream kernel and OpenADK miniconfig.
2016-07-10nslu2: add microcode package for network driverWaldemar Brodkorb
2016-07-10nslu2: fix boot (initramfs via tftp tested)Waldemar Brodkorb
2016-06-26linux: update to 4.4.14Waldemar Brodkorb
2016-06-19linux: update to 3.14.72, add working solidrun patchWaldemar Brodkorb
2016-06-19linux: update to 4.4.13, add realtime patchWaldemar Brodkorb
2016-05-29unbreak rpi kernel support, HIGHMEM seems unusableWaldemar Brodkorb
2016-05-16bump linux kernel versionsWaldemar Brodkorb
2016-05-15add support for qemu xilinx zynq emulationWaldemar Brodkorb
2016-05-05rpi: add patch for 4.4.x kernelWaldemar Brodkorb
2016-05-05rpi: enable default kernel build from githubWaldemar Brodkorb
2016-05-03update rpi kernel patch, add mkknlimg back, more fixesWaldemar Brodkorb
2016-04-29linux: fix rejects for bcm28xx patchWaldemar Brodkorb
2016-04-28linux: bump all kernelsWaldemar Brodkorb
2016-04-24add afboot-stm32 as bootloader for stm32 devicesWaldemar Brodkorb
2016-04-18uclibc-ng: refresh arm config, some symbols removedWaldemar Brodkorb
2016-04-18fix kernel config for linksys nslu2Waldemar Brodkorb
2016-04-17some minor fixes for NSLU2Waldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-04-04new bcm28xx-bootloader does not work with mknlimg, fix 4.1.20 rpi2 bootupWaldemar Brodkorb
2016-04-01linux: update to 4.1.20, add solidrun patch for 4.4.6Waldemar Brodkorb
2016-03-19add basic bits and bytes for stm32f429 supportWaldemar Brodkorb
2016-03-16disable uClibc-ng obstack, gdb/binutils has its own copyWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar 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-20u-boot: update to latest, allow to build for solidrun-imx6 devicesWaldemar Brodkorb
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2016-02-07uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵Waldemar Brodkorb
1.0 config
2016-01-25add basic qemu armv6 supportWaldemar Brodkorb
2016-01-24linux: update to 4.1.16Waldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-24bump kernelversionsWaldemar Brodkorb
2015-12-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵Waldemar Brodkorb
coreutils on host
2015-12-06solidrun-imx6: refresh patchWaldemar Brodkorb
2015-11-30linux: update 4.1.x to latest stable upstream versionWaldemar Brodkorb
2015-11-12do not allow to build broken kernel images with compressionWaldemar 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-25uClibc-ng: disable UCLIBC_HAS_FENV in the default configWaldemar Brodkorb
2015-10-24add new symbol for systems with tcp/ip but without netdevice. like arc ↵Waldemar Brodkorb
simulator running test-suites with network functions
2015-10-17fix compile error for solidrun-imx6, when RT is enabledWaldemar Brodkorb
2015-10-14update firmware and kernel to latestWaldemar Brodkorb