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

Integrate media boards into the rockchip64 family #6834

Merged
merged 5 commits into from
Jun 30, 2024

Commits on Jun 30, 2024

  1. station-m1: Integrate into rockchip64 board family

    The `media` board family is being deprecated.
    ColorfulRhino authored and rpardini committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2538dfb View commit details
    Browse the repository at this point in the history
  2. station-p1: Integrate into rockchip64 board family

    The `media` board family is being deprecated.
    ColorfulRhino authored and rpardini committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    94083de View commit details
    Browse the repository at this point in the history
  3. quartz64: Integrate into rockchip64 board family

    The `media` board family is being deprecated.
    ColorfulRhino authored and rpardini committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e5f1d99 View commit details
    Browse the repository at this point in the history
  4. Remove unused board family media

    All remaining `media` boards have been integrated into the `rockchip64` family.
    
    - Remove the family config
    - Remove all kernel patch folders
    - Remove all U-Boot patch folders
    - Remove all kernel configs
    ColorfulRhino authored and rpardini committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    fdc752c View commit details
    Browse the repository at this point in the history
  5. firefly-itx: Don't use abandoned media U-Boot

    The board config file was likely copy-pasted from a former `media` board and thus includes some stuff that is not needed, like the abandoned U-Boot repo which is basically an old fork from Raxda's vendor U-Boot.
    
    - Switch to default rk3588 vendor U-Boot (using a generic rk3588 defconfig)
    - Cleanup board config file
    ColorfulRhino authored and rpardini committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bb5303c View commit details
    Browse the repository at this point in the history