summaryrefslogtreecommitdiff
path: root/target/arm/kernel
AgeCommit message (Collapse)Author
2018-05-25rework hardware and C library settingsWaldemar Brodkorb
Make the menu system for configuration more intuitive. First choose operating system, then hardware, starting with architecture. Then choose either generic or a sample system. When choosing a sample be more strict in case of MMU or Endianess selection, so a misconfiguration isn't possible. Furthermore put a new top level menu for C library configuration and add Binary format, Instruction set, version selection, float type and any C library specific options. Refactor the duplicate definition of Qemu system versatile and Synopsys NSIM.
2018-05-05rpi: fix kodi taskWaldemar Brodkorb
Kernel symbols got renamed.
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-04-01arm: use latest kernel for qemu armv6 emulationWaldemar Brodkorb
2018-04-01arm: use >4.9 kernel for versatile nommuWaldemar Brodkorb
2017-09-28add phytec wega sampleWaldemar Brodkorb
2017-07-31orange-pi-zero: make mini.config bootable, ethernet will only work for 4.13.xWaldemar Brodkorb
2017-07-24add sample for orange-pi zeroWaldemar Brodkorb
2017-07-04add basic raspberry-pi0 sampleWaldemar Brodkorb
2017-05-12rpi: fix mini.config, runtime testedWaldemar Brodkorb
2017-05-11rpi: sync kernel config wth rpi2, fix compile errorWaldemar Brodkorb
2017-04-28rpi: fix kernel configWaldemar Brodkorb
2017-03-27rpi: fix mini.configWaldemar Brodkorb
2017-03-26clearfog: finetune sampleWaldemar Brodkorb
2017-02-26rpi: vchiq is in stagingWaldemar Brodkorb
2017-02-22fix rpi2 bootup with mini.config and USB for rpi2/rpi3Waldemar Brodkorb
2017-02-22rework mini.config for rpi3Waldemar Brodkorb
2017-01-20solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1Waldemar Brodkorb
2017-01-19Add experimental support for STM32F769Waldemar Brodkorb
Add single/double precision support for Cortex-M7. Mostly from Alex, some minor cleanup and kernel mini config from me. Signed-off-by: Alex Brand <tecnologic86@gmail.com>
2016-11-08add basic clearfog supportWaldemar 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-15allow to build older kernel for qemu-arm-versatilepb without device-treeWaldemar 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-10nslu2: fix boot (initramfs via tftp tested)Waldemar Brodkorb
2016-06-19linux: update to 3.14.72, add working solidrun patchWaldemar Brodkorb
2016-05-29unbreak rpi kernel support, HIGHMEM seems unusableWaldemar Brodkorb
2016-05-15add support for qemu xilinx zynq emulationWaldemar Brodkorb
2016-04-18fix kernel config for linksys 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-03-19add basic bits and bytes for stm32f429 supportWaldemar 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-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2016-01-25add basic qemu armv6 supportWaldemar Brodkorb
2015-10-09downgrade packages to a state where kodi starts with 3.14.x kernelWaldemar Brodkorb
2015-10-06fix rpi1 bootupWaldemar Brodkorb
2015-09-12allow to use a defconfig, enable always experimental support in kernelWaldemar Brodkorb
2015-09-11enable required kernel symbols for rpiWaldemar Brodkorb
2015-09-01move serial support from mini.configWaldemar Brodkorb
2015-09-01add support for beaglebone blackWaldemar Brodkorb
2015-09-01rpi2: unbreak bootop with 4.1.x kernelWaldemar Brodkorb
Add missing kernel symbols. NOL2CACHE and *BSG to allow bootup. Remove support patches for older kernels. Enable REGMAP by default.
2015-08-27DMA legacy is REQUIRED! wtf. unbreak 4.x on rpi2Waldemar Brodkorb
2015-08-27allow to build ALSA, I2C, SPI as kernel modulesWaldemar Brodkorb
2015-08-27more kernel config cleanupsWaldemar Brodkorb
2015-08-27add ATAGSWaldemar Brodkorb
2015-08-03simplifyWaldemar Brodkorb
2015-07-30enable kuser_helper and MMC driver for banana piWaldemar Brodkorb
2015-07-30uImage is mandatory, add LOADADDRWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb