aboutsummaryrefslogtreecommitdiffci
path: root/README.md
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 19:41:44 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 19:41:44 +0700
commita99885ad53da2651cbadab3983d9951bbc68d066 (patch)
tree495906d3d4057dc6a28e2eb08eb2dd20e6dab65e /README.md
parent9e3536989a362eb8b8b3a5834f97c1956d900caf (diff)
downloadkernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.tar.gz
kernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.zip
- turn off all the arm64 platform kernel modules besides qcom and vexpress (used in qemu) - fix bayer order in rear camera resulting in color space shift
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9867efa..bb8fcbd 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ rpm2archive -n - < kernel-core-*.aarch64.rpm |
If the extraction comes up empty, `rpm -qlp kernel-core-*.aarch64.rpm | grep
config` says whether the package still carries the file at all.
-Three fragments are merged on top with `scripts/kconfig/merge_config.sh`:
+Four fragments are merged on top with `scripts/kconfig/merge_config.sh`:
* `config/surface.config` – the drivers the patch set enables (SAM stack and
its new RTC, CAMSS and the CSI-2 D-PHY, fastrpc, ath12k, AudioReach).
@@ -59,6 +59,9 @@ Three fragments are merged on top with `scripts/kconfig/merge_config.sh`:
and dm-snapshot/overlayfs built in for `dracut`'s `dmsquash-live`, the EFI
stub because GRUB's aarch64 `linux` command loads the kernel as an EFI
application, and xz module compression.
+* `config/foreign-socs.config` – the ARM64 platforms this machine is not.
+ Fedora's config enables every platform it supports because a distribution
+ kernel has to boot on all of them; this one boots on `qcom,x1p42100` alone.
* `config/no-debug-info.config` – DWARF and BTF off. The package produces no
`-debuginfo` subpackage (`%global debug_package %{nil}`) and strips modules
at install time, so the DWARF was compiled only to be discarded, and it is