aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/kernel_arm64.config
AgeCommit message (Collapse)Author
2026-05-19internal/rosa/package: migrate kernelOphestra
This introduces bindings for extra paths and KnownChecksum, and exposes a passthrough special case. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-04-28internal/rosa/kernel: disable mdOphestra
This is entirely unused and is a somewhat large attack surface, so disable it. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-04-03internal/rosa/kernel: 6.12.78 to 6.12.80Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-03-27internal/rosa/kernel: 6.12.77 to 6.12.78Ophestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-03-15internal/rosa/kernel: enable arm64 block driversOphestra
These are added separately to the amd64 patch due to the arm64 toolchain not being available at that time. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-03-14internal/rosa/kernel: enable FW_LOADEROphestra
This wants to be loaded early, so having it as a dlkm is not helpful as it will always be loaded anyway. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-03-08internal/rosa: update arm64 kernel configOphestra
This was not feasible during the bump, now there is a viable toolchain. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-02-28internal/rosa/kernel: early serialOphestra
Having serial driver before initramfs is helpful. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-02-24internal/rosa/kernel: arm64 configurationOphestra
These new dependencies do not apply to amd64, but adding them anyway in case they are needed some day. Signed-off-by: Ophestra <cat@gensokyo.uk>