summaryrefslogtreecommitdiff
path: root/system/easy-kernel/config-ppc
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24system/easy-kernel: Remove MPC512x and 83xxA. Wilcox1-42/+6
These eval boards set config options that cause pata-macio to panic on Power Macintosh systems. Right now, the Power Mac is a significantly more important target for us. The eval board support was new for 5.15 anyway, which hasn't been shipped to any users yet.
2023-10-03system/easy-kernel: Update to 5.15.132-mc6A. Wilcox1-6/+2
* Adds exFAT module to all architectures. * Adds Hyper-V guest support to aarch64. * Fixes audio output issues on some PowerBook models.
2023-04-02system/easy-kernel: Update to 5.15.98-mc4A. Wilcox1-4/+4
Also reconfigure all eight architectures for oldconfig.
2022-11-26system/easy-kernel: Update PPC configA. Wilcox1-82/+41
Support for stack protector has been added for ppc, so we enable that.
2022-05-01system/easy-kernel: Update configsA. Wilcox1-8/+9
2022-05-01system/easy-kernel: Update configs for 5.15A. Wilcox1-402/+1195
Updates the m68k, 32-bit PowerPC, and SPARC64 configs.
2021-04-11Unset CONFIG_ADB_PMU_LED_DISK for ppc.Hill Ma1-1/+1
2020-09-19system/easy-kernel: Unify network driver optionsSamuel Holland1-38/+22
2020-09-19system/easy-kernel: Unify block/SCSI/md/dm optionsSamuel Holland1-60/+48
2020-08-09system/easy-kernel: Enable more DRM options on 32-bit systemsA. Wilcox1-4/+13
2020-04-17system/easy-kernel: enable 9P support (#250)Max Rees1-1/+3
2020-02-27system/easy-kernel: CONFIG_INPUT_UINPUT=yA. Wilcox1-2/+27
2019-12-20system/easy-kernel: parts 1-2 of common configSamuel Holland1-183/+300
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-12-19system/easy-kernel: bump to 5.4.5Samuel Holland1-817/+1363
Just an olddefconfig. Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-10-14system/easy-kernel: Bump to 4.14.149-mc16Samuel Holland1-2/+2
2019-08-13system/easy-kernel: ALL the WiFi?A. Wilcox1-30/+92
2019-08-11system/easy-kernel: Bump to 4.14.136-mc15Samuel Holland1-68/+81
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-07-14system/easy-kernel*: slight config tweakingA. Wilcox1-5/+6
* Use Westwood+ as default TCP cc algo, instead of CUBIC. * Ensure JFS and XFS are =y. * Allow all users to read dmesg. * Enable ALi PATA controller on pmmx.
2019-07-14system/easy-kernel*: (Partly) sync kernel configsLuis Ressel1-328/+452
This is an attempt at syncing the kernel configs of our different arches. So far, only the 'Networking support/Networking options', 'Filesystems', 'Security Options' and 'Cryptographic API' sections have been handled, since those require much less knowledge about some of the more exotic hardware we support than some of the other sections. Some notable changes: Network * Enable IPsec, miscellaneous tunnels, and the diag interfaces for all socket families. * Enable policy routing (for wireguard). * Make the CUBIC TCP congestion control algorithm the default everywhere, provide a few other common choices. * Support FQ_CODEL. We may want to support further QoS features. * Disable support for PF_KEY sockets, which shouldn't be required by our IPsec userland tools. * Enable most netfilter features, except for arptables/ebtables/nfacct/ nfqueue/ipset, whose userland tools we don't provide yet, and a few other very specialized options. Filesystems * Build everything except for ext4, iso9660, vfat and squashfs as modules. * Use the ext4 driver for ext2 filesystems. * Disable the kernel automounter, which is currently only enabled on ppc32 and aarch64. Security * Only grant root access to dmesg by default; this can be overriden via a sysctl. * Support Yama; it doesn't do anything unless explicitly enabled by a sysctl, and may be useful to some users. * Disable AppAarmor, which is currently only enabled on pmmx and x86_64. Crypto * Disable a lot of uncommon ciphers which are unlikely to be used by anything. * Build all crypto code as modules (where possible); this means users with a dm-crypt-encrypted root filesystem now need to provide the appropriate kernel modules in their initramfs images on all arches. * Disable support for dedicated cryptographic coprocessors; we are not in a position to evaluate their security and performance benefits or disadvantages. Other * Allow serial consoles to be used as the kernel console on all arches; this is important for VMs.
2019-06-25system/easy-kernel*: Enable the crypto user API modulesLuis Ressel1-4/+5
The SKCIPHER and HASH components are required for cryptsetup/dm-crypt, and there's no reason not to enable RNG and AEAD as well.
2019-06-17Kernel: [CVE] bump to 4.14.127-mc14A. Wilcox1-0/+2
2019-06-03system/easy-kernel: enable PATA_CMD64x and PATA_CMD640 on PPC32A. Wilcox1-3/+4
2019-06-02system/easy-kernel*: unify config options, fix config stuffA. Wilcox1-99/+112
2019-02-27system/easy-kernel: update ppc32 config somewhatA. Wilcox1-22/+109
2018-07-24system/easy-kernel: add CONFIG_USB_STORAGE=y, bump to 4.14.56-mc9A. Wilcox1-1/+1
2018-02-13system/easy-kernel: enter mc3 (ppc only)A. Wilcox1-6/+15
2017-12-22system/easy-kernel: version bump to 4.14.8-mc2, add ppc32 configA. Wilcox1-1/+1
2017-12-21system/easy-kernel: slight tweaks to PPC configA. Wilcox1-46/+157
2017-12-21system/easy-kernel: add powerpc configHorst Burkhardt1-0/+4772