summaryrefslogtreecommitdiff
path: root/target/arm/kernel
AgeCommit message (Collapse)Author
2024-01-21qemu-arm: fixup PDA defconfigs to work with serial outputWaldemar Brodkorb
2024-01-14solidrun-imx6: update mini.configWaldemar Brodkorb
2023-09-24stm32f746g: disable networking, enable 32 Bit compatWaldemar Brodkorb
2023-08-18arm: qemu versatile emulation without MMU, update kernelWaldemar Brodkorb
2023-07-25qemu-system-arm: fix vexpress defconfigWaldemar Brodkorb
2023-07-03update kernel and bootloader, fix mini.config for rpi4Waldemar Brodkorb
2023-01-24enable CONFIG_COMPAT_32BIT_TIMEWaldemar Brodkorb
2023-01-20fix mini.config for qemu-arm vexpressWaldemar Brodkorb
2022-12-19Add support for Banana PI M2 ZeroWaldemar Brodkorb
2022-09-22add support for STM32F746G-DISCO deviceWaldemar Brodkorb
Tested with toolbox / simpleinit as userland. FDPIC/FLAT support both successfully tested. No LCD or Ethernet support.
2022-02-25add support for raspberry pi4 32 bitWaldemar Brodkorb
2021-11-15Add support for Synology DS414 NASPhil Sutter
The device features a Marvell Armada XP CPU, introduced config symbol ADK_TARGET_CPU_ARM_MVEBU should suffice for all Armada-based Marvell CPUs, though. Signed-off-by: Phil Sutter <phil@nwl.cc>
2021-04-15fix miniconfig for stm32Waldemar Brodkorb
2020-07-15pcduino 3b skeletonWaldemar Brodkorb
2019-10-08add phytec-imx6 basic structureWaldemar Brodkorb
2018-06-03arm-nommu: enable uClinux, better defaultsWaldemar Brodkorb
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