In message: [kernel-cache][yocto-6.18][master][PATCH v2 00/38] more 
genericarm64 HW support, config fixes
on 29/01/2026 Mikko Rapeli wrote:

> v2: dropped merge_config.sh error cleanup patches which fixed
>     fragment dependencies, enabled legacy options and removed
>     obsolete crypto options, addressed all comments from Bruce

Confirmed.

This looks good. I just found that one other place to remove
a conditional.

I'll look at doing that on Thursday and get this staged/merged
(finally).

Bruce

> 
> v1: https://lists.yoctoproject.org/g/linux-yocto/message/16109
> 
> Here is another set of patches to align genericarm64 closer to upstream
> kernel.org arm64 defconfig.
> 
> Sending this series out since it is rather big already.
> 
> Test results with core-image-sato and oeqa runtime tests with
> systemd reverted from 258 to 257:
> 
>  * AMD KV260, all tests pass
>    https://ledge.validation.linaro.org/scheduler/job/125783
> 
>  * AMD zcu102, X11 startup fails due to missing HDMI/drm
>    kernel support
>    https://ledge.validation.linaro.org/scheduler/job/125787
> 
>  * Rockchip Rockpi4b, parselogs failure due to panfrost
>    error about missing fan, workaround patch submitted
>    in https://lists.yoctoproject.org/g/poky/message/13816
>    https://ledge.validation.linaro.org/scheduler/job/125813
> 
>  * Broadcom Raspberry Pi 4, all tests pass
>    https://ledge.validation.linaro.org/scheduler/job/125814
> 
>  * NXP IMX8MP Verdin based board, X11 startup fails since board
>    does not have exposed HDMI display connectors
>    https://ledge.validation.linaro.org/scheduler/job/125834
> 
>  * Renesas SMARC EVK based on r9a07g044l2, X11 startup fails
>    without connected HDMI display, parselogs fails due to new spi
>    error message, boot and other tests pass with downgraded systemd 257
>    https://staging.validation.linaro.org/scheduler/job/406824
> 
>  * TI AM625 BeaglePlay manually tested, boots and only parselogs
>    oeqa test fails due to some non-fatal error messages
>    (workaround patch submitted
>    https://lists.yoctoproject.org/g/poky/message/13828 )
> 
> Mikko Rapeli (38):
>   genericarm64.cfg: enable Microchip PHY support
>   bluetooth-hw.cfg: enable BT_MTK
>   bluetooth-usb.cfg: enable MediaTek and RealTek support
>   hibernation.scc: add feature
>   genericarm64.scc: enable hibernation support
>   intel-x86.scc: enable hibernation with feature
>   genericarm64.scc: enable Time Sensitive Networking
>   hsr.scc: add feature for High-availability Seamless Redundancy (HSR &
>     PRP)
>   genericarm64.scc: enable HSR
>   bluetooth.cfg: enable BT_LEDS support
>   rfkill-extra.scc: add fragment for RFKILL LEDs, input and GPIO support
>   genericarm64.scc: enable RFKILL LED, INPUT and GPIO
>   nfc-vendor.scc: move Intel configs to nfc-vendor-intel.cfg
>   genericarm64.scc: enable NFC support
>   genericarm64.cfg: enable PCI_PASID support
>   genericarm64.cfg: enable more bus drivers
>   gnss.scc: add feature
>   genericarm64.scc: enable GNSS support
>   genericarm64.scc: enable RPMB support
>   genericarm64.cfg: enable SCSI support for HiSilicon etc
>   Revert "genericarm64.scc: enable OP-TEE support"
>   genericarm64.cfg: fix CONFIG_PM_DEVFREQ_EVENT
>   firmware.cfg: whitespace fixes
>   qemu-kvm.cfg: remove extra space
>   genericarm64-serial.cfg: set SERIAL_8250_CONSOLE to y
>   genericarm64.cfg: enable TI MTD NAND support
>   genericarm64.cfg: enable MTD NAND ECC support
>   sound_x86.scc: take over x86 configs from sound.scc
>   sound.cfg: split SND_SOC_WM8731 to I2C and SPI variants
>   numa_x86_64.scc: move x86_64 config from numa.cfg to numa_x86_64.cfg
>   arm.scc: move ARM_CPUIDLE to arm only
>   security.cfg: move RANDOMIZE_MEMORY to x86_64
>   security-arm64.cfg: add comment for ARM64_BTI_KERNEL
>   security-arm64.cfg: correctly enable KASAN
>   security-arm64.cfg: rename CFI_CLANG to CFI
>   genericarm64.scc: enable TRANSPARENT_HUGEPAGE support
>   pmem.cfg: enable DEV_DAX and DEV_DAX_HMEM
>   netfilter.cfg: enable NF_CONNTRACK_SNMP
> 
>  bsp/amd-x86/amd-x86-64.scc                |  2 +-
>  bsp/genericarm64/genericarm64-serial.cfg  |  2 +-
>  bsp/genericarm64/genericarm64.cfg         | 31 ++++++++++++++++++++++-
>  bsp/genericarm64/genericarm64.scc         | 13 ++++++++--
>  bsp/intel-common/intel-common-drivers.scc |  2 +-
>  bsp/intel-x86/intel-x86.cfg               |  2 --
>  bsp/intel-x86/intel-x86.scc               |  3 ++-
>  cfg/sound.cfg                             | 23 ++---------------
>  cfg/sound_x86.cfg                         | 21 +++++++++++++++
>  cfg/sound_x86.scc                         |  6 +++++
>  features/bluetooth/bluetooth-hw.cfg       |  1 +
>  features/bluetooth/bluetooth-usb.cfg      |  2 ++
>  features/bluetooth/bluetooth.cfg          |  1 +
>  features/firmware/firmware.cfg            |  8 +++---
>  features/gnss/gnss.cfg                    |  4 +++
>  features/gnss/gnss.scc                    |  5 ++++
>  features/kvm/qemu-kvm.cfg                 |  2 +-
>  features/net/hsr.cfg                      |  1 +
>  features/net/hsr.scc                      |  3 +++
>  features/netfilter/netfilter.cfg          |  1 +
>  features/nfc/nfc-vendor-intel.cfg         |  4 +++
>  features/nfc/nfc-vendor.cfg               |  3 ---
>  features/nfc/nfc-vendor.scc               |  3 +++
>  features/numa/numa.cfg                    |  1 -
>  features/numa/numa_x86_64.cfg             |  2 ++
>  features/numa/numa_x86_64.scc             |  6 +++++
>  features/pmem/pmem.cfg                    |  2 ++
>  features/power/arm.cfg                    |  7 +----
>  features/power/arm.scc                    |  7 ++++-
>  features/power/arm_common.cfg             |  7 +++++
>  features/power/hibernation.cfg            |  2 ++
>  features/power/hibernation.scc            |  5 ++++
>  features/rfkill/non-hardware.cfg          |  3 +++
>  features/rfkill/rfkill-extra.cfg          |  4 +++
>  features/rfkill/rfkill-extra.scc          |  2 ++
>  features/security/security-arm64.cfg      | 15 ++++++++---
>  features/security/security-x86_64.cfg     |  3 +++
>  features/security/security.cfg            |  1 -
>  kern-features.rc                          |  9 +++++--
>  39 files changed, 166 insertions(+), 53 deletions(-)
>  create mode 100644 cfg/sound_x86.cfg
>  create mode 100644 cfg/sound_x86.scc
>  create mode 100644 features/gnss/gnss.cfg
>  create mode 100644 features/gnss/gnss.scc
>  create mode 100644 features/net/hsr.cfg
>  create mode 100644 features/net/hsr.scc
>  create mode 100644 features/nfc/nfc-vendor-intel.cfg
>  create mode 100644 features/numa/numa_x86_64.cfg
>  create mode 100644 features/numa/numa_x86_64.scc
>  create mode 100644 features/power/arm_common.cfg
>  create mode 100644 features/power/hibernation.cfg
>  create mode 100644 features/power/hibernation.scc
>  create mode 100644 features/rfkill/rfkill-extra.cfg
>  create mode 100644 features/rfkill/rfkill-extra.scc
> 
> -- 
> 2.34.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16320): 
https://lists.yoctoproject.org/g/linux-yocto/message/16320
Mute This Topic: https://lists.yoctoproject.org/mt/117525125/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to