Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC, RFT] mvebu: add 6.6 testing kernel #14912

Merged
merged 7 commits into from Apr 3, 2024
Merged

Commits on Apr 3, 2024

  1. mvebu: move files to files-6.1

    DTS paths for 32 bit ARM devices changed with 6.6, move files/ to
    files-6.1 to prep for kernel 6.6 introduction.
    
    Signed-off-by: Stijn Segers <foss@volatilesystems.org>
    Stijn Segers authored and robimarko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9abfdc3 View commit details
    Browse the repository at this point in the history
  2. mvebu: 6.6: copy files, patches & configs from 6.1

    Copy all mvebu 6.1 specific files, patches and configs to 6.1.
    
    Signed-off-by: Stijn Segers <foss@volatilesystems.org>
    Stijn Segers authored and robimarko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4671a92 View commit details
    Browse the repository at this point in the history
  3. mvebu: 6.6: adjust 32 bit ARM DTS path

    As of 6.6, all upstream DTSes are moved to their respective vendor subdir.
    OpenWrt already followed this practice for ARM64, but not yet for 32 bit
    ARM (Armada 37x/38x).
    
    Signed-off-by: Stijn Segers <foss@volatilesystems.org>
    Stijn Segers authored and robimarko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    20024ab View commit details
    Browse the repository at this point in the history
  4. mvebu: 6.6: remove upstreamed patches

    000-cpufreq-armada-8k-add-ap807-support.patch was upstreamed.
    
    Signed-off-by: Stijn Segers <foss@volatilesystems.org>
    Stijn Segers authored and robimarko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ad5e73f View commit details
    Browse the repository at this point in the history
  5. mvebu: 6.6: refresh patches

    Manually refreshed:
     * 309-linksys-status-led.patch
     * 310-linksys-use-eth0-as-cpu-port.patch
     * 320-arm-dts-armada-370-synology-ds213j-mtd-parts.patch
     * 701-mvpp2-read-mac-address-from-nvmem.patch
     * 902-drivers-mfd-Add-a-driver-for-IEI-WT61P803-PUZZLE-MCU.patch
    
    All other patches automatically refreshed.
    
    Signed-off-by: Stijn Segers <foss@volatilesystems.org>
    Stijn Segers authored and robimarko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2260ec4 View commit details
    Browse the repository at this point in the history
  6. mvebu: cortexa9: set DTS dir for 6.6

    With 6.6, all DTSes were moved to their vendor subdirectories. ARM64
    DTSes already used this scheme, but 32 bit Cortex A9 did not, prior
    to 6.6. Introduce a kernel version check to keep backward compatibility
    with 6.1.
    
    Suggested-by: Robert Marko <robimarko@gmail.com>
    Signed-off-by: Stijn Segers <foss@volatilesystems.org>
    Stijn Segers authored and robimarko committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ab2fe43 View commit details
    Browse the repository at this point in the history
  7. mvebu: add 6.6 testing kernel

    Add 6.6 testing kernel for mvebu target.
    
    Signed-off-by: Stijn Segers <foss@volatilesystems.org>
    Stijn Segers authored and robimarko committed Apr 3, 2024
    1 Configuration menu
    Copy the full SHA
    ed893a3 View commit details
    Browse the repository at this point in the history