summaryrefslogtreecommitdiff
path: root/system/easy-kernel
AgeCommit message (Collapse)AuthorFilesLines
2025-01-15system/easy-kernel: check for NEW config. fixes #1316.Zach van Rijn1-0/+11
2025-01-04system/easy-kernel: Roll-up of misc config fixesA. Wilcox4-35/+25
ppc: Disable VMAP_STACK. See https://lore.kernel.org/lkml/20230926010159.0f25161c@yea/. ppc: Disable radeonfb and nvidiafb, they conflict with radeon/nouveau. ppc and ppc64: Disable ofdrm so offb works again, otherwise we miss early boot messages on Power Mac and Talos systems. ppc64: Disable ips, as it is not a Power SCSI adaptor and causes kernel taint because it only supports x86 and Itanium. pmmx: Enable more PS2 mice support, to match x86_64 config. Closes: #396
2024-12-04system/easy-kernel: Depend on elfutilsA. Wilcox1-1/+1
Needed for x86_64, at least.
2024-11-30system/easy-kernel: fix checksum.Zach van Rijn1-1/+1
2024-11-29system/easy-kernel: Additional platform fixesA. Wilcox3-4/+20
* Add bsdtar.patch to patches. * x86_64/pmmx: Disable SimpleFB which caused EFI computers to break. * pmmx: Update config for latest compiler.
2024-11-29system/easy-kernel: Fixes for x86_64A. Wilcox3-2/+40
* Config updated to reflect elfutils availability. * Patch tar call to work on bsdtar.
2024-11-29system/easy-kernel: Update to 6.6.58-mc2A. Wilcox27-65943/+513869
Includes oldconfigs for all arches, but only tested on ppc64 so far.
2024-11-29system/easy-kernel: Don't remove source symlinkA. Wilcox1-1/+0
It doesn't appear to exist by default any more, so we don't need to remove it.
2024-11-29system/easy-kernel: Update to 6.6.6-mc1A. Wilcox30-823268/+88018
2023-10-31system/easy-kernel: Add Wireguard module to x86_64A. Wilcox2-8/+12
Reported-by: @djt
2023-10-26system/easy-kernel: Add RTC support for aarch64A. Wilcox2-85/+94
Adds modules for most RTCs supported on arm64. We also now build-in RTC_EFI, which should grab most of the server-class boards.
2023-10-25system/easy-kernel: Config update for new binutilsA. Wilcox4-11/+46
The new binutils version allows more options on aarch64, pmmx, and x86_64. Configure them so that native builders don't have `oldconfig` output. Fixes: #1091, #1092, #1094
2023-10-24system/easy-kernel: ppc64: Add more net driversA. Wilcox2-116/+211
Add more network drivers to the ppc64 config. Requested by @djt.
2023-10-24system/easy-kernel: Remove MPC512x and 83xxA. Wilcox2-44/+8
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. Wilcox17-12470/+238862
* 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. Wilcox12-14387/+143587
Also reconfigure all eight architectures for oldconfig.
2022-11-26system/easy-kernel: Update Arm64 configA. Wilcox2-92/+45
There are more errata workarounds available, so we enable them.
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-11-26system/easy-kernel: Update to 5.15.76-mc3A. Wilcox5-8388/+195434
2022-10-21system/easy-kernel: Update to 5.15.44-mc2Horst G. Burkhardt7-42180/+99618
2022-05-01system/easy-kernel: make 'mkimage' missing not a fatal error. fixes #599.Zach van Rijn2-1/+16
2022-05-01system/easy-kernel: Update configsA. Wilcox5-543/+1165
2022-05-01system/easy-kernel: Update configs for 5.15A. Wilcox4-935/+2407
Updates the m68k, 32-bit PowerPC, and SPARC64 configs.
2022-05-01system/easy-kernel: backport Project C changes for 5.15.27-breaking changes. ↵Zach van Rijn2-1/+128
fixes #540.
2022-05-01system/easy-kernel: add linux-headers subpackage back (and drop package). ↵A. Wilcox2-2/+38
fixes #535.
2022-05-01system/easy-kernel: Update 5.15 kernel config for x86_64A. Wilcox2-15/+11
2022-05-01system/easy-kernel: Update 5.15 kernel config for aarch64A. Wilcox2-757/+2306
2022-05-01system/easy-kernel: Update patchset to 5.15.28A. Wilcox8-80415/+174452
* Adds x86 compilation patch from Laurent * Update ProjectC patch to sync with upstream cputime changes * Update PPC64 config for new option knob
2022-05-01system/easy-kernel: Replace with 5.15 test-kernelA. Wilcox21-1210/+130757
2021-10-24system/easy-kernel: Update checksum for ppc32 configA. Wilcox1-1/+1
2021-04-11Unset CONFIG_ADB_PMU_LED_DISK for ppc.Hill Ma1-1/+1
2020-09-22system/easy-kernel: Add modprobe configuration for fb modulesA. Wilcox2-1/+27
2020-09-19system/easy-kernel: Unify network driver optionsSamuel Holland9-182/+273
2020-09-19system/easy-kernel: Unify block/SCSI/md/dm optionsSamuel Holland8-535/+424
2020-09-19system/easy-kernel: Add a config for armv7Samuel Holland2-0/+7533
2020-09-19system/easy-kernel: bump to 5.4.66Samuel Holland6-451/+16
2020-08-09system/easy-kernel: Enable more DRM options on 32-bit systemsA. Wilcox3-13/+42
2020-07-20Merge branch 'new/easy-boot' into 'master'A. Wilcox1-1/+1
Adjust existing boot-related triggers and add one for dracut See merge request adelie/packages!485
2020-07-19Merge branch 'fix/x1c7-touchpad' into 'master'A. Wilcox3-12/+186
[RFC] system/easy-kernel: fix support for X1C7 touchpad See merge request adelie/packages!454
2020-07-11system/easy-kernel: depend on kernel-bootMax Rees1-2/+2
2020-07-08system/easy-kernel: patch a few macintosh thermal issues (#283)Max Rees4-2/+425
2020-05-28system/easy-kernel: fix support for X1C7 touchpadMax Rees3-13/+187
2020-04-17system/easy-kernel: enable 9P support (#250)Max Rees8-15/+29
2020-02-27system/easy-kernel: CONFIG_INPUT_UINPUT=yA. Wilcox8-19/+86
2019-12-28system/easy-kernel: Two minor fixesA. Wilcox2-14/+30
1. Fix syntax for uapi/sound/asound.h. Otherwise, alsa-lib FTBFS. 2. Initial support for persistent, builder-storage-only mod signing key.
2019-12-22system/{easy-kernel,musl}: fix struct iphdr UAPI thingA. Wilcox2-1/+50
2019-12-22system/easy-kernel: return kernel.h hack for gcc-go and othersA. Wilcox2-1/+22
2019-12-20system/easy-kernel: parts 1-2 of common configSamuel Holland8-1609/+2994
Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-12-19system/easy-kernel: bump to 5.4.5Samuel Holland11-5875/+9912
Just an olddefconfig. Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-10-14system/easy-kernel: Bump to 4.14.149-mc16Samuel Holland8-28/+44