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

Prepare 14.0.rc2 #3694

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Prepare 14.0.rc2 #3694

merged 5 commits into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. Disable UAS via usb-storage.quirks on RPi for JMicron JMS583

    Vendor ID: 152d
    Product ID: a583
    
    fixes #3674
    
    (cherry picked from commit a042dc0)
    RubenKelevra authored and sairon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    1291848 View commit details
    Browse the repository at this point in the history
  2. Always use NVMe datadisk on Yellow if it's present on first boot (#3686)

    If HAOS on Yellow is booted for the first time with NVMe data disk present, it
    should be preferred over the empty eMMC data partition. This will ease
    reinstall of the system and migration from CM4 to CM5. All other data disks
    (e.g. if a USB drive is used for them) are still treated as before, requiring
    manual adoption using the Supervisor repair.
    
    (cherry picked from commit 98ac7f0)
    sairon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    74af855 View commit details
    Browse the repository at this point in the history
  3. Sync Yellow's DTS with plain CM5 device tree (#3688)

    Sync the DTS with changes added in newer commits merged after the initial
    Yellow/CM5 DTS was written. The sdio1 node now has HS400 mode enabled and
    sd_io_1v8_reg has been changed to regulator-fixed.
    
    (cherry picked from commit b288cd2)
    sairon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    444f65c View commit details
    Browse the repository at this point in the history
  4. Enable Cypress M8 USB serial driver for all targets (#3693)

    Build cypress_m8 driver as module for all targets - some of them had it in
    their base defconfig while some not. It is required e.g. for UPB PIM (Powerline
    Interface Module).
    
    Fixes #3690
    
    (cherry picked from commit d57e507)
    sairon committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    55bbdda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9153203 View commit details
    Browse the repository at this point in the history