summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
AgeCommit message (Collapse)Author
2022-02-09kvx: add qemu supportWaldemar Brodkorb
2021-02-25target/linux/config: Fix MIPS supportPhil Sutter
Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
2020-10-16systemd: fix some runtime issuesWaldemar Brodkorb
2019-09-30x86/x86_64: remove non functional samplesWaldemar Brodkorb
2018-05-31riscv: disable linux optimize for size option, does not linkWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2017-06-23linux: update rt-patch for 4.4/4.9/rpi-git, update 4.11.x kernelWaldemar Brodkorb
2017-04-19rt-patch: add preempt-rt patch to rpi kernelWaldemar Brodkorb
2017-01-29linux: update to 4.9.6Waldemar Brodkorb
2016-11-25finalize systemd as alternative init systemWaldemar Brodkorb
Most important is the fix in patch-src_journal_journald-server_c, which breaks startup of systemd-journald when code is compiled with -DNDEBUG. A lot of base-files reorganizing to only install required files on sysv systems.
2016-11-01linux: update to 4.8.6, add realtime patchWaldemar Brodkorb
2016-10-21add support for kernel module unloadingMario Haustein
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
2016-09-24fixup allmodconfig targetWaldemar Brodkorb
2016-09-10linux: remove deprecated 4.6 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-25linux: enable highmem for APUWaldemar Brodkorb
2016-07-31linux: update to 4.6.5, add realtime patchWaldemar Brodkorb
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-06-25improve asus-p5bvm configOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2016-06-23linux: realtime patch breaks sparc v8, so change it to a conditional patch againWaldemar 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-21we need kernel compression support for defconfigsWaldemar Brodkorb
2016-04-30allow to choose compression for kernel and initramfs as mentioned by BalatonWaldemar Brodkorb
2016-04-24m68k: remove gcc wrapperWaldemar Brodkorb
We don't need the gcc wrapper when some object files removed from libgcc.a. Idea from uClinux-toolchain build script. Fix some issues with shared flat, still no bootup. For msep-data DOPIC is used, for one-region flat DOPIC must be disabled. So both tested and working.
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2015-12-23add mips64r6/mips32r6 choice for toolchainWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar Brodkorb
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size.
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-11-05preempt kernel options, add missing options, make a choiceWaldemar Brodkorb
2015-10-27bfin: add least I get a kernel panic in the simulator :)Waldemar Brodkorb
2015-10-27drop rt support for 3.14.x/3.18.x kernelsWaldemar Brodkorb
2015-10-23or1k: allow to boot linux kernel, fix compression none modeWaldemar Brodkorb
2015-10-11add license headerWaldemar Brodkorb
2015-10-09add devtmpfs only for mdev/udevWaldemar Brodkorb
2015-09-12allow to use a defconfig, enable always experimental support in kernelWaldemar Brodkorb
2015-09-10prefix models with ADK_TARGET_MODELWaldemar Brodkorb
2015-09-09add realtime patch to 4.1.x kernelWaldemar Brodkorb
2015-09-09enable highmem for rpi2Waldemar Brodkorb
2015-08-31prefix VERSION symbols, otherwise they will get into kernel .configWaldemar Brodkorb
2015-08-27more kernel config cleanupsWaldemar Brodkorb
2015-08-13kernel: make net and block support optionalWaldemar Brodkorb
2015-08-03cleanupWaldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-06-28add kernel symbol for mdevWaldemar Brodkorb
2015-06-01add realtime patch for 3.14Waldemar Brodkorb
2015-04-05always enable device tree for raspberry pi{,2}. enable only 3.18 kernelWaldemar Brodkorb
2015-04-03rework FPU support for ARM againWaldemar 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-27update to 3.18.10, sync rpi patchWaldemar Brodkorb
Rpi-Kernel includes the rpi-proto driver now. Always enable device-tree support for raspberry pi /pi2 as most of the new drivers will not work without.